Skip to content

Commit

Permalink
Bump springVersion from 6.1.8 to 6.1.9
Browse files Browse the repository at this point in the history
Bumps `springVersion` from 6.1.8 to 6.1.9.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent cdb717f commit 76ccde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junit5-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
ext {
slf4jVersion = '2.0.13'
logbackVersion = '1.5.6'
springVersion = '6.1.8'
springVersion = '6.1.9'

junitJupiterVersion = '5.10.2'
}
Expand Down

0 comments on commit 76ccde0

Please sign in to comment.