Skip to content

Commit

Permalink
Merge pull request #173 from spring-petclinic/dependabot/maven/spring…
Browse files Browse the repository at this point in the history
…-framework.version-6.2.2

Bump spring-framework.version from 6.2.1 to 6.2.2
  • Loading branch information
arey authored Feb 1, 2025
2 parents 41afaaf + 781d545 commit 59c2f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-framework-petclinic</artifactId>
<version>6.2.1</version>
<version>6.2.2</version>

<name>Spring Framework Petclinic</name>
<packaging>war</packaging>
Expand All @@ -28,7 +28,7 @@
<!-- For framework compatibility, refer to the Spring Boot Dependencies BOM and to the gradle.properties -->
<!-- https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle -->
<!-- https://github.com/spring-projects/spring-boot/blob/main/gradle.properties -->
<spring-framework.version>6.2.1</spring-framework.version>
<spring-framework.version>6.2.2</spring-framework.version>

<!-- Web dependencies -->
<webjars-bootstrap.version>5.3.3</webjars-bootstrap.version> <!-- Report bootstrap version to the footer.tag -->
Expand Down

0 comments on commit 59c2f44

Please sign in to comment.