Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent d8233be commit bb84c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.sonarqube.gradle.SonarTask

plugins {
id("org.springframework.boot") version "3.4.1" apply false
id("org.springframework.boot") version "3.4.2" apply false
id("io.spring.dependency-management") version "1.1.7" apply false
id("application")
id("jacoco-report-aggregation")
Expand Down
2 changes: 1 addition & 1 deletion eno-treatments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks.named<Jar>("jar") {
enabled = true
}

val jsonSchemaValidatorVersion = "1.5.4"
val jsonSchemaValidatorVersion = "1.5.5"

dependencies {
// Eno core
Expand Down
2 changes: 1 addition & 1 deletion eno-ws/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tasks.named<Jar>("jar") {
enabled = false
}

val springdocVersion = "2.7.0"
val springdocVersion = "2.8.3"

dependencies {
//
Expand Down

0 comments on commit bb84c05

Please sign in to comment.