Skip to content

Commit

Permalink
3.2.x: Bump org.springframework.boot to 3.2.8 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertoimpl authored Jul 22, 2024
1 parent d645f02 commit 4381f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
description = "Spring CredHub"

ext {
springBootVersion = "3.2.3"
springBootVersion = "3.2.8"
javadocLinks = [
"https://docs.oracle.com/en/java/javase/17/docs/api/",
"https://docs.spring.io/spring-framework/docs/current/javadoc-api/"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.javaformat' version '0.0.42'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'org.springframework.boot' version '3.2.3'
id 'org.springframework.boot' version '3.2.8'
}
repositories {
gradlePluginPortal()
Expand Down

0 comments on commit 4381f10

Please sign in to comment.