From a7f47919934ce9c21bd6f5e50f1fedf4fb731824 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Mon, 22 Jul 2024 10:26:47 +0900 Subject: [PATCH] Bump up spring boot version to 3.2.8 --- NOTICE | 4 ++-- README.md | 8 ++++---- gradle.properties | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NOTICE b/NOTICE index f0163e1..7d7ee41 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.2.7 +Spring Data Commons 3.2.8 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.2.7 +Spring Data Relational 3.2.8 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 a4b3373..ffd097a 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.7") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.8") } } dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.7") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.2.8") } ``` @@ -50,7 +50,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.2.7 + 3.2.8 @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.2.7 + 3.2.8 ``` diff --git a/gradle.properties b/gradle.properties index 6a373a1..05f28a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -springDataVersion=3.2.7 -springDataCommonsVersion=3.2.7 -springBootVersion=3.2.7 +springDataVersion=3.2.8 +springDataCommonsVersion=3.2.8 +springBootVersion=3.2.8 kotlinVersion=1.9.20