Skip to content

Commit

Permalink
Bump the minor-and-patch-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-dependencies group with 3 updates: [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-validation](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot).


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

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

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-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 19, 2024
1 parent aa58ac1 commit 92aeab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions junit5-nested-tests/build.gradle
Expand Up @@ -22,9 +22,9 @@ repositories {
}

dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '3.2.4'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '3.2.4'
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'
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.4'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.2.5'
}

0 comments on commit 92aeab8

Please sign in to comment.