Skip to content

Commit 26c89ae

Browse files
committed
chore: dep update
1 parent 1efa520 commit 26c89ae

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ logback-tyler = "1.0.2"
111111
log4j = "3.0.0-beta3"
112112
jmh = "1.37"
113113
mrjar = "0.1.1"
114-
ktfmt = "0.58"
114+
ktfmt = "0.59"
115115
google-javaformat = "1.30.0"
116116
palantir-javaformat = "2.78.0"
117117
google-auto-value = "1.11.0"
@@ -161,7 +161,7 @@ expiringmap = "0.5.11"
161161
otp = "2.1.0"
162162
password4j = "1.8.4"
163163
apache-commons-imaging = "1.0.0-alpha6"
164-
testcontainers = "1.21.3"
164+
testcontainers = "2.0.0"
165165
sourceBuddy = "2.5.3"
166166
tcp-javanioproxy = "1.6"
167167
kubernetes-client = "24.0.0"
@@ -574,12 +574,12 @@ multiplatform-settings-serialization = { module = "com.russhwolf:multiplatform-s
574574

575575
apache-commons-imaging = { module = "org.apache.commons:commons-imaging" , version.ref = "apache-commons-imaging" }
576576
testcontainers-bom = { module = "org.testcontainers:testcontainers-bom" , version.ref = "testcontainers"}
577-
testcontainers-core = { module = "org.testcontainers:testcontainers" }
578-
testcontainers-postgresql = { module = "org.testcontainers:postgresql" }
579-
testcontainers-cassandra = { module = "org.testcontainers:cassandra" }
580-
testcontainers-k3s = { module = "org.testcontainers:k3s" }
581-
testcontainers-clickhouse = { module = "org.testcontainers:clickhouse" }
582-
testcontainers-junit5 = { module = "org.testcontainers:junit-jupiter" }
577+
testcontainers-core = { module = "org.testcontainers:testcontainers" , version.ref = "testcontainers"}
578+
testcontainers-postgresql = { module = "org.testcontainers:testcontainers-postgresql" , version.ref = "testcontainers"}
579+
testcontainers-cassandra = { module = "org.testcontainers:testcontainers-cassandra" , version.ref = "testcontainers"}
580+
testcontainers-k3s = { module = "org.testcontainers:testcontainers-k3s" , version.ref = "testcontainers"}
581+
testcontainers-clickhouse = { module = "org.testcontainers:testcontainers-clickhouse" , version.ref = "testcontainers"}
582+
testcontainers-junit5 = { module = "org.testcontainers:testcontainers-junit-jupiter" , version.ref = "testcontainers"}
583583
kubernetes-client = { module = "io.kubernetes:client-java" , version.ref = "kubernetes-client"}
584584

585585
tcp-javanioproxy = { module = "com.github.terma:javaniotcpproxy" , version.ref = "tcp-javanioproxy"}

0 commit comments

Comments
 (0)