Skip to content

Commit

Permalink
Bump the minor-and-patch-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 2 updates: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) and [org.springframework:spring-test](https://github.com/spring-projects/spring-framework).


Updates `org.springframework:spring-context` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.5...v6.1.6)

Updates `org.springframework:spring-test` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.5...v6.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed Apr 11, 2024
1 parent 0102772 commit aa58ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions junit5-migration/build.gradle
Expand Up @@ -25,8 +25,8 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.10.2'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.10.2'
implementation group: 'org.springframework', name: 'spring-context', version: '6.1.5'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.5'
implementation group: 'org.springframework', name: 'spring-context', version: '6.1.6'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.6'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.11.0'
testImplementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.8'
Expand Down

0 comments on commit aa58ac1

Please sign in to comment.