|
14 | 14 | * limitations under the License.
|
15 | 15 | */
|
16 | 16 |
|
17 |
| -/*****************************/ |
18 |
| -/* gradleVersion = '8.6' */ |
19 |
| -/*****************************/ |
| 17 | +/********************************/ |
| 18 | +/* gradleVersion = '8.10.2' */ |
| 19 | +/********************************/ |
20 | 20 |
|
21 | 21 | plugins {
|
22 | 22 | id "com.github.johnrengelman.shadow" version "8.1.1"
|
@@ -52,16 +52,16 @@ subprojects {
|
52 | 52 |
|
53 | 53 | dependencies {
|
54 | 54 | api "com.carrotsearch.thirdparty:simple-xml-safe:2.7.1"
|
55 |
| - api "com.google.guava:guava:33.0.0-jre" |
| 55 | + api "com.google.guava:guava:33.3.1-jre" |
56 | 56 | api "com.squareup.okhttp3:okhttp:4.12.0"
|
57 |
| - api "com.fasterxml.jackson.core:jackson-annotations:2.16.1" |
58 |
| - api "com.fasterxml.jackson.core:jackson-core:2.16.1" |
59 |
| - api "com.fasterxml.jackson.core:jackson-databind:2.16.1" |
60 |
| - api "org.bouncycastle:bcprov-jdk18on:1.78" |
61 |
| - api "org.apache.commons:commons-compress:1.26.0" |
62 |
| - api "commons-codec:commons-codec:1.16.1" |
63 |
| - api "org.xerial.snappy:snappy-java:1.1.10.5" |
64 |
| - compileOnly "com.github.spotbugs:spotbugs-annotations:4.8.3" |
| 57 | + api "com.fasterxml.jackson.core:jackson-annotations:2.18.0" |
| 58 | + api "com.fasterxml.jackson.core:jackson-core:2.18.0" |
| 59 | + api "com.fasterxml.jackson.core:jackson-databind:2.18.0" |
| 60 | + api "org.bouncycastle:bcprov-jdk18on:1.78.1" |
| 61 | + api "org.apache.commons:commons-compress:1.27.1" |
| 62 | + api "commons-codec:commons-codec:1.17.1" |
| 63 | + api "org.xerial.snappy:snappy-java:1.1.10.7" |
| 64 | + compileOnly "com.github.spotbugs:spotbugs-annotations:4.8.6" |
65 | 65 |
|
66 | 66 | testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"
|
67 | 67 | testImplementation "junit:junit:4.13.2"
|
@@ -243,7 +243,7 @@ project(':adminapi') {
|
243 | 243 |
|
244 | 244 | dependencies {
|
245 | 245 | api project(':api')
|
246 |
| - api "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1" |
| 246 | + api "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0" |
247 | 247 | testImplementation project(':api')
|
248 | 248 | }
|
249 | 249 |
|
|
0 commit comments