Skip to content

Commit

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

Updates `org.springframework:spring-test` from 6.1.7 to 6.1.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.7...v6.1.8)

Updates `org.springframework:spring-jdbc` from 6.1.7 to 6.1.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.7...v6.1.8)

Updates `org.springframework:spring-beans` from 6.1.7 to 6.1.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.7...v6.1.8)

Updates `org.springframework:spring-context` from 6.1.7 to 6.1.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.7...v6.1.8)

Updates `org.springframework:spring-orm` from 6.1.7 to 6.1.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.7...v6.1.8)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 8cb0933 commit 16ec12b
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 @@ -72,7 +72,7 @@

<properties>
<hibernate.version>6.3.1.Final</hibernate.version>
<spring.version>6.1.7</spring.version>
<spring.version>6.1.8</spring.version>
<liquibase.version>4.27.0</liquibase.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 16ec12b

Please sign in to comment.