1
1
[versions ]
2
2
awaitility = " 4.2.2"
3
- aws1 = " 1.12.772 "
4
- aws2 = " 2.28.11 "
3
+ aws1 = " 1.12.779 "
4
+ aws2 = " 2.29.23 "
5
5
bucket4j = " 8.8.0"
6
- datadog = " 1.39.1 "
7
- dependencyAnalysisPlugin = " 2.4.2 "
6
+ datadog = " 1.43.0 "
7
+ dependencyAnalysisPlugin = " 2.5.0 "
8
8
detekt = " 1.23.7"
9
9
docker = " 3.4.0"
10
10
flyway = " 11.0.0"
11
- googleAuth = " 1.27 .0"
12
- googleHttp = " 1.45.0 "
11
+ googleAuth = " 1.30 .0"
12
+ googleHttp = " 1.45.1 "
13
13
hoplite = " 2.7.5"
14
- jackson = " 2.18.0 "
15
- junit = " 5.11.1 "
14
+ jackson = " 2.18.2 "
15
+ junit = " 5.11.3 "
16
16
kotest = " 5.9.1"
17
17
kotlin = " 1.9.25"
18
18
kotlinBinaryCompatibilityPlugin = " 0.16.3"
19
19
mavenPublish = " 0.28.0"
20
- micrometer = " 1.12.10 "
21
- netty = " 4.1.113 .Final"
20
+ micrometer = " 1.12.13 "
21
+ netty = " 4.1.115 .Final"
22
22
okHttp = " 5.0.0-alpha.14"
23
23
protobuf = " 3.25.5"
24
24
protobufPlugin = " 0.9.4"
@@ -27,7 +27,7 @@ sqldelight = "2.0.2"
27
27
wire = " 5.0.0"
28
28
29
29
[libraries ]
30
- apacheCommonsIo = { module = " commons-io:commons-io" , version = " 2.17 .0" }
30
+ apacheCommonsIo = { module = " commons-io:commons-io" , version = " 2.18 .0" }
31
31
apacheCommonsLang = { module = " org.apache.commons:commons-lang3" , version = " 3.17.0" }
32
32
apacheCommonsPool = { module = " org.apache.commons:commons-pool2" , version = " 2.12.0" }
33
33
assertj = { module = " org.assertj:assertj-core" , version = " 3.26.3" }
@@ -50,9 +50,9 @@ bucket4jCore = { module = "com.bucket4j:bucket4j-core", version.ref = "bucket4j"
50
50
bucket4jDynamoDbV1 = { module = " com.bucket4j:bucket4j-dynamodb-sdk-v1" , version = " 8.6.0" }
51
51
bucket4jMySQL = { module = " com.bucket4j:bucket4j-mysql" , version.ref = " bucket4j" }
52
52
bucket4jRedis = { module = " com.bucket4j:bucket4j-redis" , version.ref = " bucket4j" }
53
- concurrencyLimitsCore = { module = " com.netflix.concurrency-limits:concurrency-limits-core" , version = " 0.5.2 " }
53
+ concurrencyLimitsCore = { module = " com.netflix.concurrency-limits:concurrency-limits-core" , version = " 0.5.3 " }
54
54
cronUtils = { module = " com.cronutils:cron-utils" , version = " 9.2.1" }
55
- datasourceProxy = { module = " net.ttddyy:datasource-proxy" , version = " 1.10" }
55
+ datasourceProxy = { module = " net.ttddyy:datasource-proxy" , version = " 1.10.1 " }
56
56
detektApi = { module = " io.gitlab.arturbosch.detekt:detekt-api" , version.ref = " detekt" }
57
57
detektGradlePlugin = { module = " io.gitlab.arturbosch.detekt:detekt-gradle-plugin" , version.ref = " detekt" }
58
58
detektParser = { module = " io.gitlab.arturbosch.detekt:detekt-parser" , version.ref = " detekt" }
@@ -64,31 +64,31 @@ dockerCore = { module = "com.github.docker-java:docker-java-core", version.ref =
64
64
dockerTransport = { module = " com.github.docker-java:docker-java-transport-httpclient5" , version.ref = " docker" }
65
65
dockerTransportCore = { module = " com.github.docker-java:docker-java-transport" , version.ref = " docker" }
66
66
dokkaGradlePlugin = { module = " org.jetbrains.dokka:dokka-gradle-plugin" , version = " 1.9.20" }
67
- errorproneAnnotations = { module = " com.google.errorprone:error_prone_annotations" , version = " 2.32 .0" }
67
+ errorproneAnnotations = { module = " com.google.errorprone:error_prone_annotations" , version = " 2.36 .0" }
68
68
findbugsJsr305 = { module = " com.google.code.findbugs:jsr305" , version = " 3.0.2" }
69
69
flywayGradlePlugin = { module = " org.flywaydb:flyway-gradle-plugin" , version.ref = " flyway" }
70
- gax = { module = " com.google.api:gax" , version = " 2.54.1 " }
71
- gcpCloudCore = { module = " com.google.cloud:google-cloud-core" , version = " 2.44.1 " }
72
- gcpDatastore = { module = " com.google.cloud:google-cloud-datastore" , version = " 2.21 .3" }
73
- gcpKms = { module = " com.google.apis:google-api-services-cloudkms" , version = " v1-rev20240918 -2.0.0" }
70
+ gax = { module = " com.google.api:gax" , version = " 2.58.0 " }
71
+ gcpCloudCore = { module = " com.google.cloud:google-cloud-core" , version = " 2.48.0 " }
72
+ gcpDatastore = { module = " com.google.cloud:google-cloud-datastore" , version = " 2.24 .3" }
73
+ gcpKms = { module = " com.google.apis:google-api-services-cloudkms" , version = " v1-rev20241111 -2.0.0" }
74
74
gcpLogback = { module = " com.google.cloud:google-cloud-logging-logback" , version = " 0.130.11-alpha" }
75
- gcpLogging = { module = " com.google.cloud:google-cloud-logging" , version = " 3.20.2 " }
76
- gcpSpanner = { module = " com.google.cloud:google-cloud-spanner" , version = " 6.76.0 " }
75
+ gcpLogging = { module = " com.google.cloud:google-cloud-logging" , version = " 3.20.7 " }
76
+ gcpSpanner = { module = " com.google.cloud:google-cloud-spanner" , version = " 6.81.2 " }
77
77
googleApiClient = { module = " com.google.api-client:google-api-client" , version = " 2.7.0" }
78
- googleApiServicesStorage = { module = " com.google.apis:google-api-services-storage" , version = " v1-rev20240924 -2.0.0" }
78
+ googleApiServicesStorage = { module = " com.google.apis:google-api-services-storage" , version = " v1-rev20241113 -2.0.0" }
79
79
googleAuthLibraryCredentials = { module = " com.google.auth:google-auth-library-credentials" , version.ref = " googleAuth" }
80
80
googleAuthLibraryOauth2Http = { module = " com.google.auth:google-auth-library-oauth2-http" , version.ref = " googleAuth" }
81
- googleCloudCoreHttp = { module = " com.google.cloud:google-cloud-core-http" , version = " 2.44.1 " }
81
+ googleCloudCoreHttp = { module = " com.google.cloud:google-cloud-core-http" , version = " 2.48.0 " }
82
82
googleCloudStorage = { module = " com.google.cloud:google-cloud-storage" , version = " 1.118.1" }
83
- googleCommonProtos = { module = " com.google.api.grpc:proto-google-common-protos" , version = " 2.45.1 " }
83
+ googleCommonProtos = { module = " com.google.api.grpc:proto-google-common-protos" , version = " 2.49.0 " }
84
84
googleHttpClient = { module = " com.google.http-client:google-http-client" , version.ref = " googleHttp" }
85
85
googleHttpClientJackson = { module = " com.google.http-client:google-http-client-jackson2" , version.ref = " googleHttp" }
86
- grpcApi = { module = " io.grpc:grpc-api" , version = " 1.68.0 " }
87
- grpcBom = { module = " io.grpc:grpc-bom" , version = " 1.68.0 " }
88
- grpcGenJava = { module = " io.grpc:protoc-gen-grpc-java" , version = " 1.68.0 " }
89
- grpcNetty = { module = " io.grpc:grpc-netty" , version = " 1.68.0 " }
90
- grpcProtobuf = { module = " io.grpc:grpc-protobuf" , version = " 1.68.0 " }
91
- grpcStub = { module = " io.grpc:grpc-stub" , version = " 1.68.0 " }
86
+ grpcApi = { module = " io.grpc:grpc-api" , version = " 1.68.2 " }
87
+ grpcBom = { module = " io.grpc:grpc-bom" , version = " 1.68.2 " }
88
+ grpcGenJava = { module = " io.grpc:protoc-gen-grpc-java" , version = " 1.68.2 " }
89
+ grpcNetty = { module = " io.grpc:grpc-netty" , version = " 1.68.2 " }
90
+ grpcProtobuf = { module = " io.grpc:grpc-protobuf" , version = " 1.68.2 " }
91
+ grpcStub = { module = " io.grpc:grpc-stub" , version = " 1.68.2 " }
92
92
guava = { module = " com.google.guava:guava" }
93
93
guavaBom = { module = " com.google.guava:guava-bom" , version = " 33.3.1-jre" }
94
94
guavaTestLib = { module = " com.google.guava:guava-testlib" }
@@ -104,7 +104,7 @@ hopliteHocon = { module = "com.sksamuel.hoplite:hoplite-hocon", version.ref = "h
104
104
hopliteJson = { module = " com.sksamuel.hoplite:hoplite-json" , version.ref = " hoplite" }
105
105
hopliteToml = { module = " com.sksamuel.hoplite:hoplite-toml" , version.ref = " hoplite" }
106
106
hopliteYaml = { module = " com.sksamuel.hoplite:hoplite-yaml" , version.ref = " hoplite" }
107
- hsqldb = { module = " org.hsqldb:hsqldb" , version = " 2.7.3 " }
107
+ hsqldb = { module = " org.hsqldb:hsqldb" , version = " 2.7.4 " }
108
108
jCommander = { module = " com.beust:jcommander" , version = " 1.82" }
109
109
jacksonAnnotations = { module = " com.fasterxml.jackson.core:jackson-annotations" , version.ref = " jackson" }
110
110
jacksonBom = { module = " com.fasterxml.jackson:jackson-bom" , version.ref = " jackson" }
@@ -117,8 +117,8 @@ jakartaInject = { module = "jakarta.inject:jakarta.inject-api", version = "2.0.1
117
117
javaxAnnotation = { module = " javax.annotation:javax.annotation-api" , version = " 1.3.2" }
118
118
javaxInject = { module = " javax.inject:javax.inject" , version = " 1" }
119
119
jedis = { module = " redis.clients:jedis" , version = " 5.2.0" }
120
- jerseyBom = { module = " org.glassfish.jersey:jersey-bom" , version = " 3.1.8 " }
121
- jetbrainsAnnotations = { module = " org.jetbrains:annotations" , version = " 26.0.0 " }
120
+ jerseyBom = { module = " org.glassfish.jersey:jersey-bom" , version = " 3.1.9 " }
121
+ jetbrainsAnnotations = { module = " org.jetbrains:annotations" , version = " 26.0.1 " }
122
122
jettyAlpnServer = { module = " org.eclipse.jetty:jetty-alpn-server" }
123
123
jettyAlpnServerJava = { module = " org.eclipse.jetty:jetty-alpn-java-server" }
124
124
jettyBom = { module = " org.eclipse.jetty:jetty-bom" , version = " 10.0.20" }
@@ -135,14 +135,14 @@ jettyUtil = { module = "org.eclipse.jetty:jetty-util" }
135
135
jettyWebsocketApi = { module = " org.eclipse.jetty.websocket:websocket-jetty-api" }
136
136
jettyWebsocketServer = { module = " org.eclipse.jetty.websocket:websocket-jetty-server" }
137
137
jgit = { module = " org.eclipse.jgit:org.eclipse.jgit" , version = " 5.13.3.202401111512-r" }
138
- jnrUnixsocket = { module = " com.github.jnr:jnr-unixsocket" , version = " 0.38.22 " }
139
- jooq = { module = " org.jooq:jooq" , version = " 3.18.20 " }
138
+ jnrUnixsocket = { module = " com.github.jnr:jnr-unixsocket" , version = " 0.38.23 " }
139
+ jooq = { module = " org.jooq:jooq" , version = " 3.18.22 " }
140
140
jooqGradlePlugin = { module = " nu.studer:gradle-jooq-plugin" , version = " 9.0" }
141
141
jsqlparser = { module = " com.github.jsqlparser:jsqlparser" , version = " 5.0" }
142
142
junitApi = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit" }
143
143
junitEngine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit" }
144
144
junitParams = { module = " org.junit.jupiter:junit-jupiter-params" , version.ref = " junit" }
145
- junitPioneer = { module = " org.junit-pioneer:junit-pioneer" , version = " 2.2 .0" }
145
+ junitPioneer = { module = " org.junit-pioneer:junit-pioneer" , version = " 2.3 .0" }
146
146
kotestAssertions = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
147
147
kotestAssertionsShared = { module = " io.kotest:kotest-assertions-shared" , version.ref = " kotest" }
148
148
kotestCommon = { module = " io.kotest:kotest-common" , version.ref = " kotest" }
@@ -169,7 +169,7 @@ loggingApi = { module = "io.github.microutils:kotlin-logging", version = "3.0.5"
169
169
mavenPublishGradlePlugin = { module = " com.vanniktech:gradle-maven-publish-plugin" , version.ref = " mavenPublish" }
170
170
micrometerCore = { module = " io.micrometer:micrometer-core" , version.ref = " micrometer" }
171
171
micrometerRegistryPrometheus = { module = " io.micrometer:micrometer-registry-prometheus" , version.ref = " micrometer" }
172
- mockitoCore = { module = " org.mockito:mockito-core" , version = " 5.14.1 " }
172
+ mockitoCore = { module = " org.mockito:mockito-core" , version = " 5.14.2 " }
173
173
mockitoKotlin = { module = " org.mockito.kotlin:mockito-kotlin" , version = " 5.4.0" }
174
174
moshiAdapters = { module = " com.squareup.moshi:moshi-adapters" , version = " 1.15.1" }
175
175
moshiCore = { module = " com.squareup.moshi:moshi" , version = " 1.15.1" }
@@ -212,7 +212,7 @@ tempest2Testing = { module = "app.cash.tempest:tempest2-testing" }
212
212
tempest2TestingDocker = { module = " app.cash.tempest:tempest2-testing-docker" }
213
213
tempest2TestingInternal = { module = " app.cash.tempest:tempest2-testing-internal" }
214
214
tempest2TestingJvm = { module = " app.cash.tempest:tempest2-testing-jvm" }
215
- tempestBom = { module = " app.cash.tempest:tempest-bom" , version = " 2024.09.04.165019-8430cf3 " }
215
+ tempestBom = { module = " app.cash.tempest:tempest-bom" , version = " 2024.11.21.183936-989ef8d " }
216
216
tempestTesting = { module = " app.cash.tempest:tempest-testing" }
217
217
tempestTestingDocker = { module = " app.cash.tempest:tempest-testing-docker" }
218
218
tempestTestingInternal = { module = " app.cash.tempest:tempest-testing-internal" }
0 commit comments