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.3 to 3.2.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4)

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

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

---
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 Mar 22, 2024
1 parent e9dc234 commit 9e76cb1
Showing 1 changed file with 3 additions and 3 deletions.
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.3'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: '3.2.3'
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'
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.3'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '3.2.4'
}

0 comments on commit 9e76cb1

Please sign in to comment.