Skip to content

Commit b7a72e0

Browse files
committed
Upgrade testcontainers version to 1.17.6 in japicmp
1 parent 3418624 commit b7a72e0

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.5", {
6+
baseline "org.testcontainers:${project.name}:1.17.6", {
77
exclude group: "*", module: "*"
88
}
99
}

0 commit comments

Comments
 (0)