Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Sep 20, 2024
1 parent 70dd2a0 commit 521795b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ val version: String by project
java.sourceCompatibility = JavaVersion.VERSION_21

val dockerRegistry = "goafabric"
val nativeBuilder = "paketobuildpacks/java-native-image:9.5.0"
val nativeBuilder = "paketobuildpacks/java-native-image:9.8.0"
val baseImage = "ibm-semeru-runtimes:open-21.0.3_9-jre-focal@sha256:5cb19afa9ee0daeecb7c31be8253fecbbf6b5f6dcfb06883c41f045cb893bcec"

plugins {
java
jacoco
id("org.springframework.boot") version "3.3.3"
id("org.springframework.boot") version "3.3.4"
id("io.spring.dependency-management") version "1.1.6"
id("org.graalvm.buildtools.native") version "0.10.2"

Expand Down
2 changes: 1 addition & 1 deletion doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 3.3.5
- upgrade to Spring Boot 3.3.3
- upgrade to Spring Boot 3.3.4

# 3.3.4
- upgrade to Spring Boot 3.3.2
Expand Down

0 comments on commit 521795b

Please sign in to comment.