From 7643835db3fc3f06dc03123244f9ef980b8ddfe8 Mon Sep 17 00:00:00 2001 From: Mitchell Williams Date: Wed, 10 Dec 2025 13:36:22 -0700 Subject: [PATCH] feat!: bump gradle, quality plugin --- build.gradle | 14 +-- encryption-service-jasypt/build.gradle | 2 +- encryption-service-jasypt/gradle.lockfile | 86 +++++++------- encryption-service-vault/build.gradle | 4 +- encryption-service-vault/gradle.lockfile | 96 +++++++-------- exception-reporter-honeybadger/build.gradle | 4 +- .../gradle.lockfile | 96 +++++++-------- .../build.gradle | 4 +- .../gradle.lockfile | 96 +++++++-------- gradle/wrapper/gradle-wrapper.properties | 2 +- message-broker-nats/build.gradle | 2 +- message-broker-nats/gradle.lockfile | 86 +++++++------- store-redis/build.gradle | 4 +- store-redis/gradle.lockfile | 110 +++++++++--------- store-vault/build.gradle | 4 +- store-vault/gradle.lockfile | 96 +++++++-------- 16 files changed, 361 insertions(+), 345 deletions(-) diff --git a/build.gradle b/build.gradle index 3b0f961..cba275f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "idea" - id "com.github.mxenabled.coppuccino" version "4.4.2" apply false - id "com.github.mxenabled.vogue" version "1.1.0" + id "com.github.mxenabled.coppuccino" version "5.+" apply false + id "com.github.mxenabled.vogue" version "2.+" id "io.freefair.lombok" version "8.+" apply false id "io.github.gradle-nexus.publish-plugin" version "1.1.+" id "com.netflix.nebula.maven-resolved-dependencies" version "21.2.0" apply false @@ -32,7 +32,7 @@ allprojects { } ext { - pathSDKVersion = "4.7.0" + pathSDKVersion = "[5.0,6.0)" } } @@ -55,19 +55,13 @@ subprojects { implementation platform("com.mx.path-core:platform:${project.ext.pathSDKVersion}") implementation "com.mx.path-core:common" testImplementation "com.mx.path-core:testing" + testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } test { useJUnitPlatform() } compileJava { options.compilerArgs << "-parameters" } - sourceSets { - test { - groovy { srcDirs "src/test/groovy" } - java { srcDirs "src/test/java" } - } - } - javadoc { classpath = configurations.compileClasspath options { diff --git a/encryption-service-jasypt/build.gradle b/encryption-service-jasypt/build.gradle index 9b18317..d045173 100644 --- a/encryption-service-jasypt/build.gradle +++ b/encryption-service-jasypt/build.gradle @@ -13,7 +13,7 @@ dependencies { compileOnly "org.slf4j:slf4j-api" //testing dependencies - testImplementation "org.mockito:mockito-inline:[4.0,5.0[" + testImplementation "org.mockito:mockito-inline:[5.0,6.0)" testImplementation "org.slf4j:slf4j-simple:1.7.30" testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } diff --git a/encryption-service-jasypt/gradle.lockfile b/encryption-service-jasypt/gradle.lockfile index d795b6f..0db2b2d 100644 --- a/encryption-service-jasypt/gradle.lockfile +++ b/encryption-service-jasypt/gradle.lockfile @@ -2,23 +2,22 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.auth0:java-jwt:4.5.0=testRuntimeClasspath -com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath +com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs:4.9.8=spotbugs com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.13.2=spotbugs -com.google.code.gson:gson:2.8.9=pmd -com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.1=pmd +com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=checkstyle -com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +com.google.errorprone:error_prone_annotations:2.38.0=pmd +com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.3=checkstyle com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -26,19 +25,19 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.7.0=testRuntimeClasspath -com.mx.path-core:gateway:4.7.0=testRuntimeClasspath -com.mx.path-core:messaging:4.7.0=testRuntimeClasspath -com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.7.0=testRuntimeClasspath +com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:5.0.0=testRuntimeClasspath +com.mx.path-core:gateway:5.0.0=testRuntimeClasspath +com.mx.path-core:messaging:5.0.0=testRuntimeClasspath +com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:5.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle -com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath -com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath +com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath +com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath commons-beanutils:commons-beanutils:1.11.0=checkstyle -commons-codec:commons-codec:1.15=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-codec:commons-codec:1.15=checkstyle,compileClasspath,pmd,runtimeClasspath,testCompileClasspath,testRuntimeClasspath commons-collections:commons-collections:3.2.2=checkstyle commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath @@ -49,29 +48,31 @@ io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath -jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath -jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath -jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath +jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath +jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.5=checkstyle +net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd net.sf.saxon:Saxon-HE:12.9=spotbugs -net.sourceforge.pmd:pmd-core:6.55.0=pmd -net.sourceforge.pmd:pmd-java:6.55.0=pmd -net.sourceforge.saxon:saxon:9.1.0.8=pmd +net.sourceforge.pmd:pmd-ant:7.16.0=pmd +net.sourceforge.pmd:pmd-core:7.16.0=pmd +net.sourceforge.pmd:pmd-java:7.16.0=pmd org.antlr:antlr4-runtime:4.13.2=checkstyle -org.antlr:antlr4-runtime:4.7.2=pmd +org.antlr:antlr4-runtime:4.9.3=pmd org.apache.bcel:bcel:6.11.0=spotbugs -org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.18.0=pmd org.apache.commons:commons-lang3:3.19.0=spotbugs -org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.8.1=checkstyle +org.apache.commons:commons-text:1.14.0=spotbugs +org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.3=checkstyle -org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle +org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.14=checkstyle @@ -86,14 +87,17 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.27.6=testRuntimeClasspath org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.49.3=checkstyle +org.checkerframework:checker-qual:3.49.5=pmd org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle org.codehaus.plexus:plexus-utils:3.3.0=checkstyle org.dom4j:dom4j:2.2.0=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath +org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt @@ -109,8 +113,8 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath org.junit:junit-bom:5.12.2=testCompileClasspath org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath -org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt @@ -121,10 +125,12 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs org.ow2.asm:asm:9.2=jacocoAnt -org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.8=pmd org.ow2.asm:asm:9.9=spotbugs +org.pcollections:pcollections:4.0.2=pmd org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:jul-to-slf4j:1.7.36=pmd org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j @@ -132,7 +138,7 @@ org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.2=checkstyle +org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd org.xmlresolver:xmlresolver:5.3.3=spotbugs -org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/encryption-service-vault/build.gradle b/encryption-service-vault/build.gradle index 55af38d..b30a909 100644 --- a/encryption-service-vault/build.gradle +++ b/encryption-service-vault/build.gradle @@ -12,7 +12,7 @@ dependencies { compileOnly "org.slf4j:slf4j-api" //testing dependencies - testImplementation "org.mockito:mockito-inline:[4.0,5.0)" + testImplementation "org.mockito:mockito-inline:[5.0,6.0)" testImplementation "org.slf4j:slf4j-simple:1.7.30" - testImplementation "org.spockframework:spock-core:[2.0,3.0)" + testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } diff --git a/encryption-service-vault/gradle.lockfile b/encryption-service-vault/gradle.lockfile index 0b68e77..4cd4142 100644 --- a/encryption-service-vault/gradle.lockfile +++ b/encryption-service-vault/gradle.lockfile @@ -3,23 +3,22 @@ # This file is expected to be part of source control. com.auth0:java-jwt:4.5.0=testRuntimeClasspath com.bettercloud:vault-java-driver:5.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath +com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs:4.9.8=spotbugs com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.13.2=spotbugs -com.google.code.gson:gson:2.8.9=pmd -com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.1=pmd +com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=checkstyle -com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +com.google.errorprone:error_prone_annotations:2.38.0=pmd +com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.3=checkstyle com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -27,20 +26,20 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.7.0=testRuntimeClasspath -com.mx.path-core:gateway:4.7.0=testRuntimeClasspath -com.mx.path-core:messaging:4.7.0=testRuntimeClasspath -com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.7.0=testRuntimeClasspath +com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:5.0.0=testRuntimeClasspath +com.mx.path-core:gateway:5.0.0=testRuntimeClasspath +com.mx.path-core:messaging:5.0.0=testRuntimeClasspath +com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:5.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle -com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath -com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath +com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath +com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=checkstyle +commons-codec:commons-codec:1.15=checkstyle,pmd commons-collections:commons-collections:3.2.2=checkstyle commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath @@ -51,31 +50,31 @@ io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath -jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath -jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath -jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath +jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath +jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.5=checkstyle +net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd net.sf.saxon:Saxon-HE:12.9=spotbugs -net.sourceforge.pmd:pmd-core:6.55.0=pmd -net.sourceforge.pmd:pmd-java:6.55.0=pmd -net.sourceforge.saxon:saxon:9.1.0.8=pmd +net.sourceforge.pmd:pmd-ant:7.16.0=pmd +net.sourceforge.pmd:pmd-core:7.16.0=pmd +net.sourceforge.pmd:pmd-java:7.16.0=pmd org.antlr:antlr4-runtime:4.13.2=checkstyle -org.antlr:antlr4-runtime:4.7.2=pmd +org.antlr:antlr4-runtime:4.9.3=pmd org.apache.bcel:bcel:6.11.0=spotbugs -org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.18.0=pmd org.apache.commons:commons-lang3:3.19.0=spotbugs -org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.8.1=checkstyle +org.apache.commons:commons-text:1.14.0=spotbugs +org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.3=checkstyle -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle +org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.14=checkstyle @@ -90,14 +89,17 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.27.6=testRuntimeClasspath org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.49.3=checkstyle -org.codehaus.groovy:groovy:3.0.24=testRuntimeClasspath +org.checkerframework:checker-qual:3.49.5=pmd +org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle org.codehaus.plexus:plexus-utils:3.3.0=checkstyle org.dom4j:dom4j:2.2.0=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath +org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt @@ -112,8 +114,8 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath org.junit:junit-bom:5.12.2=testCompileClasspath org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath -org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt @@ -124,20 +126,20 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs org.ow2.asm:asm:9.2=jacocoAnt -org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.8=pmd org.ow2.asm:asm:9.9=spotbugs +org.pcollections:pcollections:4.0.2=pmd org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:jul-to-slf4j:1.7.36=pmd org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath -org.spockframework:spock-core:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath -org.xmlresolver:xmlresolver:5.2.2=checkstyle +org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd org.xmlresolver:xmlresolver:5.3.3=spotbugs -org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/exception-reporter-honeybadger/build.gradle b/exception-reporter-honeybadger/build.gradle index 6784981..f6bbcfd 100644 --- a/exception-reporter-honeybadger/build.gradle +++ b/exception-reporter-honeybadger/build.gradle @@ -3,6 +3,6 @@ dependencies { implementation "net.logstash.logback:logstash-logback-encoder:[6.0,7.0)" //testing dependencies - testImplementation "org.mockito:mockito-inline:[4.0,5.0)" - testImplementation "org.spockframework:spock-core:[2.0,3.0)" + testImplementation "org.mockito:mockito-inline:[5.0,6.0)" + testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } diff --git a/exception-reporter-honeybadger/gradle.lockfile b/exception-reporter-honeybadger/gradle.lockfile index 408d61a..0418baf 100644 --- a/exception-reporter-honeybadger/gradle.lockfile +++ b/exception-reporter-honeybadger/gradle.lockfile @@ -2,7 +2,6 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.auth0:java-jwt:4.5.0=testRuntimeClasspath -com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=compileClasspath,runtimeClasspath,testCompileClasspath com.fasterxml.jackson.core:jackson-annotations:2.15.4=testRuntimeClasspath @@ -12,18 +11,18 @@ com.fasterxml.jackson.core:jackson-databind:2.14.2=compileClasspath,runtimeClass com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=compileClasspath,runtimeClasspath,testCompileClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath +com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs:4.9.8=spotbugs com.github.spullara.mustache.java:compiler:0.9.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.13.2=spotbugs -com.google.code.gson:gson:2.8.9=pmd -com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.1=pmd +com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=checkstyle -com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +com.google.errorprone:error_prone_annotations:2.38.0=pmd +com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.3=checkstyle com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -33,20 +32,20 @@ com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle com.jcabi:jcabi-log:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.jcabi:jcabi-manifests:1.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.7.0=testRuntimeClasspath -com.mx.path-core:gateway:4.7.0=testRuntimeClasspath -com.mx.path-core:messaging:4.7.0=testRuntimeClasspath -com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.7.0=testRuntimeClasspath +com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:5.0.0=testRuntimeClasspath +com.mx.path-core:gateway:5.0.0=testRuntimeClasspath +com.mx.path-core:messaging:5.0.0=testRuntimeClasspath +com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:5.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle -com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath -com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath +com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath +com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.15=checkstyle +commons-codec:commons-codec:1.15=checkstyle,pmd commons-collections:commons-collections:3.2.2=checkstyle commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath @@ -58,34 +57,34 @@ io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath -jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath -jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath -jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath +jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath +jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs net.bytebuddy:byte-buddy-agent:1.10.13=compileClasspath,runtimeClasspath -net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.10.13=compileClasspath,runtimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath net.logstash.logback:logstash-logback-encoder:6.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.5=checkstyle +net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd net.sf.saxon:Saxon-HE:12.9=spotbugs -net.sourceforge.pmd:pmd-core:6.55.0=pmd -net.sourceforge.pmd:pmd-java:6.55.0=pmd -net.sourceforge.saxon:saxon:9.1.0.8=pmd +net.sourceforge.pmd:pmd-ant:7.16.0=pmd +net.sourceforge.pmd:pmd-core:7.16.0=pmd +net.sourceforge.pmd:pmd-java:7.16.0=pmd org.antlr:antlr4-runtime:4.13.2=checkstyle -org.antlr:antlr4-runtime:4.7.2=pmd +org.antlr:antlr4-runtime:4.9.3=pmd org.apache.bcel:bcel:6.11.0=spotbugs -org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.18.0=pmd org.apache.commons:commons-lang3:3.19.0=spotbugs -org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.8.1=checkstyle +org.apache.commons:commons-text:1.14.0=spotbugs +org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.3=checkstyle -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle +org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd org.apache.httpcomponents:fluent-hc:4.5.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.httpcomponents:httpclient:4.5.13=checkstyle org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -102,14 +101,17 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.27.6=testRuntimeClasspath org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.49.3=checkstyle -org.codehaus.groovy:groovy:3.0.24=testRuntimeClasspath +org.checkerframework:checker-qual:3.49.5=pmd +org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle org.codehaus.plexus:plexus-utils:3.3.0=checkstyle org.dom4j:dom4j:2.2.0=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath +org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt @@ -125,8 +127,8 @@ org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath org.junit:junit-bom:5.12.2=testCompileClasspath org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath org.mockito:mockito-core:3.4.6=compileClasspath,runtimeClasspath -org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:2.6=compileClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath @@ -138,18 +140,18 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs org.ow2.asm:asm:9.2=jacocoAnt -org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.8=pmd org.ow2.asm:asm:9.9=spotbugs +org.pcollections:pcollections:4.0.2=pmd org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:jul-to-slf4j:1.7.36=pmd org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-api:2.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath -org.spockframework:spock-core:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath -org.xmlresolver:xmlresolver:5.2.2=checkstyle +org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd org.xmlresolver:xmlresolver:5.3.3=spotbugs -org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/fault-tolerant-executor-resilience4j/build.gradle b/fault-tolerant-executor-resilience4j/build.gradle index ce2594a..655bfa2 100644 --- a/fault-tolerant-executor-resilience4j/build.gradle +++ b/fault-tolerant-executor-resilience4j/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "io.github.resilience4j:resilience4j-timelimiter:${resilience4jVersion}" //testing dependencies - testImplementation "org.mockito:mockito-inline:[4.0,5.0)" + testImplementation "org.mockito:mockito-inline:[5.0,6.0)" testImplementation "org.slf4j:slf4j-simple:1.7.30" - testImplementation "org.spockframework:spock-core:[2.0,3.0)" + testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } diff --git a/fault-tolerant-executor-resilience4j/gradle.lockfile b/fault-tolerant-executor-resilience4j/gradle.lockfile index a9eeb45..f27adb8 100644 --- a/fault-tolerant-executor-resilience4j/gradle.lockfile +++ b/fault-tolerant-executor-resilience4j/gradle.lockfile @@ -2,23 +2,22 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.auth0:java-jwt:4.5.0=testRuntimeClasspath -com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath +com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs:4.9.8=spotbugs com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.13.2=spotbugs -com.google.code.gson:gson:2.8.9=pmd -com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.1=pmd +com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=checkstyle -com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +com.google.errorprone:error_prone_annotations:2.38.0=pmd +com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.3=checkstyle com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -26,20 +25,20 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.7.0=testRuntimeClasspath -com.mx.path-core:gateway:4.7.0=testRuntimeClasspath -com.mx.path-core:messaging:4.7.0=testRuntimeClasspath -com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.7.0=testRuntimeClasspath +com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:5.0.0=testRuntimeClasspath +com.mx.path-core:gateway:5.0.0=testRuntimeClasspath +com.mx.path-core:messaging:5.0.0=testRuntimeClasspath +com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:5.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle -com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath -com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath +com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath +com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=checkstyle +commons-codec:commons-codec:1.15=checkstyle,pmd commons-collections:commons-collections:3.2.2=checkstyle commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath @@ -58,31 +57,31 @@ io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath io.vavr:vavr-match:0.10.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.vavr:vavr:0.10.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath -jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath -jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath +jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath +jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.5=checkstyle +net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd net.sf.saxon:Saxon-HE:12.9=spotbugs -net.sourceforge.pmd:pmd-core:6.55.0=pmd -net.sourceforge.pmd:pmd-java:6.55.0=pmd -net.sourceforge.saxon:saxon:9.1.0.8=pmd +net.sourceforge.pmd:pmd-ant:7.16.0=pmd +net.sourceforge.pmd:pmd-core:7.16.0=pmd +net.sourceforge.pmd:pmd-java:7.16.0=pmd org.antlr:antlr4-runtime:4.13.2=checkstyle -org.antlr:antlr4-runtime:4.7.2=pmd +org.antlr:antlr4-runtime:4.9.3=pmd org.apache.bcel:bcel:6.11.0=spotbugs -org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.18.0=pmd org.apache.commons:commons-lang3:3.19.0=spotbugs -org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.8.1=checkstyle +org.apache.commons:commons-text:1.14.0=spotbugs +org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.3=checkstyle -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle +org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.14=checkstyle @@ -97,14 +96,17 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.27.6=testRuntimeClasspath org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.49.3=checkstyle -org.codehaus.groovy:groovy:3.0.24=testRuntimeClasspath +org.checkerframework:checker-qual:3.49.5=pmd +org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle org.codehaus.plexus:plexus-utils:3.3.0=checkstyle org.dom4j:dom4j:2.2.0=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath +org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt @@ -119,8 +121,8 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath org.junit:junit-bom:5.12.2=testCompileClasspath org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath -org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt @@ -131,20 +133,20 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs org.ow2.asm:asm:9.2=jacocoAnt -org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.8=pmd org.ow2.asm:asm:9.9=spotbugs +org.pcollections:pcollections:4.0.2=pmd org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:jul-to-slf4j:1.7.36=pmd org.slf4j:slf4j-api:1.7.30=runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath -org.spockframework:spock-core:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath -org.xmlresolver:xmlresolver:5.2.2=checkstyle +org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd org.xmlresolver:xmlresolver:5.3.3=spotbugs -org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b1624c4..c7d437b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/message-broker-nats/build.gradle b/message-broker-nats/build.gradle index 175a97c..ec7fab6 100644 --- a/message-broker-nats/build.gradle +++ b/message-broker-nats/build.gradle @@ -14,6 +14,6 @@ dependencies { //testing dependencies testImplementation "com.mx.path-core:gateway" - testImplementation "org.mockito:mockito-inline:[4.0,5.0)" + testImplementation "org.mockito:mockito-inline:[5.0,6.0)" testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } diff --git a/message-broker-nats/gradle.lockfile b/message-broker-nats/gradle.lockfile index 1bfc524..67fdafc 100644 --- a/message-broker-nats/gradle.lockfile +++ b/message-broker-nats/gradle.lockfile @@ -2,23 +2,22 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.auth0:java-jwt:4.5.0=testCompileClasspath,testRuntimeClasspath -com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.15.4=testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.15.4=testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.15.4=testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testCompileClasspath,testRuntimeClasspath +com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs:4.9.8=spotbugs com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.13.2=spotbugs -com.google.code.gson:gson:2.8.9=pmd -com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.1=pmd +com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=checkstyle -com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +com.google.errorprone:error_prone_annotations:2.38.0=pmd +com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.3=checkstyle com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -26,20 +25,20 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:gateway:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:messaging:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.7.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:gateway:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:messaging:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:5.0.0=testCompileClasspath,testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle -com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath -com.sun.istack:istack-commons-runtime:3.0.12=testCompileClasspath,testRuntimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.1=testCompileClasspath,testRuntimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=testCompileClasspath,testRuntimeClasspath +com.sun.xml.bind:jaxb-core:4.0.6=testCompileClasspath,testRuntimeClasspath +com.sun.xml.bind:jaxb-impl:4.0.6=testCompileClasspath,testRuntimeClasspath commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=checkstyle +commons-codec:commons-codec:1.15=checkstyle,pmd commons-collections:commons-collections:3.2.2=checkstyle commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath @@ -51,29 +50,31 @@ io.nats:jnats:2.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,test io.opentracing:opentracing-api:0.33.0=testCompileClasspath,testRuntimeClasspath io.opentracing:opentracing-noop:0.33.0=testCompileClasspath,testRuntimeClasspath io.opentracing:opentracing-util:0.33.0=testCompileClasspath,testRuntimeClasspath -jakarta.activation:jakarta.activation-api:1.2.2=testCompileClasspath,testRuntimeClasspath -jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testCompileClasspath,testRuntimeClasspath -jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testCompileClasspath,testRuntimeClasspath +jakarta.activation:jakarta.activation-api:2.1.4=testCompileClasspath,testRuntimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testCompileClasspath,testRuntimeClasspath +jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testCompileClasspath,testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.5=checkstyle +net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd net.sf.saxon:Saxon-HE:12.9=spotbugs -net.sourceforge.pmd:pmd-core:6.55.0=pmd -net.sourceforge.pmd:pmd-java:6.55.0=pmd -net.sourceforge.saxon:saxon:9.1.0.8=pmd +net.sourceforge.pmd:pmd-ant:7.16.0=pmd +net.sourceforge.pmd:pmd-core:7.16.0=pmd +net.sourceforge.pmd:pmd-java:7.16.0=pmd org.antlr:antlr4-runtime:4.13.2=checkstyle -org.antlr:antlr4-runtime:4.7.2=pmd +org.antlr:antlr4-runtime:4.9.3=pmd org.apache.bcel:bcel:6.11.0=spotbugs -org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.18.0=pmd org.apache.commons:commons-lang3:3.19.0=spotbugs -org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.8.1=checkstyle +org.apache.commons:commons-text:1.14.0=spotbugs +org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.3=checkstyle -org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle +org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.14=checkstyle @@ -92,14 +93,17 @@ org.bouncycastle:bcprov-lts8on:2.73.8=runtimeClasspath,testRuntimeClasspath org.bouncycastle:bcutil-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.49.3=checkstyle +org.checkerframework:checker-qual:3.49.5=pmd org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle org.codehaus.plexus:plexus-utils:3.3.0=checkstyle org.dom4j:dom4j:2.2.0=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.9=testCompileClasspath,testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.9=testCompileClasspath,testRuntimeClasspath +org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.6=testCompileClasspath,testRuntimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.6=testCompileClasspath,testRuntimeClasspath +org.glassfish.jaxb:txw2:4.0.6=testCompileClasspath,testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt @@ -114,8 +118,8 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath org.junit:junit-bom:5.12.2=testCompileClasspath org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath -org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt @@ -126,17 +130,19 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs org.ow2.asm:asm:9.2=jacocoAnt -org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.8=pmd org.ow2.asm:asm:9.9=spotbugs +org.pcollections:pcollections:4.0.2=pmd org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:jul-to-slf4j:1.7.36=pmd org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.2=checkstyle +org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd org.xmlresolver:xmlresolver:5.3.3=spotbugs -org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/store-redis/build.gradle b/store-redis/build.gradle index ec153e0..6e403e1 100644 --- a/store-redis/build.gradle +++ b/store-redis/build.gradle @@ -15,6 +15,6 @@ dependencies { implementation "io.netty:netty-handler:[4.1.86.Final,4.2)" //testing dependencies - testImplementation "org.mockito:mockito-inline:[4.0,5.0)" - testImplementation "org.spockframework:spock-core:[2.0,3.0)" + testImplementation "org.mockito:mockito-inline:[5.0,6.0)" + testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } diff --git a/store-redis/gradle.lockfile b/store-redis/gradle.lockfile index bb08f3f..a705315 100644 --- a/store-redis/gradle.lockfile +++ b/store-redis/gradle.lockfile @@ -2,23 +2,22 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.auth0:java-jwt:4.5.0=testRuntimeClasspath -com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath +com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs:4.9.8=spotbugs com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.13.2=spotbugs -com.google.code.gson:gson:2.8.9=pmd -com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.1=pmd +com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=checkstyle -com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +com.google.errorprone:error_prone_annotations:2.38.0=pmd +com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.3=checkstyle com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -26,20 +25,20 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.7.0=testRuntimeClasspath -com.mx.path-core:gateway:4.7.0=testRuntimeClasspath -com.mx.path-core:messaging:4.7.0=testRuntimeClasspath -com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.7.0=testRuntimeClasspath +com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:5.0.0=testRuntimeClasspath +com.mx.path-core:gateway:5.0.0=testRuntimeClasspath +com.mx.path-core:messaging:5.0.0=testRuntimeClasspath +com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:5.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle -com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath -com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath +com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath +com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=checkstyle +commons-codec:commons-codec:1.15=checkstyle,pmd commons-collections:commons-collections:3.2.2=checkstyle commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath @@ -48,42 +47,42 @@ info.picocli:picocli:4.7.7=checkstyle io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath io.lettuce:lettuce-core:6.2.0.RELEASE=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-buffer:4.1.128.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec:4.1.128.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.128.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-handler:4.1.128.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.128.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.128.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.128.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.129.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec:4.1.129.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.129.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-handler:4.1.129.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.129.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.129.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.129.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath io.projectreactor:reactor-core:3.4.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath -jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath -jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath +jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath +jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.5=checkstyle +net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd net.sf.saxon:Saxon-HE:12.9=spotbugs -net.sourceforge.pmd:pmd-core:6.55.0=pmd -net.sourceforge.pmd:pmd-java:6.55.0=pmd -net.sourceforge.saxon:saxon:9.1.0.8=pmd +net.sourceforge.pmd:pmd-ant:7.16.0=pmd +net.sourceforge.pmd:pmd-core:7.16.0=pmd +net.sourceforge.pmd:pmd-java:7.16.0=pmd org.antlr:antlr4-runtime:4.13.2=checkstyle -org.antlr:antlr4-runtime:4.7.2=pmd +org.antlr:antlr4-runtime:4.9.3=pmd org.apache.bcel:bcel:6.11.0=spotbugs -org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.18.0=pmd org.apache.commons:commons-lang3:3.19.0=spotbugs -org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.8.1=checkstyle +org.apache.commons:commons-text:1.14.0=spotbugs +org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.3=checkstyle -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle +org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.14=checkstyle @@ -98,14 +97,17 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.27.6=testRuntimeClasspath org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.49.3=checkstyle -org.codehaus.groovy:groovy:3.0.24=testRuntimeClasspath +org.checkerframework:checker-qual:3.49.5=pmd +org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle org.codehaus.plexus:plexus-utils:3.3.0=checkstyle org.dom4j:dom4j:2.2.0=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath +org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt @@ -120,8 +122,8 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath org.junit:junit-bom:5.12.2=testCompileClasspath org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath -org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt @@ -132,20 +134,20 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs org.ow2.asm:asm:9.2=jacocoAnt -org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.8=pmd org.ow2.asm:asm:9.9=spotbugs +org.pcollections:pcollections:4.0.2=pmd org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:jul-to-slf4j:1.7.36=pmd org.slf4j:slf4j-api:1.7.30=runtimeClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath -org.spockframework:spock-core:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath -org.xmlresolver:xmlresolver:5.2.2=checkstyle +org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd org.xmlresolver:xmlresolver:5.3.3=spotbugs -org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/store-vault/build.gradle b/store-vault/build.gradle index 179f846..fce424a 100644 --- a/store-vault/build.gradle +++ b/store-vault/build.gradle @@ -12,7 +12,7 @@ dependencies { compileOnly "org.slf4j:slf4j-api" //testing dependencies - testImplementation "org.mockito:mockito-inline:[4.0,5.0)" + testImplementation "org.mockito:mockito-inline:[5.0,6.0)" testImplementation "org.slf4j:slf4j-simple:1.7.30" - testImplementation "org.spockframework:spock-core:[2.0,3.0)" + testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" } diff --git a/store-vault/gradle.lockfile b/store-vault/gradle.lockfile index 0b68e77..4cd4142 100644 --- a/store-vault/gradle.lockfile +++ b/store-vault/gradle.lockfile @@ -3,23 +3,22 @@ # This file is expected to be part of source control. com.auth0:java-jwt:4.5.0=testRuntimeClasspath com.bettercloud:vault-java-driver:5.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.15.4=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.15.4=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testRuntimeClasspath +com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.github.spotbugs:spotbugs:4.9.8=spotbugs com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.13.2=spotbugs -com.google.code.gson:gson:2.8.9=pmd -com.google.code.gson:gson:2.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.1=pmd +com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.36.0=checkstyle -com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +com.google.errorprone:error_prone_annotations:2.38.0=pmd +com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.3=checkstyle com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -27,20 +26,20 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.7.0=testRuntimeClasspath -com.mx.path-core:gateway:4.7.0=testRuntimeClasspath -com.mx.path-core:messaging:4.7.0=testRuntimeClasspath -com.mx.path-core:platform:4.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.7.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.7.0=testRuntimeClasspath +com.mx.path-core:common:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:5.0.0=testRuntimeClasspath +com.mx.path-core:gateway:5.0.0=testRuntimeClasspath +com.mx.path-core:messaging:5.0.0=testRuntimeClasspath +com.mx.path-core:platform:5.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:5.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:5.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle -com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath -com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.1=testRuntimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath +com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath +com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=checkstyle +commons-codec:commons-codec:1.15=checkstyle,pmd commons-collections:commons-collections:3.2.2=checkstyle commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath @@ -51,31 +50,31 @@ io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath -jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath -jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath -jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath +jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath +jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.5=checkstyle +net.sf.saxon:Saxon-HE:12.5=checkstyle,pmd net.sf.saxon:Saxon-HE:12.9=spotbugs -net.sourceforge.pmd:pmd-core:6.55.0=pmd -net.sourceforge.pmd:pmd-java:6.55.0=pmd -net.sourceforge.saxon:saxon:9.1.0.8=pmd +net.sourceforge.pmd:pmd-ant:7.16.0=pmd +net.sourceforge.pmd:pmd-core:7.16.0=pmd +net.sourceforge.pmd:pmd-java:7.16.0=pmd org.antlr:antlr4-runtime:4.13.2=checkstyle -org.antlr:antlr4-runtime:4.7.2=pmd +org.antlr:antlr4-runtime:4.9.3=pmd org.apache.bcel:bcel:6.11.0=spotbugs -org.apache.commons:commons-lang3:3.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.18.0=pmd org.apache.commons:commons-lang3:3.19.0=spotbugs -org.apache.commons:commons-lang3:3.8.1=checkstyle,pmd -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.8.1=checkstyle +org.apache.commons:commons-text:1.14.0=spotbugs +org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.3=checkstyle -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle -org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle +org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle,pmd +org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle,pmd org.apache.httpcomponents:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.14=checkstyle @@ -90,14 +89,17 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.assertj:assertj-core:3.27.6=testRuntimeClasspath org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.49.3=checkstyle -org.codehaus.groovy:groovy:3.0.24=testRuntimeClasspath +org.checkerframework:checker-qual:3.49.5=pmd +org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle org.codehaus.plexus:plexus-utils:3.3.0=checkstyle org.dom4j:dom4j:2.2.0=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.9=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.9=testRuntimeClasspath +org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath +org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt @@ -112,8 +114,8 @@ org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath org.junit.platform:junit-platform-engine:1.14.0=testRuntimeClasspath org.junit:junit-bom:5.12.2=testCompileClasspath org.junit:junit-bom:5.14.0=runtimeClasspath,spotbugs,testRuntimeClasspath -org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt @@ -124,20 +126,20 @@ org.ow2.asm:asm-tree:9.2=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs org.ow2.asm:asm:9.2=jacocoAnt -org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.8=pmd org.ow2.asm:asm:9.9=spotbugs +org.pcollections:pcollections:4.0.2=pmd org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:jul-to-slf4j:1.7.36=pmd org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath -org.spockframework:spock-core:2.4-M6-groovy-3.0=testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath -org.xmlresolver:xmlresolver:5.2.2=checkstyle +org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath +org.xmlresolver:xmlresolver:5.2.2=checkstyle,pmd org.xmlresolver:xmlresolver:5.3.3=spotbugs -org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins