Skip to content

Commit 08f75a5

Browse files
committed
Upgrade testcontainers version to 1.17.4 in japicmp
1 parent b6abcef commit 08f75a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/japicmp.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configurations {
33
}
44

55
dependencies {
6-
baseline "org.testcontainers:${project.name}:1.17.3", {
6+
baseline "org.testcontainers:${project.name}:1.17.4", {
77
exclude group: "*", module: "*"
88
}
99
}

0 commit comments

Comments
 (0)