From 5e436302b37064f6e01069c9590b21b44bd8c4c4 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Fri, 8 Nov 2024 13:32:05 +0900 Subject: [PATCH] Bump up spring boot version to 3.3.5 --- NOTICE | 4 ++-- README.md | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index cebc750..15bacbe 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.3.4 +Spring Data Commons 3.3.5 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.3.4 +Spring Data Relational 3.3.5 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 6ca6ef9..923d34d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ 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.3.5") } } @@ -51,7 +51,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 diff --git a/gradle.properties b/gradle.properties index 9d81b21..a572527 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -springBootVersion=3.3.4 -springDataBomVersion=2024.0.4 +springBootVersion=3.3.5 +springDataBomVersion=2024.0.5