@@ -23,7 +23,7 @@ okio = "3.15.0"
23
23
protobuf = " 3.25.8"
24
24
retrofit = " 3.0.0"
25
25
sqldelight = " 2.1.0"
26
- wire = " 5.3.4 "
26
+ wire = " 5.3.5 "
27
27
28
28
[libraries ]
29
29
apacheCommonsIo = { module = " commons-io:commons-io" , version = " 2.19.0" }
@@ -66,8 +66,8 @@ dockerTransportCore = { module = "com.github.docker-java:docker-java-transport",
66
66
dockerTransportHttpClient = { module = " com.github.docker-java:docker-java-transport-httpclient5" , version.ref = " docker" }
67
67
errorproneAnnotations = { module = " com.google.errorprone:error_prone_annotations" , version = " 2.39.0" }
68
68
findbugsJsr305 = { module = " com.google.code.findbugs:jsr305" , version = " 3.0.2" }
69
- gax = { module = " com.google.api:gax" , version = " 2.68.0 " }
70
- gcpCloudCore = { module = " com.google.cloud:google-cloud-core" , version = " 2.58.0 " }
69
+ gax = { module = " com.google.api:gax" , version = " 2.68.1 " }
70
+ gcpCloudCore = { module = " com.google.cloud:google-cloud-core" , version = " 2.58.1 " }
71
71
gcpDatastore = { module = " com.google.cloud:google-cloud-datastore" , version = " 2.30.0" }
72
72
gcpKms = { module = " com.google.apis:google-api-services-cloudkms" , version = " v1-rev20250523-2.0.0" }
73
73
gcpLogback = { module = " com.google.cloud:google-cloud-logging-logback" , version = " 0.130.11-alpha" }
@@ -77,9 +77,9 @@ googleApiClient = { module = "com.google.api-client:google-api-client", version
77
77
googleApiServicesStorage = { module = " com.google.apis:google-api-services-storage" , version = " v1-rev20250629-2.0.0" }
78
78
googleAuthLibraryCredentials = { module = " com.google.auth:google-auth-library-credentials" , version.ref = " googleAuth" }
79
79
googleAuthLibraryOauth2Http = { module = " com.google.auth:google-auth-library-oauth2-http" , version.ref = " googleAuth" }
80
- googleCloudCoreHttp = { module = " com.google.cloud:google-cloud-core-http" , version = " 2.58.0 " }
80
+ googleCloudCoreHttp = { module = " com.google.cloud:google-cloud-core-http" , version = " 2.58.1 " }
81
81
googleCloudStorage = { module = " com.google.cloud:google-cloud-storage" , version = " 1.118.1" }
82
- googleCommonProtos = { module = " com.google.api.grpc:proto-google-common-protos" , version = " 2.59.0 " }
82
+ googleCommonProtos = { module = " com.google.api.grpc:proto-google-common-protos" , version = " 2.59.1 " }
83
83
googleHttpClient = { module = " com.google.http-client:google-http-client" , version.ref = " googleHttp" }
84
84
googleHttpClientJackson = { module = " com.google.http-client:google-http-client-jackson2" , version.ref = " googleHttp" }
85
85
grpcApi = { module = " io.grpc:grpc-api" , version = " 1.73.0" }
@@ -211,7 +211,7 @@ tempest2Testing = { module = "app.cash.tempest:tempest2-testing" }
211
211
tempest2TestingDocker = { module = " app.cash.tempest:tempest2-testing-docker" }
212
212
tempest2TestingInternal = { module = " app.cash.tempest:tempest2-testing-internal" }
213
213
tempest2TestingJvm = { module = " app.cash.tempest:tempest2-testing-jvm" }
214
- tempestBom = { module = " app.cash.tempest:tempest-bom" , version = " 2025.06.11.195708-6267180 " }
214
+ tempestBom = { module = " app.cash.tempest:tempest-bom" , version = " 2025.07.08.171526-e297588 " }
215
215
tempestTesting = { module = " app.cash.tempest:tempest-testing" }
216
216
tempestTestingDocker = { module = " app.cash.tempest:tempest-testing-docker" }
217
217
tempestTestingInternal = { module = " app.cash.tempest:tempest-testing-internal" }
0 commit comments