Skip to content

Commit

Permalink
Merge pull request #14 from dsyer/update
Browse files Browse the repository at this point in the history
Updgrade Spring Boot to 3.2.4
  • Loading branch information
agrison committed Jun 20, 2024
2 parents fcd1fc8 + 3d55330 commit 6722973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.3'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.0'
id 'org.graalvm.buildtools.native' version '0.9.20'
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.2.4</version>
</parent>
<name>petclinic-htmx</name>

Expand Down

0 comments on commit 6722973

Please sign in to comment.