15
15
*/
16
16
17
17
/* *******************************/
18
- /* gradleVersion = '8.12.1 ' */
18
+ /* gradleVersion = '8.14.3 ' */
19
19
/* *******************************/
20
20
21
21
plugins {
22
22
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'
25
25
id ' com.diffplug.spotless' version ' 6.13.0'
26
26
}
27
27
@@ -47,19 +47,19 @@ subprojects {
47
47
48
48
dependencies {
49
49
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 '
56
56
api ' org.apache.commons:commons-compress:1.27.1'
57
57
api ' commons-codec:commons-codec:1.18.0'
58
58
api ' org.xerial.snappy:snappy-java:1.1.10.7'
59
59
compileOnly ' com.github.spotbugs:spotbugs-annotations:4.8.6'
60
60
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 '
63
63
}
64
64
65
65
[compileJava, compileTestJava]. each() {
@@ -248,7 +248,7 @@ project(':adminapi') {
248
248
249
249
dependencies {
250
250
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 '
252
252
testImplementation project(' :api' )
253
253
}
254
254
@@ -376,7 +376,7 @@ import org.gradle.internal.os.OperatingSystem;
376
376
377
377
project(' :functional' ) {
378
378
dependencies {
379
- implementation ' junit:junit:4 .13.2 '
379
+ implementation ' org. junit.jupiter :junit-jupiter-api:5 .13.3 '
380
380
implementation project(' :api' )
381
381
implementation project(' :adminapi' )
382
382
}
0 commit comments