Skip to content

Commit 25b567a

Browse files
authored
Merge pull request #1195 from amvanbaren/update-server-dependencies
Update server dependencies
2 parents f32426d + d4f3cfe commit 25b567a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

server/build.gradle

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ def versions = [
2424
java: '17',
2525
flyway: '9.19.1',
2626
springdoc: '2.1.0',
27-
gcloud: '2.36.1',
27+
gcloud: '2.50.0',
2828
azure: '12.23.0',
2929
aws: '2.29.29',
3030
junit: '5.9.2',
3131
testcontainers: '1.15.2',
3232
jackson: '2.15.2',
3333
woodstox: '6.4.0',
34-
jobrunr: '7.3.1',
34+
jobrunr: '7.5.0',
3535
bucket4j: '0.12.7',
3636
ehcache: '3.10.8',
37-
tika: '2.6.0',
38-
bouncycastle: '1.77',
37+
tika: '3.1.0',
38+
bouncycastle: '1.80',
3939
commons_lang3: '3.12.0',
4040
httpclient5: '5.2.1',
4141
jaxb_api: '2.3.1',
4242
jaxb_impl: '2.3.8',
43-
gatling: '3.9.5',
43+
gatling: '3.13.5',
4444
loki4j: '1.4.2'
4545
]
4646
ext['junit-jupiter.version'] = versions.junit
@@ -129,12 +129,6 @@ dependencies {
129129

130130
gatling "io.gatling:gatling-core:${versions.gatling}"
131131
gatling "io.gatling:gatling-app:${versions.gatling}"
132-
133-
constraints {
134-
implementation('org.eclipse.parsson:parsson:1.0.5') {
135-
because 'version 1.0.0 pulled from elasticsearch-java has CVE-2023-4043'
136-
}
137-
}
138132
}
139133

140134
jooq {

0 commit comments

Comments
 (0)