Skip to content

Commit 2d0c44d

Browse files
author
jruaux
committed
deps: Using spring boot plugin
1 parent 0ed2ccf commit 2d0c44d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

gradle.properties

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,26 @@
1616
# limitations under the License.
1717
#
1818
group = com.redis
19+
sourceCompatibility = 1.8
20+
targetCompatibility = 1.8
21+
testSourceCompatibility = 11
22+
testTargetCompatibility = 11
1923
reproducibleBuild = true
2024

2125
asciidoctorVersion = 3.3.2
26+
bootPluginVersion = 2.7.16
2227
gitPluginVersion = 3.0.0
2328
kordampPluginVersion = 0.51.0
2429
kordampBuildVersion = 3.1.0
2530
shadowPluginVersion = 7.1.2
2631

27-
awaitilityVersion = 4.2.0
2832
checkerVersion = 3.12.0
29-
commonsPoolVersion = 2.11.1
30-
connectUtilsVersion = 0.7.177
31-
guavaVersion = 31.1-jre
3233
jacocoVersion = 0.8.10
33-
jacksonVersion = 2.13.5
34-
kafkaVersion = 2.6.0
3534
lettucemodVersion = 3.5.1
3635
lettuceVersion = 6.2.3.RELEASE
37-
mockitoVersion = 4.8.1
38-
slf4jVersion = 1.7.36
3936
springBatchRedisVersion = 3.4.0
37+
testcontainersVersion = 1.18.3
4038
testcontainersRedisVersion = 1.6.4
41-
testcontainersVersion = 1.18.1
4239

4340
org.gradle.daemon = true
4441
org.gradle.caching = false

0 commit comments

Comments
 (0)