From 6b82ec66e675244d481a5af59866e2dbae378610 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Mon, 25 Nov 2024 15:41:04 +0900 Subject: [PATCH] Release 3.4.0 --- README.md | 8 ++++---- .../spring.jdbc.plus.maven-publish-conventions.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ca6ef9..7711e09 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,13 @@ may be an appropriate choice. } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.4") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.0") } } dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.3.4") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.0") } ``` @@ -51,7 +51,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.4.0 @@ -63,7 +63,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.3.4 + 3.4.0 ``` diff --git a/buildSrc/src/main/groovy/spring.jdbc.plus.maven-publish-conventions.gradle b/buildSrc/src/main/groovy/spring.jdbc.plus.maven-publish-conventions.gradle index b2a0e51..4b928f7 100644 --- a/buildSrc/src/main/groovy/spring.jdbc.plus.maven-publish-conventions.gradle +++ b/buildSrc/src/main/groovy/spring.jdbc.plus.maven-publish-conventions.gradle @@ -4,7 +4,7 @@ plugins { } group = "com.navercorp.spring" -version = "3.4.0-SNAPSHOT" +version = "3.4.0" publishing { publications {