Skip to content

Commit

Permalink
build(deps): bump spring.version from 6.0.14 to 6.1.4
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 6.0.14 to 6.1.4.

Updates `org.springframework:spring-webmvc` from 6.0.14 to 6.1.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.14...v6.1.4)

Updates `org.springframework:spring-test` from 6.0.14 to 6.1.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.14...v6.1.4)

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jknack committed Mar 8, 2024
1 parent 3c48c1e commit e8a9f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
<!-- Encoding UTF-8 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson2-version>2.16.1</jackson2-version>
<spring.version>6.0.14</spring.version>
<spring.version>6.1.4</spring.version>
<jacoco.version>0.8.11</jacoco.version>
<antlr-version>4.13.1</antlr-version>
<mockito.version>5.11.0</mockito.version>
Expand Down

0 comments on commit e8a9f24

Please sign in to comment.