Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#559)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 90971cc commit a91200a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.10"
kotlinx = "1.8.1"
spring-boot = "2.7.18"
spring-framework = "5.3.38"
spring-framework = "5.3.39"
spring-framework-6x = "6.1.11"
spring-boot-3x = "3.3.2"
spring-dependency-management = "1.1.6"
Expand Down Expand Up @@ -42,7 +42,7 @@ gradle-release = "3.0.2"
nexusPublish = "2.0.0"
shadow = "8.1.1"
hoplite = "2.8.0.RC3"
junit = "5.10.3"
junit = "5.11.0"
kotest = "5.9.1"
mockito = "5.4.0"
quiver = "0.5.9"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ kediatr = "3.0.0"

# Testing
stove = "1.0.0-SNAPSHOT"
junit = "5.10.3"
junit = "5.11.0"
kotest = "5.9.1"

[libraries]
Expand Down

0 comments on commit a91200a

Please sign in to comment.