Skip to content

Commit

Permalink
chore(deps): bump spring.version in /samples/spring/pet-store
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 6.0.12 to 6.0.13.

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

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

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

---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context-indexer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 32eb54a commit 5bde131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/spring/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</licenses>

<properties>
<spring.version>6.0.12</spring.version>
<spring.version>6.0.13</spring.version>
<log4j.version>2.20.0</log4j.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand Down

0 comments on commit 5bde131

Please sign in to comment.