From 83155769c6da2d5c9c0e860c1a8d54327b3dd571 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Wed, 27 Nov 2024 16:27:50 +0900 Subject: [PATCH] Release 3.2.12 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2388b2c..a7afbe7 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.11") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.12") } ``` @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.2.11 + 3.2.12 ``` diff --git a/build.gradle b/build.gradle index 373cd38..279cc22 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.2.12-SNAPSHOT" + version = "3.2.12" } subprojects {