Skip to content

Commit 546301b

Browse files
Bump spring-framework.version from 6.2.7 to 6.2.8 (#207)
* Bump spring-framework.version from 6.2.7 to 6.2.8 Bumps `spring-framework.version` from 6.2.7 to 6.2.8. Updates `org.springframework:spring-jdbc` from 6.2.7 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.7...v6.2.8) Updates `org.springframework:spring-orm` from 6.2.7 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.7...v6.2.8) Updates `org.springframework:spring-webmvc` from 6.2.7 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.7...v6.2.8) Updates `org.springframework:spring-context-support` from 6.2.7 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.7...v6.2.8) Updates `org.springframework:spring-oxm` from 6.2.7 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.7...v6.2.8) Updates `org.springframework:spring-test` from 6.2.7 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.7...v6.2.8) --- updated-dependencies: - dependency-name: org.springframework:spring-jdbc dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-webmvc dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context-support dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-oxm dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-version: 6.2.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * 6.2.8 app version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Antoine Rey <[email protected]>
1 parent a312c66 commit 546301b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.samples</groupId>
66
<artifactId>spring-framework-petclinic</artifactId>
7-
<version>6.2.6</version>
7+
<version>6.2.8</version>
88

99
<name>Spring Framework Petclinic</name>
1010
<packaging>war</packaging>
@@ -28,7 +28,7 @@
2828
<!-- For framework compatibility, refer to the Spring Boot Dependencies BOM and to the gradle.properties -->
2929
<!-- https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-dependencies/build.gradle -->
3030
<!-- https://github.com/spring-projects/spring-boot/blob/main/gradle.properties -->
31-
<spring-framework.version>6.2.7</spring-framework.version>
31+
<spring-framework.version>6.2.8</spring-framework.version>
3232

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

0 commit comments

Comments
 (0)