Skip to content

Commit

Permalink
spring boot upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Apr 19, 2024
1 parent 98c5835 commit be5f041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val baseImage = "ibm-semeru-runtimes:open-21.0.1_12-jre-focal@sha256:24d43669156
plugins {
java
jacoco
id("org.springframework.boot") version "3.2.4"
id("org.springframework.boot") version "3.2.5"
id("io.spring.dependency-management") version "1.1.4"
id("org.graalvm.buildtools.native") version "0.9.28"
id("com.google.cloud.tools.jib") version "3.4.2"
Expand Down
1 change: 1 addition & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 3.2.5
- release plugin added
- upgrade to Spring Boot 3.2.4

# 3.2.4
- upgrade to Spring Boot 3.2.4
Expand Down

0 comments on commit be5f041

Please sign in to comment.