We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c92cbb commit d8e874bCopy full SHA for d8e874b
build.gradle
@@ -61,6 +61,11 @@ subprojects {
61
info {
62
description = project.project_description
63
}
64
+ coverage {
65
+ jacoco {
66
+ toolVersion = '0.8.8'
67
+ }
68
69
70
test {
71
useJUnitPlatform()
gradle.properties
@@ -1,10 +1,10 @@
1
group=com.redis
2
3
-bootPluginVersion=2.7.1
+bootPluginVersion=2.7.2
4
dependencyPluginVersion=1.0.11.RELEASE
5
kordampBuildVersion=2.6.0
6
kordampPluginVersion=0.47.0
7
8
awaitilityVersion=4.2.0
9
commonsIOVersion=2.11.0
10
-testcontainersRedisVersion=1.6.0
+testcontainersRedisVersion=1.6.2
0 commit comments