diff --git a/README.md b/README.md index 8d449d7..a4b3373 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ may be an appropriate choice. dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.6") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.7") } ``` @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.2.6 + 3.2.7 ``` diff --git a/build.gradle b/build.gradle index 2f7b7dc..76009ac 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.2.7-SNAPSHOT" + version = "3.2.7" } subprojects {