Skip to content

Commit

Permalink
chore(deps): bump spring.version from 6.0.11 to 6.0.12
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 6.0.11 to 6.0.12.

Updates `org.springframework:spring-webmvc` from 6.0.11 to 6.0.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.11...v6.0.12)

Updates `org.springframework:spring-test` from 6.0.11 to 6.0.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.11...v6.0.12)

---
updated-dependencies:
- 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent e7d5a82 commit ad853d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<properties>
<spring.version>6.0.11</spring.version>
<spring.version>6.0.12</spring.version>
<spring-security.version>6.1.3</spring-security.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-springboot3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<version>2.0.0-SNAPSHOT</version>

<properties>
<spring.version>6.0.11</spring.version>
<spring.version>6.0.12</spring.version>
<springboot.version>3.1.3</springboot.version>
<springsecurity.version>6.1.3</springsecurity.version>
</properties>
Expand Down

0 comments on commit ad853d8

Please sign in to comment.