@@ -30,7 +30,7 @@ buildscript {
3030 open_saml_version = ' 4.3.0'
3131 one_login_java_saml = ' 2.9.0'
3232 jjwt_version = ' 0.11.5'
33- guava_version = ' 32.1.1 -jre'
33+ guava_version = ' 32.1.2 -jre'
3434 jaxb_version = ' 2.3.8'
3535
3636 if (buildVersionQualifier) {
@@ -568,7 +568,7 @@ dependencies {
568568 runtimeOnly ' org.xerial.snappy:snappy-java:1.1.10.3'
569569 runtimeOnly ' org.codehaus.woodstox:stax2-api:4.2.1'
570570 runtimeOnly " org.glassfish.jaxb:txw2:${ jaxb_version} "
571- runtimeOnly ' com.fasterxml.woodstox:woodstox-core:6.4.0 '
571+ runtimeOnly ' com.fasterxml.woodstox:woodstox-core:6.5.1 '
572572 runtimeOnly ' org.apache.ws.xmlschema:xmlschema-core:2.2.5'
573573 runtimeOnly ' org.apache.santuario:xmlsec:2.2.3'
574574 runtimeOnly " com.github.luben:zstd-jni:${ versions.zstd} "
@@ -588,9 +588,9 @@ dependencies {
588588 testImplementation " org.opensearch.plugin:aggs-matrix-stats-client:${ opensearch_version} "
589589 testImplementation " org.apache.logging.log4j:log4j-core:${ versions.log4j} "
590590 testImplementation ' javax.servlet:servlet-api:2.5'
591- testImplementation ' com.unboundid:unboundid-ldapsdk:4.0.9 '
591+ testImplementation ' com.unboundid:unboundid-ldapsdk:4.0.14 '
592592 testImplementation ' com.github.stephenc.jcip:jcip-annotations:1.0-1'
593- testImplementation ' com.unboundid:unboundid-ldapsdk:4.0.9 '
593+ testImplementation ' com.unboundid:unboundid-ldapsdk:4.0.14 '
594594 testImplementation ' javax.servlet:servlet-api:2.5'
595595 testImplementation ' org.apache.httpcomponents:fluent-hc:4.5.13'
596596 testImplementation " org.apache.httpcomponents.client5:httpclient5-fluent:${ versions.httpclient5} "
@@ -600,8 +600,8 @@ dependencies {
600600 testImplementation " org.apache.kafka:kafka-clients:${ kafka_version} :test"
601601 testImplementation ' org.springframework.kafka:spring-kafka-test:2.9.6'
602602 testImplementation ' org.springframework:spring-beans:5.3.20'
603- testImplementation ' org.junit.jupiter:junit-jupiter:5.8.2 '
604- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2 '
603+ testImplementation ' org.junit.jupiter:junit-jupiter:5.10.0 '
604+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0 '
605605 // Only osx-x86_64, osx-aarch_64, linux-x86_64, linux-aarch_64, windows-x86_64 are available
606606 if (osdetector. classifier in [" osx-x86_64" , " osx-aarch_64" , " linux-x86_64" , " linux-aarch_64" , " windows-x86_64" ]) {
607607 testImplementation " io.netty:netty-tcnative-classes:2.0.54.Final"
@@ -642,7 +642,7 @@ dependencies {
642642 integrationTestImplementation(' org.awaitility:awaitility:4.2.0' ) {
643643 exclude(group : ' org.hamcrest' , module : ' hamcrest' )
644644 }
645- integrationTestImplementation ' com.unboundid:unboundid-ldapsdk:4.0.9 '
645+ integrationTestImplementation ' com.unboundid:unboundid-ldapsdk:4.0.14 '
646646
647647 // Checkstyle
648648 checkstyle ' com.puppycrawl.tools:checkstyle:10.12.1'
0 commit comments