Skip to content

Commit 529404b

Browse files
author
Julien Ruaux
committed
deps: Upgraded lettucemod
1 parent 188d1af commit 529404b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ config {
4242
}
4343
}
4444
}
45+
46+
coverage {
47+
jacoco {
48+
toolVersion = '0.8.8'
49+
}
50+
}
4551
}
4652

4753
allprojects {
@@ -61,6 +67,11 @@ subprojects {
6167
info {
6268
description = project.project_description
6369
}
70+
coverage {
71+
jacoco {
72+
toolVersion = '0.8.8'
73+
}
74+
}
6475
}
6576
test {
6677
useJUnitPlatform()

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group=com.redis.testcontainers
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
adminVersion=0.3.0
99
awaitilityVersion=4.2.0
10-
lettucemodVersion=3.0.0
10+
lettucemodVersion=3.0.1
1111
testcontainersVersion=1.17.3

0 commit comments

Comments
 (0)