Skip to content

Commit 3d11173

Browse files
committed
chore(deps): update google cloud storage and commons-compress dependencies
1 parent a091d0a commit 3d11173

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

server/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ dependencies {
156156
gatling libs.gatling.app
157157
}
158158

159+
configurations.configureEach {
160+
resolutionStrategy {
161+
force 'org.apache.commons:commons-compress:1.26.0+'
162+
}
163+
}
164+
159165
jooq {
160166
configuration {
161167
logging = "WARN"

server/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ bucket4j = "8.10.1"
77
commons-lang3 = "3.20.0"
88
flyway = "11.20.3"
99
gatling = "3.14.9"
10-
gcloud = "2.50.0"
10+
gcloud = "2.62.1"
1111
hibernate = "6.6.42.Final"
1212
jackson = "2.15.4"
1313
java = "25"

0 commit comments

Comments
 (0)