Skip to content

Commit 044c33c

Browse files
authored
Upgrade dependencies (#1657)
Signed-off-by: Bala.FA <[email protected]>
1 parent 3835bee commit 044c33c

File tree

5 files changed

+190
-188
lines changed

5 files changed

+190
-188
lines changed

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
*/
1616

1717
/********************************/
18-
/* gradleVersion = '8.12.1' */
18+
/* gradleVersion = '8.14.3' */
1919
/********************************/
2020

2121
plugins {
2222
id 'com.github.johnrengelman.shadow' version '8.1.1'
23-
id 'com.github.spotbugs' version '6.1.3'
24-
id 'org.jreleaser' version '1.17.0'
23+
id 'com.github.spotbugs' version '6.1.13'
24+
id 'org.jreleaser' version '1.19.0'
2525
id 'com.diffplug.spotless' version '6.13.0'
2626
}
2727

@@ -47,19 +47,19 @@ subprojects {
4747

4848
dependencies {
4949
api 'com.carrotsearch.thirdparty:simple-xml-safe:2.7.1'
50-
api 'com.google.guava:guava:33.4.0-jre'
51-
api 'com.squareup.okhttp3:okhttp:4.12.0'
52-
api 'com.fasterxml.jackson.core:jackson-annotations:2.18.2'
53-
api 'com.fasterxml.jackson.core:jackson-core:2.18.2'
54-
api 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
55-
api 'org.bouncycastle:bcprov-jdk18on:1.80'
50+
api 'com.google.guava:guava:33.4.8-jre'
51+
api 'com.squareup.okhttp3:okhttp:5.1.0'
52+
api 'com.fasterxml.jackson.core:jackson-annotations:2.19.1'
53+
api 'com.fasterxml.jackson.core:jackson-core:2.19.1'
54+
api 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
55+
api 'org.bouncycastle:bcprov-jdk18on:1.81'
5656
api 'org.apache.commons:commons-compress:1.27.1'
5757
api 'commons-codec:commons-codec:1.18.0'
5858
api 'org.xerial.snappy:snappy-java:1.1.10.7'
5959
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'
6060

61-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
62-
testImplementation 'junit:junit:4.13.2'
61+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
62+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
6363
}
6464

6565
[compileJava, compileTestJava].each() {
@@ -248,7 +248,7 @@ project(':adminapi') {
248248

249249
dependencies {
250250
api project(':api')
251-
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
251+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1'
252252
testImplementation project(':api')
253253
}
254254

@@ -376,7 +376,7 @@ import org.gradle.internal.os.OperatingSystem;
376376

377377
project(':functional') {
378378
dependencies {
379-
implementation 'junit:junit:4.13.2'
379+
implementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
380380
implementation project(':api')
381381
implementation project(':adminapi')
382382
}

0 commit comments

Comments
 (0)