Skip to content

Commit

Permalink
chore: update all dependencies with patch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent f0cf860 commit 1fe9f22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ nexusPublish = "2.0.0"
checkstyleTools = "10.18.2"

# testing
junit = "5.11.2"
mockito = "5.14.1"
junitLauncher = "1.11.2"
testcontainers = "1.20.2"
junit = "5.11.3"
mockito = "5.14.2"
junitLauncher = "1.11.3"
testcontainers = "1.20.3"

# compile time processing
lombok = "1.18.34"
Expand All @@ -20,11 +20,11 @@ lombok = "1.18.34"
gson = "2.11.0"
jjwt = "0.12.6"
guava = "33.3.1-jre"
annotations = "26.0.0"
annotations = "26.0.1"

# logging
slf4j = "2.0.16"
logback = "1.5.10"
logback = "1.5.11"

# validation
expressly = "5.0.0"
Expand Down

0 comments on commit 1fe9f22

Please sign in to comment.