From ac5c26d407249dfa06654ed16bfc90c6b6202451 Mon Sep 17 00:00:00 2001 From: jruaux Date: Thu, 31 Oct 2024 17:02:27 -0700 Subject: [PATCH] deps: Upgraded Spring Batch Redis --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index b0dbdd06e..ef3e58a50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 @@ -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