Skip to content

Commit

Permalink
deps: Upgraded spring boot plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Oct 8, 2024
1 parent 20a73fb commit a7e94dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ testSourceCompatibility = 17
testTargetCompatibility = 17
reproducibleBuild = true

bootPluginVersion = 3.3.3
dependencyPluginVersion = 1.1.4
bootPluginVersion = 3.3.4
dependencyPluginVersion = 1.1.6
kordampBuildVersion = 3.4.0
kordampPluginVersion = 0.54.0

commonsCollectionsVersion = 4.4
jacocoVersion = 0.8.11
lettuceVersion = 6.3.2.RELEASE
jacocoVersion = 0.8.12
lettuceVersion = 6.4.0.RELEASE
testcontainersRedisVersion = 2.2.2

org.gradle.daemon = false
Expand Down

0 comments on commit a7e94dd

Please sign in to comment.