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 15, 2025
1 parent e8adbc5 commit d58ba9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 d58ba9d

Please sign in to comment.