Skip to content

Commit

Permalink
Update tanzu-java-web-app to Spring Boot 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Oct 1, 2024
1 parent 88314f0 commit f41ac40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tanzu-java-web-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
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"
id("org.graalvm.buildtools.native") version "0.10.3"
id("java")
}

Expand Down
2 changes: 1 addition & 1 deletion tanzu-java-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down

0 comments on commit f41ac40

Please sign in to comment.