From f6f15b602792e4525db57f765c0056c2dcf6dc55 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Mon, 28 Aug 2023 11:22:19 +0900 Subject: [PATCH] Release 3.1.3 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 251e5ad9..0fa4afd6 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.1.3-SNAPSHOT") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.3") } ``` @@ -50,7 +50,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.1.1 + 3.1.3 @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.1.3-SNAPSHOT + 3.1.3 ``` diff --git a/build.gradle b/build.gradle index 6dc0e112..c884648c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.1.3-SNAPSHOT" + version = "3.1.3" } subprojects {