From 6930c1aa6e03b45723fae17e26027625616d66d0 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Thu, 19 Dec 2024 19:01:10 +0900 Subject: [PATCH] Bump up spring data version to 3.4.1 --- NOTICE | 4 ++-- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NOTICE b/NOTICE index a71d267..6d9a885 100644 --- a/NOTICE +++ b/NOTICE @@ -25,7 +25,7 @@ spring-projects/spring-data-commons https://github.com/spring-projects/spring-data-commons -Spring Data Commons 3.4.0 +Spring Data Commons 3.4.1 Copyright (c) [2010-2019] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). @@ -71,7 +71,7 @@ spring-projects/spring-data-jdbc https://github.com/spring-projects/spring-data-jdbc -Spring Data Relational 3.4.0 +Spring Data Relational 3.4.1 Copyright (c) [2017-2019] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). diff --git a/README.md b/README.md index 7711e09..dfe0a83 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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.4.0") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.4.1") } ``` @@ -63,7 +63,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.4.0 + 3.4.1 ``` diff --git a/gradle.properties b/gradle.properties index f18ef56..4b06e8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ springBootVersion=3.4.0 -springDataBomVersion=2024.1.0 +springDataBomVersion=2024.1.1