Skip to content

Commit

Permalink
Bump the minor-and-patch-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.7` | `6.1.8` |
| [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.7` | `6.1.8` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |
| [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |


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-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.boot:spring-boot-starter-web` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

Updates `org.springframework.boot:spring-boot-starter-validation` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.5 to 3.3.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0)

---
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
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arhohuttunen committed May 24, 2024
1 parent 4f21479 commit 0f86af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.7'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.7'
implementation group: 'org.springframework', name: 'spring-context', version: '6.1.8'
testImplementation group: 'org.springframework', name: 'spring-test', version: '6.1.8'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.12.0'
testImplementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.9'
Expand Down
6 changes: 3 additions & 3 deletions junit5-nested-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ repositories {
}

dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '3.2.5'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '3.2.5'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '3.3.0'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '3.3.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.2.5'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.3.0'
}

0 comments on commit 0f86af3

Please sign in to comment.