@@ -64,7 +64,7 @@ plugins {
64
64
id ' maven-publish'
65
65
id ' com.diffplug.spotless' version ' 6.25.0'
66
66
id ' checkstyle'
67
- id ' com.netflix.nebula.ospackage' version " 11.10.0 "
67
+ id ' com.netflix.nebula.ospackage' version " 11.10.1 "
68
68
id " org.gradle.test-retry" version " 1.6.0"
69
69
id ' eclipse'
70
70
id " com.github.spotbugs" version " 5.2.5"
@@ -469,9 +469,9 @@ bundlePlugin {
469
469
configurations {
470
470
all {
471
471
resolutionStrategy {
472
- force ' commons-codec:commons-codec:1.17.1 '
472
+ force ' commons-codec:commons-codec:1.17.2 '
473
473
force ' org.slf4j:slf4j-api:1.7.36'
474
- force ' org.scala-lang:scala-library:2.13.15 '
474
+ force ' org.scala-lang:scala-library:2.13.16 '
475
475
force " com.fasterxml.jackson:jackson-bom:${ versions.jackson} "
476
476
force " com.fasterxml.jackson.core:jackson-core:${ versions.jackson} "
477
477
force " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${ versions.jackson} "
@@ -496,8 +496,8 @@ configurations {
496
496
force " org.apache.httpcomponents:httpclient:4.5.14"
497
497
force " org.apache.httpcomponents:httpcore:4.4.16"
498
498
force " com.google.errorprone:error_prone_annotations:2.36.0"
499
- force " org.checkerframework:checker-qual:3.48.3 "
500
- force " ch.qos.logback:logback-classic:1.5.12 "
499
+ force " org.checkerframework:checker-qual:3.48.4 "
500
+ force " ch.qos.logback:logback-classic:1.5.16 "
501
501
force " commons-io:commons-io:2.18.0"
502
502
}
503
503
}
@@ -585,7 +585,7 @@ dependencies {
585
585
implementation ' commons-cli:commons-cli:1.9.0'
586
586
implementation " org.bouncycastle:bcprov-jdk18on:${ versions.bouncycastle} "
587
587
implementation ' org.ldaptive:ldaptive:1.2.3'
588
- implementation ' com.nimbusds:nimbus-jose-jwt:9.47 '
588
+ implementation ' com.nimbusds:nimbus-jose-jwt:9.48 '
589
589
implementation ' com.rfksystems:blake2b:2.0.0'
590
590
implementation ' com.password4j:password4j:1.8.2'
591
591
@@ -609,14 +609,14 @@ dependencies {
609
609
610
610
runtimeOnly ' com.sun.activation:jakarta.activation:1.2.2'
611
611
runtimeOnly ' com.eclipsesource.minimal-json:minimal-json:0.9.5'
612
- runtimeOnly ' commons-codec:commons-codec:1.17.1 '
612
+ runtimeOnly ' commons-codec:commons-codec:1.17.2 '
613
613
runtimeOnly ' org.cryptacular:cryptacular:1.2.7'
614
614
compileOnly ' com.google.errorprone:error_prone_annotations:2.36.0'
615
615
runtimeOnly ' com.sun.istack:istack-commons-runtime:4.2.0'
616
616
runtimeOnly ' jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
617
617
runtimeOnly ' org.ow2.asm:asm:9.7.1'
618
618
619
- testImplementation ' org.apache.camel:camel-xmlsecurity:3.22.2 '
619
+ testImplementation ' org.apache.camel:camel-xmlsecurity:3.22.3 '
620
620
621
621
// OpenSAML
622
622
implementation ' net.shibboleth.utilities:java-support:8.4.2'
@@ -653,9 +653,9 @@ dependencies {
653
653
runtimeOnly " org.glassfish.jaxb:txw2:${ jaxb_version} "
654
654
runtimeOnly ' com.fasterxml.woodstox:woodstox-core:6.7.0'
655
655
runtimeOnly ' org.apache.ws.xmlschema:xmlschema-core:2.3.1'
656
- runtimeOnly ' org.apache.santuario:xmlsec:2.3.4 '
656
+ runtimeOnly ' org.apache.santuario:xmlsec:2.3.5 '
657
657
runtimeOnly " com.github.luben:zstd-jni:${ versions.zstd} "
658
- runtimeOnly ' org.checkerframework:checker-qual:3.48.3 '
658
+ runtimeOnly ' org.checkerframework:checker-qual:3.48.4 '
659
659
runtimeOnly " org.bouncycastle:bcpkix-jdk18on:${ versions.bouncycastle} "
660
660
runtimeOnly ' org.scala-lang.modules:scala-java8-compat_3:1.0.2'
661
661
@@ -686,10 +686,10 @@ dependencies {
686
686
testImplementation " org.apache.kafka:kafka_2.13:${ kafka_version} :test"
687
687
testImplementation " org.apache.kafka:kafka-clients:${ kafka_version} :test"
688
688
testImplementation ' commons-validator:commons-validator:1.9.0'
689
- testImplementation ' org.springframework.kafka:spring-kafka-test:3.3.0 '
689
+ testImplementation ' org.springframework.kafka:spring-kafka-test:3.3.1 '
690
690
testImplementation " org.springframework:spring-beans:${ spring_version} "
691
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
692
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3 '
691
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
692
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
693
693
testImplementation(' org.awaitility:awaitility:4.2.2' ) {
694
694
exclude(group : ' org.hamcrest' , module : ' hamcrest' )
695
695
}
@@ -708,7 +708,7 @@ dependencies {
708
708
testRuntimeOnly (" org.springframework:spring-core:${ spring_version} " ) {
709
709
exclude(group :' org.springframework' , module : ' spring-jcl' )
710
710
}
711
- testRuntimeOnly ' org.scala-lang:scala-library:2.13.15 '
711
+ testRuntimeOnly ' org.scala-lang:scala-library:2.13.16 '
712
712
testRuntimeOnly ' com.typesafe.scala-logging:scala-logging_3:3.9.5'
713
713
testRuntimeOnly(' org.apache.zookeeper:zookeeper:3.9.3' ) {
714
714
exclude(group :' ch.qos.logback' , module : ' logback-classic' )
@@ -746,7 +746,7 @@ dependencies {
746
746
integrationTestImplementation " org.apache.httpcomponents:fluent-hc:4.5.14"
747
747
integrationTestImplementation " org.apache.httpcomponents:httpcore:4.4.16"
748
748
integrationTestImplementation " org.apache.httpcomponents:httpasyncclient:4.1.5"
749
- integrationTestImplementation " org.mockito:mockito-core:5.14 .2"
749
+ integrationTestImplementation " org.mockito:mockito-core:5.15 .2"
750
750
751
751
// spotless
752
752
implementation(' com.google.googlejavaformat:google-java-format:1.25.2' ) {
0 commit comments