Skip to content

Commit 4381f10

Browse files
authored
3.2.x: Bump org.springframework.boot to 3.2.8 (#278)
1 parent d645f02 commit 4381f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
description = "Spring CredHub"
2424

2525
ext {
26-
springBootVersion = "3.2.3"
26+
springBootVersion = "3.2.8"
2727
javadocLinks = [
2828
"https://docs.oracle.com/en/java/javase/17/docs/api/",
2929
"https://docs.spring.io/spring-framework/docs/current/javadoc-api/"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
id 'io.spring.nohttp' version '0.0.11'
2020
id 'io.spring.javaformat' version '0.0.42'
2121
id 'org.asciidoctor.jvm.convert' version '3.3.2'
22-
id 'org.springframework.boot' version '3.2.3'
22+
id 'org.springframework.boot' version '3.2.8'
2323
}
2424
repositories {
2525
gradlePluginPortal()

0 commit comments

Comments
 (0)