We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a091d0a commit 3d11173Copy full SHA for 3d11173
2 files changed
server/build.gradle
@@ -156,6 +156,12 @@ dependencies {
156
gatling libs.gatling.app
157
}
158
159
+configurations.configureEach {
160
+ resolutionStrategy {
161
+ force 'org.apache.commons:commons-compress:1.26.0+'
162
+ }
163
+}
164
+
165
jooq {
166
configuration {
167
logging = "WARN"
server/gradle/libs.versions.toml
@@ -7,7 +7,7 @@ bucket4j = "8.10.1"
7
commons-lang3 = "3.20.0"
8
flyway = "11.20.3"
9
gatling = "3.14.9"
10
-gcloud = "2.50.0"
+gcloud = "2.62.1"
11
hibernate = "6.6.42.Final"
12
jackson = "2.15.4"
13
java = "25"
0 commit comments