Skip to content

Commit

Permalink
chore(deps): bump spring.version from 5.3.12 to 5.3.13 (#12339)
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 5.3.12 to 5.3.13.

Updates `spring-web` from 5.3.12 to 5.3.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

Updates `spring-webmvc` from 5.3.12 to 5.3.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

Updates `spring-test` from 5.3.12 to 5.3.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.12...v5.3.13)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 11, 2021
1 parent 5a386ac commit 2ecd507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusion-endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>

<properties>
<spring.version>5.3.12</spring.version>
<spring.version>5.3.13</spring.version>
<spring.autoconfigure.version>2.5.6</spring.autoconfigure.version>
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
<javaparser.version>3.23.1</javaparser.version>
Expand Down

0 comments on commit 2ecd507

Please sign in to comment.