Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Mar 26, 2024
1 parent be89116 commit 6dab22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -577,7 +577,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<configuration>
<image>
<builder>paketobuildpacks/builder-jammy-tiny</builder>
Expand Down Expand Up @@ -727,7 +727,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<configuration>
<jvmArguments>-Dvaadin.productionMode</jvmArguments>
</configuration>
Expand Down
Binary file added src/main/bundles/prod.bundle
Binary file not shown.

0 comments on commit 6dab22a

Please sign in to comment.