Skip to content

Commit

Permalink
deps: Upgraded Spring Batch Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Nov 1, 2024
1 parent 77645f1 commit ac5c26d
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 @@ -22,7 +22,7 @@ testSourceCompatibility = 17
testTargetCompatibility = 17
reproducibleBuild = true

bootPluginVersion = 3.3.4
bootPluginVersion = 3.3.5
dependencyPluginVersion = 1.1.6
gitPluginVersion = 3.0.0
jacocoPluginVersion = 0.8.12
Expand All @@ -36,11 +36,11 @@ gcpVersion = 5.6.0
latencyUtilsVersion = 2.0.3
picocliVersion = 4.7.6
progressbarVersion = 0.10.1
springBatchRedisVersion = 4.5.0
springBatchRedisVersion = 4.5.1
testcontainersRedisVersion = 2.2.2

org.gradle.daemon = false
org.gradle.caching = false
org.gradle.daemon = true
org.gradle.caching = true
org.gradle.parallel = false
systemProp.file.encoding = utf-8
org.gradle.jvmargs = -Dfile.encoding=UTF-8
Expand Down

0 comments on commit ac5c26d

Please sign in to comment.