Skip to content

Commit d8e874b

Browse files
author
Julien Ruaux
committed
deps: Upgraded testcontainers redis and jacoco
1 parent 8c92cbb commit d8e874b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ subprojects {
6161
info {
6262
description = project.project_description
6363
}
64+
coverage {
65+
jacoco {
66+
toolVersion = '0.8.8'
67+
}
68+
}
6469
}
6570
test {
6671
useJUnitPlatform()

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
group=com.redis
22

3-
bootPluginVersion=2.7.1
3+
bootPluginVersion=2.7.2
44
dependencyPluginVersion=1.0.11.RELEASE
55
kordampBuildVersion=2.6.0
66
kordampPluginVersion=0.47.0
77

88
awaitilityVersion=4.2.0
99
commonsIOVersion=2.11.0
10-
testcontainersRedisVersion=1.6.0
10+
testcontainersRedisVersion=1.6.2

0 commit comments

Comments
 (0)