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.4 to 6.1.5
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.4...v6.1.5)

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

---
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 Mar 14, 2024
1 parent f910e5f commit e9dc234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions junit5-migration/build.gradle
Original file line number Diff line number Diff line change
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.4'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.4'
implementation group: 'org.springframework', name: 'spring-context', version: '6.1.5'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.5'
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.7'
Expand Down

0 comments on commit e9dc234

Please sign in to comment.