Skip to content

Commit

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


Updates `org.springframework.boot:spring-boot-starter-validation` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5)

Updates `org.springframework.boot` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-validation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 4da3f55 commit 1b7e81a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.21" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version = "2.0.21" }
kotlin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version = "2.0.21" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "2.0.21" }
spring-boot = { id = "org.springframework.boot", version = "3.3.4" }
spring-boot = { id = "org.springframework.boot", version = "3.3.5" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
flyway = { id = "org.flywaydb.flyway", version = "10.20.1" }
graalvm-buildtools-native = { id = "org.graalvm.buildtools.native", version = "0.10.3" }
Expand Down
2 changes: 1 addition & 1 deletion whiskers-cloudnative/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
implementation("jakarta.validation:jakarta.validation-api:3.1.0")
implementation("io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE")
implementation("org.springframework.boot:spring-boot-starter-validation:3.3.4")
implementation("org.springframework.boot:spring-boot-starter-validation:3.3.5")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.testcontainers:junit-jupiter")
Expand Down
2 changes: 1 addition & 1 deletion whiskers-graalvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
implementation("jakarta.validation:jakarta.validation-api:3.1.0")
implementation("io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE")
implementation("org.springframework.boot:spring-boot-starter-validation:3.3.4")
implementation("org.springframework.boot:spring-boot-starter-validation:3.3.5")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.testcontainers:junit-jupiter")
Expand Down

0 comments on commit 1b7e81a

Please sign in to comment.