We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d645f02 commit 4381f10Copy full SHA for 4381f10
build.gradle
@@ -23,7 +23,7 @@ plugins {
23
description = "Spring CredHub"
24
25
ext {
26
- springBootVersion = "3.2.3"
+ springBootVersion = "3.2.8"
27
javadocLinks = [
28
"https://docs.oracle.com/en/java/javase/17/docs/api/",
29
"https://docs.spring.io/spring-framework/docs/current/javadoc-api/"
settings.gradle
@@ -19,7 +19,7 @@ pluginManagement {
19
id 'io.spring.nohttp' version '0.0.11'
20
id 'io.spring.javaformat' version '0.0.42'
21
id 'org.asciidoctor.jvm.convert' version '3.3.2'
22
- id 'org.springframework.boot' version '3.2.3'
+ id 'org.springframework.boot' version '3.2.8'
}
repositories {
gradlePluginPortal()
0 commit comments