From c7f92c12602b875728b148ca49cf0f3eccda1a47 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Fri, 13 Sep 2024 15:16:58 +0900 Subject: [PATCH] Release 3.2.9 --- README.md | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ffd097a..cb09d0f 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ may be an appropriate choice. } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.8") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.9") } } dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.8") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.9") } ``` @@ -50,7 +50,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.2.8 + 3.2.9 @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.2.8 + 3.2.9 ``` diff --git a/build.gradle b/build.gradle index 81eda8f..2a1e6a0 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.2.9-SNAPSHOT" + version = "3.2.9" } subprojects {