Skip to content

Commit

Permalink
Bump spring.version from 6.1.13 to 6.1.14
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 6.1.13 to 6.1.14.

Updates `org.springframework:spring-test` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.13...v6.1.14)

Updates `org.springframework:spring-webmvc` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.13...v6.1.14)

Updates `org.springframework:spring-web` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.13...v6.1.14)

Updates `org.springframework:spring-webflux` from 6.1.13 to 6.1.14
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.13...v6.1.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lukas-krecan committed Oct 18, 2024
1 parent 50c73ad commit f770f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-unit-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Spring Mock assertions
</description>
<properties>
<spring.version>6.1.13</spring.version>
<spring.version>6.1.14</spring.version>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<osgi.exportPackage>net.javacrumbs.jsonunit.spring</osgi.exportPackage>
</properties>
Expand Down

0 comments on commit f770f89

Please sign in to comment.