@@ -29,9 +29,10 @@ buildscript {
29
29
open_saml_version = ' 4.3.2'
30
30
one_login_java_saml = ' 2.9.0'
31
31
jjwt_version = ' 0.12.6'
32
- guava_version = ' 33.4.0 -jre'
32
+ guava_version = ' 33.4.5 -jre'
33
33
jaxb_version = ' 2.3.9'
34
- spring_version = ' 5.3.39'
34
+ spring_version = ' 6.2.5'
35
+ bouncycastle_version = ' 1.78'
35
36
36
37
if (buildVersionQualifier) {
37
38
opensearch_build + = " -${ buildVersionQualifier} "
@@ -492,7 +493,7 @@ configurations {
492
493
493
494
// for spotless transitive dependency CVE
494
495
force " org.eclipse.platform:org.eclipse.core.runtime:3.33.0"
495
- force " org.eclipse.platform:org.eclipse.equinox.common:3.19.200 "
496
+ force " org.eclipse.platform:org.eclipse.equinox.common:3.20.0 "
496
497
497
498
// For integrationTest
498
499
force " org.apache.httpcomponents:httpclient-cache:4.5.14"
@@ -501,9 +502,9 @@ configurations {
501
502
force " org.apache.httpcomponents:httpcore:4.4.16"
502
503
force " org.apache.httpcomponents:httpcore-nio:4.4.16"
503
504
force " org.apache.httpcomponents:httpasyncclient:4.1.5"
504
- force " com.google.errorprone:error_prone_annotations:2.35.1 "
505
+ force " com.google.errorprone:error_prone_annotations:2.36.0 "
505
506
force " org.checkerframework:checker-qual:3.49.1"
506
- force " ch.qos.logback:logback-classic:1.5.16 "
507
+ force " ch.qos.logback:logback-classic:1.5.18 "
507
508
force " commons-io:commons-io:2.18.0"
508
509
}
509
510
}
@@ -617,7 +618,7 @@ dependencies {
617
618
runtimeOnly ' com.eclipsesource.minimal-json:minimal-json:0.9.5'
618
619
runtimeOnly ' commons-codec:commons-codec:1.18.0'
619
620
runtimeOnly ' org.cryptacular:cryptacular:1.2.7'
620
- compileOnly ' com.google.errorprone:error_prone_annotations:2.35.1 '
621
+ compileOnly ' com.google.errorprone:error_prone_annotations:2.36.0 '
621
622
runtimeOnly ' com.sun.istack:istack-commons-runtime:4.2.0'
622
623
runtimeOnly ' jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
623
624
runtimeOnly ' org.ow2.asm:asm:9.7.1'
@@ -691,11 +692,11 @@ dependencies {
691
692
testImplementation " org.apache.kafka:kafka_2.13:${ kafka_version} :test"
692
693
testImplementation " org.apache.kafka:kafka-clients:${ kafka_version} :test"
693
694
testImplementation ' commons-validator:commons-validator:1.9.0'
694
- testImplementation ' org.springframework.kafka:spring-kafka-test:2.9.13 '
695
+ testImplementation ' org.springframework.kafka:spring-kafka-test:3.3.4 '
695
696
testImplementation " org.springframework:spring-beans:${ spring_version} "
696
- testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 '
697
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.0 '
698
- testImplementation(' org.awaitility:awaitility:4.2.2 ' ) {
697
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.1 '
698
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.12.1 '
699
+ testImplementation(' org.awaitility:awaitility:4.3.0 ' ) {
699
700
exclude(group : ' org.hamcrest' , module : ' hamcrest' )
700
701
}
701
702
testImplementation " org.bouncycastle:bcpkix-jdk18on:${ versions.bouncycastle} "
0 commit comments