Skip to content

Commit

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

Updates `spring-test` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.5...v6.0.6)

Updates `spring-jdbc` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.5...v6.0.6)

Updates `spring-beans` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.5...v6.0.6)

Updates `spring-context` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.5...v6.0.6)

Updates `spring-orm` from 6.0.5 to 6.0.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-beans
  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-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 2, 2023
1 parent 1343efb commit b227994
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 @@ -70,7 +70,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hibernate.version>6.1.7.Final</hibernate.version>
<spring.version>6.0.5</spring.version>
<spring.version>6.0.6</spring.version>
<liquibase.version>0-SNAPSHOT</liquibase.version>
<!--suppress UnresolvedMavenProperty -->
<liquibase.sdk.github.token>${env.GITHUB_TOKEN}</liquibase.sdk.github.token>
Expand Down

0 comments on commit b227994

Please sign in to comment.