|
1 | 1 | [versions] |
2 | | -awaitility = "4.2.2" |
3 | | -aws1 = "1.12.781" |
4 | | -aws2 = "2.30.23" |
| 2 | +awaitility = "4.3.0" |
| 3 | +aws1 = "1.12.782" |
| 4 | +aws2 = "2.30.30" |
5 | 5 | bucket4j = "8.8.0" |
6 | | -datadog = "1.46.0" |
7 | | -dependencyAnalysisPlugin = "2.8.2" |
8 | | -detekt = "1.23.7" |
| 6 | +datadog = "1.46.1" |
| 7 | +dependencyAnalysisPlugin = "2.10.1" |
| 8 | +detekt = "1.23.8" |
9 | 9 | docker = "3.4.1" |
10 | | -googleAuth = "1.32.1" |
11 | | -googleHttp = "1.46.1" |
| 10 | +googleAuth = "1.33.1" |
| 11 | +googleHttp = "1.46.3" |
12 | 12 | hoplite = "2.7.5" |
13 | 13 | jackson = "2.18.2" |
14 | | -junit = "5.11.4" |
| 14 | +junit = "5.12.0" |
15 | 15 | kotest = "5.9.1" |
16 | 16 | kotlin = "2.1.10" |
17 | 17 | kotlinBinaryCompatibilityPlugin = "0.17.0" |
18 | 18 | mavenPublish = "0.28.0" |
19 | 19 | micrometer = "1.12.13" |
20 | | -netty = "4.1.118.Final" |
| 20 | +netty = "4.1.119.Final" |
21 | 21 | okHttp = "5.0.0-alpha.14" |
22 | 22 | protobuf = "3.25.6" |
23 | 23 | retrofit = "2.11.0" |
@@ -63,20 +63,20 @@ dockerTransportCore = { module = "com.github.docker-java:docker-java-transport", |
63 | 63 | dockerTransportHttpClient = { module = "com.github.docker-java:docker-java-transport-httpclient5", version.ref = "docker" } |
64 | 64 | errorproneAnnotations = { module = "com.google.errorprone:error_prone_annotations", version = "2.36.0" } |
65 | 65 | findbugsJsr305 = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" } |
66 | | -gax = { module = "com.google.api:gax", version = "2.61.0" } |
67 | | -gcpCloudCore = { module = "com.google.cloud:google-cloud-core", version = "2.51.0" } |
68 | | -gcpDatastore = { module = "com.google.cloud:google-cloud-datastore", version = "2.26.2" } |
69 | | -gcpKms = { module = "com.google.apis:google-api-services-cloudkms", version = "v1-rev20250102-2.0.0" } |
| 66 | +gax = { module = "com.google.api:gax", version = "2.62.0" } |
| 67 | +gcpCloudCore = { module = "com.google.cloud:google-cloud-core", version = "2.52.0" } |
| 68 | +gcpDatastore = { module = "com.google.cloud:google-cloud-datastore", version = "2.26.4" } |
| 69 | +gcpKms = { module = "com.google.apis:google-api-services-cloudkms", version = "v1-rev20250213-2.0.0" } |
70 | 70 | gcpLogback = { module = "com.google.cloud:google-cloud-logging-logback", version = "0.130.11-alpha" } |
71 | | -gcpLogging = { module = "com.google.cloud:google-cloud-logging", version = "3.21.3" } |
72 | | -gcpSpanner = { module = "com.google.cloud:google-cloud-spanner", version = "6.86.0" } |
| 71 | +gcpLogging = { module = "com.google.cloud:google-cloud-logging", version = "3.21.4" } |
| 72 | +gcpSpanner = { module = "com.google.cloud:google-cloud-spanner", version = "6.88.0" } |
73 | 73 | googleApiClient = { module = "com.google.api-client:google-api-client", version = "2.7.2" } |
74 | 74 | googleApiServicesStorage = { module = "com.google.apis:google-api-services-storage", version = "v1-rev20241206-2.0.0" } |
75 | 75 | googleAuthLibraryCredentials = { module = "com.google.auth:google-auth-library-credentials", version.ref = "googleAuth" } |
76 | 76 | googleAuthLibraryOauth2Http = { module = "com.google.auth:google-auth-library-oauth2-http", version.ref = "googleAuth" } |
77 | | -googleCloudCoreHttp = { module = "com.google.cloud:google-cloud-core-http", version = "2.51.0" } |
| 77 | +googleCloudCoreHttp = { module = "com.google.cloud:google-cloud-core-http", version = "2.52.0" } |
78 | 78 | googleCloudStorage = { module = "com.google.cloud:google-cloud-storage", version = "1.118.1" } |
79 | | -googleCommonProtos = { module = "com.google.api.grpc:proto-google-common-protos", version = "2.52.0" } |
| 79 | +googleCommonProtos = { module = "com.google.api.grpc:proto-google-common-protos", version = "2.53.0" } |
80 | 80 | googleHttpClient = { module = "com.google.http-client:google-http-client", version.ref = "googleHttp" } |
81 | 81 | googleHttpClientJackson = { module = "com.google.http-client:google-http-client-jackson2", version.ref = "googleHttp" } |
82 | 82 | grpcApi = { module = "io.grpc:grpc-api", version = "1.70.0" } |
@@ -135,6 +135,7 @@ jooq = { module = "org.jooq:jooq", version = "3.19.18" } |
135 | 135 | jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "5.1" } |
136 | 136 | junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } |
137 | 137 | junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } |
| 138 | +junitLauncher = { module = "org.junit.platform:junit-platform-launcher" } |
138 | 139 | junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" } |
139 | 140 | junitPioneer = { module = "org.junit-pioneer:junit-pioneer", version = "2.3.0" } |
140 | 141 | kotestAssertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" } |
@@ -195,7 +196,7 @@ retrofitProtobuf = { module = "com.squareup.retrofit2:converter-protobuf", versi |
195 | 196 | retrofitScalars = { module = "com.squareup.retrofit2:converter-scalars", version.ref = "retrofit" } |
196 | 197 | retrofitWire = { module = "com.squareup.retrofit2:converter-wire", version.ref = "retrofit" } |
197 | 198 | servletApi = { module = "javax.servlet:javax.servlet-api", version = "4.0.1" } |
198 | | -slf4jApi = { module = "org.slf4j:slf4j-api", version = "2.0.16" } |
| 199 | +slf4jApi = { module = "org.slf4j:slf4j-api", version = "2.0.17" } |
199 | 200 | sqldelightJdbcDriver = { module = "app.cash.sqldelight:jdbc-driver", version.ref = "sqldelight" } |
200 | 201 | sqldelightMysqlDialect = { module = "app.cash.sqldelight:mysql-dialect", version.ref = "sqldelight" } |
201 | 202 | sqldelightRuntime = { module = "app.cash.sqldelight:runtime", version.ref = "sqldelight" } |
@@ -225,7 +226,7 @@ binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibilit |
225 | 226 | dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version.ref = "dependencyAnalysisPlugin" } |
226 | 227 | detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" } |
227 | 228 | dokka = { id = "org.jetbrains.dokka", version = "2.0.0" } |
228 | | -flyway = { id = "org.flywaydb.flyway", version = "11.3.3" } |
| 229 | +flyway = { id = "org.flywaydb.flyway", version = "11.3.4" } |
229 | 230 | jooq = { id = "nu.studer.jooq", version = "9.0" } |
230 | 231 | kotlinAllOpen = { id = "org.jetbrains.kotlin.plugin.allopen", version.ref = "kotlin" } |
231 | 232 | kotlinJpa = { id = "org.jetbrains.kotlin.plugin.jpa", version.ref = "kotlin" } |
|
0 commit comments