11[versions ]
22awaitility = " 4.3.0"
3- aws1 = " 1.12.782 "
4- aws2 = " 2.31.22 "
3+ aws1 = " 1.12.783 "
4+ aws2 = " 2.31.35 "
55bucket4j = " 8.8.0"
6- datadog = " 1.48.1 "
7- dependencyAnalysisPlugin = " 2.16 .0"
6+ datadog = " 1.48.2 "
7+ dependencyAnalysisPlugin = " 2.17 .0"
88detekt = " 1.23.8"
9- docker = " 3.4.2 "
10- googleAuth = " 1.33.1 "
11- googleHttp = " 1.46.3 "
9+ docker = " 3.5.0 "
10+ googleAuth = " 1.34.0 "
11+ googleHttp = " 1.47.0 "
1212hoplite = " 2.7.5"
13- jackson = " 2.18.3 "
13+ jackson = " 2.19.0 "
1414junit = " 5.12.2"
1515kotest = " 5.9.1"
1616kotlin = " 2.1.20"
@@ -20,7 +20,7 @@ micrometer = "1.12.13"
2020netty = " 4.2.0.Final"
2121okHttp = " 5.0.0-alpha.14"
2222okio = " 3.11.0"
23- protobuf = " 3.25.6 "
23+ protobuf = " 3.25.7 "
2424retrofit = " 2.11.0"
2525sqldelight = " 2.0.2"
2626wire = " 5.3.1"
@@ -64,22 +64,22 @@ dockerApi = { module = "com.github.docker-java:docker-java-api", version.ref = "
6464dockerCore = { module = " com.github.docker-java:docker-java-core" , version.ref = " docker" }
6565dockerTransportCore = { module = " com.github.docker-java:docker-java-transport" , version.ref = " docker" }
6666dockerTransportHttpClient = { module = " com.github.docker-java:docker-java-transport-httpclient5" , version.ref = " docker" }
67- errorproneAnnotations = { module = " com.google.errorprone:error_prone_annotations" , version = " 2.37 .0" }
67+ errorproneAnnotations = { module = " com.google.errorprone:error_prone_annotations" , version = " 2.38 .0" }
6868findbugsJsr305 = { module = " com.google.code.findbugs:jsr305" , version = " 3.0.2" }
69- gax = { module = " com.google.api:gax" , version = " 2.63.1 " }
70- gcpCloudCore = { module = " com.google.cloud:google-cloud-core" , version = " 2.53.1 " }
71- gcpDatastore = { module = " com.google.cloud:google-cloud-datastore" , version = " 2.27.1 " }
72- gcpKms = { module = " com.google.apis:google-api-services-cloudkms" , version = " v1-rev20250227 -2.0.0" }
69+ gax = { module = " com.google.api:gax" , version = " 2.64.3 " }
70+ gcpCloudCore = { module = " com.google.cloud:google-cloud-core" , version = " 2.54.3 " }
71+ gcpDatastore = { module = " com.google.cloud:google-cloud-datastore" , version = " 2.28.0 " }
72+ gcpKms = { module = " com.google.apis:google-api-services-cloudkms" , version = " v1-rev20250414 -2.0.0" }
7373gcpLogback = { module = " com.google.cloud:google-cloud-logging-logback" , version = " 0.130.11-alpha" }
74- gcpLogging = { module = " com.google.cloud:google-cloud-logging" , version = " 3.22.0 " }
75- gcpSpanner = { module = " com.google.cloud:google-cloud-spanner" , version = " 6.90 .0" }
74+ gcpLogging = { module = " com.google.cloud:google-cloud-logging" , version = " 3.22.2 " }
75+ gcpSpanner = { module = " com.google.cloud:google-cloud-spanner" , version = " 6.92 .0" }
7676googleApiClient = { module = " com.google.api-client:google-api-client" , version = " 2.7.2" }
77- googleApiServicesStorage = { module = " com.google.apis:google-api-services-storage" , version = " v1-rev20250312 -2.0.0" }
77+ googleApiServicesStorage = { module = " com.google.apis:google-api-services-storage" , version = " v1-rev20250424 -2.0.0" }
7878googleAuthLibraryCredentials = { module = " com.google.auth:google-auth-library-credentials" , version.ref = " googleAuth" }
7979googleAuthLibraryOauth2Http = { module = " com.google.auth:google-auth-library-oauth2-http" , version.ref = " googleAuth" }
80- googleCloudCoreHttp = { module = " com.google.cloud:google-cloud-core-http" , version = " 2.53.1 " }
80+ googleCloudCoreHttp = { module = " com.google.cloud:google-cloud-core-http" , version = " 2.54.3 " }
8181googleCloudStorage = { module = " com.google.cloud:google-cloud-storage" , version = " 1.118.1" }
82- googleCommonProtos = { module = " com.google.api.grpc:proto-google-common-protos" , version = " 2.54.1 " }
82+ googleCommonProtos = { module = " com.google.api.grpc:proto-google-common-protos" , version = " 2.55.3 " }
8383googleHttpClient = { module = " com.google.http-client:google-http-client" , version.ref = " googleHttp" }
8484googleHttpClientJackson = { module = " com.google.http-client:google-http-client-jackson2" , version.ref = " googleHttp" }
8585grpcApi = { module = " io.grpc:grpc-api" , version = " 1.72.0" }
@@ -89,7 +89,7 @@ grpcNetty = { module = "io.grpc:grpc-netty", version = "1.72.0" }
8989grpcProtobuf = { module = " io.grpc:grpc-protobuf" , version = " 1.72.0" }
9090grpcStub = { module = " io.grpc:grpc-stub" , version = " 1.72.0" }
9191guava = { module = " com.google.guava:guava" }
92- guavaBom = { module = " com.google.guava:guava-bom" , version = " 33.4.0 -jre" }
92+ guavaBom = { module = " com.google.guava:guava-bom" , version = " 33.4.8 -jre" }
9393guavaTestLib = { module = " com.google.guava:guava-testlib" }
9494guice = { module = " com.google.inject:guice" }
9595guice7Bom = { module = " com.google.inject:guice-bom" , version = " 7.0.0" }
@@ -208,7 +208,7 @@ tempest2Testing = { module = "app.cash.tempest:tempest2-testing" }
208208tempest2TestingDocker = { module = " app.cash.tempest:tempest2-testing-docker" }
209209tempest2TestingInternal = { module = " app.cash.tempest:tempest2-testing-internal" }
210210tempest2TestingJvm = { module = " app.cash.tempest:tempest2-testing-jvm" }
211- tempestBom = { module = " app.cash.tempest:tempest-bom" , version = " 2025.03.17.133301-6c83654 " }
211+ tempestBom = { module = " app.cash.tempest:tempest-bom" , version = " 2025.05.02.195945-d393c44 " }
212212tempestTesting = { module = " app.cash.tempest:tempest-testing" }
213213tempestTestingDocker = { module = " app.cash.tempest:tempest-testing-docker" }
214214tempestTestingInternal = { module = " app.cash.tempest:tempest-testing-internal" }
@@ -230,7 +230,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit
230230dependencyAnalysis = { id = " com.autonomousapps.dependency-analysis" , version.ref = " dependencyAnalysisPlugin" }
231231detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
232232dokka = { id = " org.jetbrains.dokka" , version = " 2.0.0" }
233- flyway = { id = " org.flywaydb.flyway" , version = " 11.7.1 " }
233+ flyway = { id = " org.flywaydb.flyway" , version = " 11.8.0 " }
234234jooq = { id = " nu.studer.jooq" , version = " 9.0" }
235235kotlinAllOpen = { id = " org.jetbrains.kotlin.plugin.allopen" , version.ref = " kotlin" }
236236kotlinJpa = { id = " org.jetbrains.kotlin.plugin.jpa" , version.ref = " kotlin" }
0 commit comments