Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Jul 19, 2024
1 parent 148e058 commit cd20917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ val baseImage = "ibm-semeru-runtimes:open-21.0.3_9-jre-focal@sha256:5cb19afa9ee0
plugins {
java
jacoco
id("org.springframework.boot") version "3.3.1"
id("io.spring.dependency-management") version "1.1.5"
id("org.springframework.boot") version "3.3.2"
id("io.spring.dependency-management") version "1.1.6"
id("org.graalvm.buildtools.native") version "0.10.2"

id("com.google.cloud.tools.jib") version "3.4.3"
Expand Down
1 change: 1 addition & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 3.3.4
- upgrade to Spring Boot 3.3.2

# 3.3.3
- back to kafka as default
Expand Down

0 comments on commit cd20917

Please sign in to comment.