From 87aadb538b20fd60b5b2a491ad0ab89b2368998b Mon Sep 17 00:00:00 2001 From: mhyeon-lee Date: Wed, 3 Feb 2021 18:39:07 +0900 Subject: [PATCH] Release version 2.1.5 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df809bce..bbc20bfb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ buildscript { dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.4") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.5") } ``` @@ -56,7 +56,7 @@ dependencies { com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 2.1.4 + 2.1.5 ``` diff --git a/build.gradle b/build.gradle index 5ad6decc..bcb3ce2d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "2.1.5-SNAPSHOT" + version = "2.1.5" } subprojects {