Skip to content

Commit 5e199eb

Browse files
committed
Synchronize libraries with the latest version of the main branch
Signed-off-by: Andrey Pleskach <[email protected]>
1 parent b6a7853 commit 5e199eb

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

build.gradle

+11-10
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ buildscript {
2929
open_saml_version = '4.3.2'
3030
one_login_java_saml = '2.9.0'
3131
jjwt_version = '0.12.6'
32-
guava_version = '33.4.0-jre'
32+
guava_version = '33.4.5-jre'
3333
jaxb_version = '2.3.9'
34-
spring_version = '5.3.39'
34+
spring_version = '6.2.5'
35+
bouncycastle_version = '1.78'
3536

3637
if (buildVersionQualifier) {
3738
opensearch_build += "-${buildVersionQualifier}"
@@ -492,7 +493,7 @@ configurations {
492493

493494
// for spotless transitive dependency CVE
494495
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"
496497

497498
// For integrationTest
498499
force "org.apache.httpcomponents:httpclient-cache:4.5.14"
@@ -501,9 +502,9 @@ configurations {
501502
force "org.apache.httpcomponents:httpcore:4.4.16"
502503
force "org.apache.httpcomponents:httpcore-nio:4.4.16"
503504
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"
505506
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"
507508
force "commons-io:commons-io:2.18.0"
508509
}
509510
}
@@ -617,7 +618,7 @@ dependencies {
617618
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
618619
runtimeOnly 'commons-codec:commons-codec:1.18.0'
619620
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'
621622
runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'
622623
runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
623624
runtimeOnly 'org.ow2.asm:asm:9.7.1'
@@ -691,11 +692,11 @@ dependencies {
691692
testImplementation "org.apache.kafka:kafka_2.13:${kafka_version}:test"
692693
testImplementation "org.apache.kafka:kafka-clients:${kafka_version}:test"
693694
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'
695696
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') {
699700
exclude(group: 'org.hamcrest', module: 'hamcrest')
700701
}
701702
testImplementation "org.bouncycastle:bcpkix-jdk18on:${versions.bouncycastle}"

0 commit comments

Comments
 (0)