diff --git a/README.md b/README.md index bbc20bfb..2a1220a4 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.5") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:2.1.6") } ``` @@ -56,7 +56,7 @@ dependencies { com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 2.1.5 + 2.1.6 ``` diff --git a/build.gradle b/build.gradle index b71539a3..e3e036a5 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "2.1.6-SNAPSHOT" + version = "2.1.6" } subprojects {