Skip to content

Commit

Permalink
Merge pull request #424 from jesperancinha/dependabot/gradle/spring-0…
Browse files Browse the repository at this point in the history
…467b947d3

Bump the spring group with 2 updates
  • Loading branch information
github-actions[bot] authored Aug 23, 2024
2 parents 70f351c + 103bfa4 commit 1408fa4
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.20" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version = "2.0.20" }
kotlin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version = "2.0.20" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "2.0.20" }
spring-boot = { id = "org.springframework.boot", version = "3.3.2" }
spring-boot = { id = "org.springframework.boot", version = "3.3.3" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
flyway = { id = "org.flywaydb.flyway", version = "10.17.1" }
graalvm-buildtools-native = { id = "org.graalvm.buildtools.native", version = "0.10.2" }
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.2")
implementation("org.springframework.boot:spring-boot-starter-validation:3.3.3")
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.2")
implementation("org.springframework.boot:spring-boot-starter-validation:3.3.3")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
testImplementation("org.testcontainers:junit-jupiter")
Expand Down

0 comments on commit 1408fa4

Please sign in to comment.