From 6d859bab0a0e61bbd3b7d6dc44fe14e41b5014a5 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Fri, 24 Mar 2023 12:39:27 +0900 Subject: [PATCH] Bump up spring data version to 3.0.4 --- NOTICE | 4 ++-- README.md | 4 ++-- gradle.properties | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE b/NOTICE index 4c3fefa0..de263b16 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.0.3 +Spring Data Commons 3.0.4 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.0.3 +Spring Data Relational 3.0.4 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 890fbdbb..f686b60c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.0.3 + 3.0.4 @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.0.3 + 3.0.4-SNAPSHOT ``` diff --git a/gradle.properties b/gradle.properties index 1aa69ec3..8472f3a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -springDataVersion=3.0.3 -springDataCommonsVersion=3.0.3 -springBootVersion=3.0.3 +springDataVersion=3.0.4 +springDataCommonsVersion=3.0.4 +springBootVersion=3.0.4 kotlinVersion=1.7.21