diff --git a/build.gradle b/build.gradle index 0ced0b2..9f153a4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "idea" - id "com.github.mxenabled.coppuccino" version "4.+" apply false - id "com.github.mxenabled.vogue" version "1.+" + id "com.github.mxenabled.coppuccino" version "4.4.2" apply false + id "com.github.mxenabled.vogue" version "1.1.0" 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 @@ -19,18 +19,12 @@ allprojects { group "com.mx.path-facilities" description "MX Path Facilities" version rootProject.version - sourceCompatibility = 1.8 - targetCompatibility = 1.8 + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 repositories { mavenCentral() mavenLocal() - // maven { - // url "https://s01.oss.sonatype.org/content/repositories/snapshots/" - // mavenContent { - // snapshotsOnly() - // } - // } } configurations.all { @@ -38,7 +32,7 @@ allprojects { } ext { - pathSDKVersion = "[4.0,5.0)" + pathSDKVersion = "4.7.0" } } @@ -61,9 +55,6 @@ 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.junit.jupiter:junit-jupiter-api:[5.9.0,5.10.0)" - testRuntimeOnly "org.junit.platform:junit-platform-launcher" - } test { useJUnitPlatform() } diff --git a/encryption-service-jasypt/build.gradle b/encryption-service-jasypt/build.gradle index b5e74d9..9b18317 100644 --- a/encryption-service-jasypt/build.gradle +++ b/encryption-service-jasypt/build.gradle @@ -3,7 +3,7 @@ coppuccino { minimumCoverage = 1.00 } dependencies { - excludePreReleaseVersions = false + excludePreReleaseVersions = true } } @@ -13,7 +13,7 @@ dependencies { compileOnly "org.slf4j:slf4j-api" //testing dependencies - testImplementation "org.mockito:mockito-inline:4.+" + testImplementation "org.mockito:mockito-inline:[4.0,5.0[" testImplementation "org.slf4j:slf4j-simple:1.7.30" - testImplementation "org.spockframework:spock-core:2.+" + 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 21e0095..d795b6f 100644 --- a/encryption-service-jasypt/gradle.lockfile +++ b/encryption-service-jasypt/gradle.lockfile @@ -1,7 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.5.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath @@ -10,38 +9,41 @@ 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.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath -com.github.spotbugs:spotbugs:4.8.2=spotbugs +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.10.1=spotbugs +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.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=checkstyle -com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.guava:guava:28.2-jre=checkstyle -com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.36.0=checkstyle +com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +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 +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:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.5.4=testRuntimeClasspath -com.mx.path-core:gateway:4.5.4=testRuntimeClasspath -com.mx.path-core:messaging:4.5.4=testRuntimeClasspath -com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.5.4=testRuntimeClasspath -com.puppycrawl.tools:checkstyle:8.29=checkstyle +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.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 -commons-beanutils:commons-beanutils:1.9.4=checkstyle -commons-codec:commons-codec:1.15=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +commons-beanutils:commons-beanutils:1.11.0=checkstyle +commons-codec:commons-codec:1.15=checkstyle,compileClasspath,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 commons-logging:commons-logging:1.2=testRuntimeClasspath -info.picocli:picocli:4.1.4=checkstyle +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.opentracing:opentracing-api:0.33.0=testRuntimeClasspath @@ -51,77 +53,86 @@ 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 jaxen:jaxen:2.0.0=spotbugs -junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.3=spotbugs -net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle -net.sourceforge.pmd:pmd-core:6.54.0=pmd -net.sourceforge.pmd:pmd-java:6.54.0=pmd +net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath +net.sf.saxon:Saxon-HE:12.5=checkstyle +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 +org.antlr:antlr4-runtime:4.13.2=checkstyle org.antlr:antlr4-runtime:4.7.2=pmd -org.antlr:antlr4-runtime:4.8-1=checkstyle -org.apache.bcel:bcel:6.6.1=spotbugs -org.apache.commons:commons-lang3:3.13.0=spotbugs +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.8.1=pmd -org.apache.commons:commons-text:1.10.0=spotbugs -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs -org.apache.httpcomponents:httpclient:4.5.13=testRuntimeClasspath +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-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:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath -org.apache.logging.log4j:log4j-api:2.22.0=spotbugs -org.apache.logging.log4j:log4j-core:2.22.0=spotbugs +org.apache.httpcomponents:httpcore:4.4.14=checkstyle +org.apache.logging.log4j:log4j-api:2.25.2=spotbugs +org.apache.logging.log4j:log4j-core:2.25.2=spotbugs +org.apache.maven.doxia:doxia-core:1.12.0=checkstyle +org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle +org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle +org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle +org.apache.xbean:xbean-reflect:3.7=checkstyle org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.checkerframework:checker-qual:2.10.0=checkstyle -org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.dom4j:dom4j:2.1.4=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.7=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.7=testRuntimeClasspath -org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath +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=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.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 org.jacoco:org.jacoco.core:0.8.8=jacocoAnt org.jacoco:org.jacoco.report:0.8.8=jacocoAnt org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.javassist:javassist:3.28.0-GA=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath -org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit:junit-bom:5.9.0=runtimeClasspath +org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath +org.jspecify:jspecify:1.0.0=checkstyle +org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath +org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath +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.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt -org.ow2.asm:asm-analysis:9.6=spotbugs +org.ow2.asm:asm-analysis:9.9=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt -org.ow2.asm:asm-commons:9.6=spotbugs +org.ow2.asm:asm-commons:9.9=spotbugs org.ow2.asm:asm-tree:9.2=jacocoAnt -org.ow2.asm:asm-tree:9.6=spotbugs -org.ow2.asm:asm-util:9.6=spotbugs +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.3=pmd -org.ow2.asm:asm:9.6=spotbugs -org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath -org.reflections:reflections:0.10.2=testRuntimeClasspath +org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.9=spotbugs +org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath +org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath -org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j -org.slf4j:slf4j-api:2.0.9=spotbugs +org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.0=spotbugs +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.3.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/encryption-service-vault/build.gradle b/encryption-service-vault/build.gradle index 0d83ae6..55af38d 100644 --- a/encryption-service-vault/build.gradle +++ b/encryption-service-vault/build.gradle @@ -3,7 +3,7 @@ coppuccino { minimumCoverage = 0.88 } dependencies { - excludePreReleaseVersions = false + excludePreReleaseVersions = true } } diff --git a/encryption-service-vault/gradle.lockfile b/encryption-service-vault/gradle.lockfile index 268d327..0b68e77 100644 --- a/encryption-service-vault/gradle.lockfile +++ b/encryption-service-vault/gradle.lockfile @@ -1,7 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -antlr:antlr:2.7.7=checkstyle 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 @@ -11,39 +10,42 @@ 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.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath -com.github.spotbugs:spotbugs:4.8.2=spotbugs +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.10.1=spotbugs +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.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=checkstyle -com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.guava:guava:28.2-jre=checkstyle -com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.36.0=checkstyle +com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +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 +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:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.5.4=testRuntimeClasspath -com.mx.path-core:gateway:4.5.4=testRuntimeClasspath -com.mx.path-core:messaging:4.5.4=testRuntimeClasspath -com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.5.4=testRuntimeClasspath -com.puppycrawl.tools:checkstyle:8.29=checkstyle +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.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 -commons-beanutils:commons-beanutils:1.9.4=checkstyle +commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=spotbugs +commons-codec:commons-codec:1.15=checkstyle commons-collections:commons-collections:3.2.2=checkstyle +commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath -info.picocli:picocli:4.1.4=checkstyle +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.opentracing:opentracing-api:0.33.0=testRuntimeClasspath @@ -53,76 +55,89 @@ 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 jaxen:jaxen:2.0.0=spotbugs -junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.3=spotbugs -net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle -net.sourceforge.pmd:pmd-core:6.54.0=pmd -net.sourceforge.pmd:pmd-java:6.54.0=pmd +net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath +net.sf.saxon:Saxon-HE:12.5=checkstyle +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 +org.antlr:antlr4-runtime:4.13.2=checkstyle org.antlr:antlr4-runtime:4.7.2=pmd -org.antlr:antlr4-runtime:4.8-1=checkstyle -org.apache.bcel:bcel:6.6.1=spotbugs -org.apache.commons:commons-lang3:3.13.0=spotbugs +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.8.1=pmd -org.apache.commons:commons-text:1.10.0=spotbugs -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs -org.apache.httpcomponents:httpclient:4.5.13=testRuntimeClasspath +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-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:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath -org.apache.logging.log4j:log4j-api:2.22.0=spotbugs -org.apache.logging.log4j:log4j-core:2.22.0=spotbugs +org.apache.httpcomponents:httpcore:4.4.14=checkstyle +org.apache.logging.log4j:log4j-api:2.25.2=spotbugs +org.apache.logging.log4j:log4j-core:2.25.2=spotbugs +org.apache.maven.doxia:doxia-core:1.12.0=checkstyle +org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle +org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle +org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle +org.apache.xbean:xbean-reflect:3.7=checkstyle org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.checkerframework:checker-qual:2.10.0=checkstyle -org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.dom4j:dom4j:2.1.4=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.7=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.7=testRuntimeClasspath -org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath +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.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.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 org.jacoco:org.jacoco.core:0.8.8=jacocoAnt org.jacoco:org.jacoco.report:0.8.8=jacocoAnt -org.javassist:javassist:3.28.0-GA=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath -org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit:junit-bom:5.9.0=runtimeClasspath +org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath +org.jspecify:jspecify:1.0.0=checkstyle +org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath +org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath +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.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt -org.ow2.asm:asm-analysis:9.6=spotbugs +org.ow2.asm:asm-analysis:9.9=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt -org.ow2.asm:asm-commons:9.6=spotbugs +org.ow2.asm:asm-commons:9.9=spotbugs org.ow2.asm:asm-tree:9.2=jacocoAnt -org.ow2.asm:asm-tree:9.6=spotbugs -org.ow2.asm:asm-util:9.6=spotbugs +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.3=pmd -org.ow2.asm:asm:9.6=spotbugs -org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath -org.reflections:reflections:0.10.2=testRuntimeClasspath +org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.9=spotbugs +org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath +org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath -org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j -org.slf4j:slf4j-api:2.0.9=spotbugs +org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.0=spotbugs +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.xmlresolver:xmlresolver:5.3.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/exception-reporter-honeybadger/gradle.lockfile b/exception-reporter-honeybadger/gradle.lockfile index 936ea0d..408d61a 100644 --- a/exception-reporter-honeybadger/gradle.lockfile +++ b/exception-reporter-honeybadger/gradle.lockfile @@ -1,7 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.5.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath @@ -14,42 +13,45 @@ 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.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath -com.github.spotbugs:spotbugs:4.8.2=spotbugs +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.10.1=spotbugs +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.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=checkstyle -com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.guava:guava:28.2-jre=checkstyle -com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.36.0=checkstyle +com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +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 +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:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +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.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.5.4=testRuntimeClasspath -com.mx.path-core:gateway:4.5.4=testRuntimeClasspath -com.mx.path-core:messaging:4.5.4=testRuntimeClasspath -com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.5.4=testRuntimeClasspath -com.puppycrawl.tools:checkstyle:8.29=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.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 -commons-beanutils:commons-beanutils:1.9.4=checkstyle +commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.15=spotbugs +commons-codec:commons-codec:1.15=checkstyle commons-collections:commons-collections:3.2.2=checkstyle +commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -info.picocli:picocli:4.1.4=checkstyle +info.picocli:picocli:4.7.7=checkstyle io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath io.honeybadger:honeybadger-java:2.1.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath @@ -60,55 +62,68 @@ 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 jaxen:jaxen:2.0.0=spotbugs -junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.10.13=compileClasspath,runtimeClasspath net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.10.13=compileClasspath,runtimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.12.19=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.3=spotbugs -net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle -net.sourceforge.pmd:pmd-core:6.54.0=pmd -net.sourceforge.pmd:pmd-java:6.54.0=pmd +net.sf.saxon:Saxon-HE:12.5=checkstyle +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 +org.antlr:antlr4-runtime:4.13.2=checkstyle org.antlr:antlr4-runtime:4.7.2=pmd -org.antlr:antlr4-runtime:4.8-1=checkstyle -org.apache.bcel:bcel:6.6.1=spotbugs -org.apache.commons:commons-lang3:3.13.0=spotbugs +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.8.1=pmd -org.apache.commons:commons-text:1.10.0=spotbugs -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs +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-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: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 +org.apache.httpcomponents:httpcore:4.4.14=checkstyle org.apache.httpcomponents:httpcore:4.4.16=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.logging.log4j:log4j-api:2.22.0=spotbugs -org.apache.logging.log4j:log4j-core:2.22.0=spotbugs +org.apache.logging.log4j:log4j-api:2.25.2=spotbugs +org.apache.logging.log4j:log4j-core:2.25.2=spotbugs +org.apache.maven.doxia:doxia-core:1.12.0=checkstyle +org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle +org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle +org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle +org.apache.xbean:xbean-reflect:3.7=checkstyle org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.checkerframework:checker-qual:2.10.0=checkstyle -org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.dom4j:dom4j:2.1.4=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.7=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.7=testRuntimeClasspath -org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath +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.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.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 org.jacoco:org.jacoco.core:0.8.8=jacocoAnt org.jacoco:org.jacoco.report:0.8.8=jacocoAnt -org.javassist:javassist:3.28.0-GA=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath -org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit:junit-bom:5.9.0=runtimeClasspath +org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath +org.jspecify:jspecify:1.0.0=checkstyle +org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath +org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath +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:3.4.6=compileClasspath,runtimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath @@ -116,24 +131,25 @@ org.objenesis:objenesis:2.6=compileClasspath org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt -org.ow2.asm:asm-analysis:9.6=spotbugs +org.ow2.asm:asm-analysis:9.9=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt -org.ow2.asm:asm-commons:9.6=spotbugs +org.ow2.asm:asm-commons:9.9=spotbugs org.ow2.asm:asm-tree:9.2=jacocoAnt -org.ow2.asm:asm-tree:9.6=spotbugs -org.ow2.asm:asm-util:9.6=spotbugs +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.3=pmd -org.ow2.asm:asm:9.6=spotbugs -org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath -org.reflections:reflections:0.10.2=testRuntimeClasspath -org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j +org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.9=spotbugs +org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath +org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath +org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-api:2.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-api:2.0.9=spotbugs -org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.0=spotbugs +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.xmlresolver:xmlresolver:5.3.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/fault-tolerant-executor-resilience4j/build.gradle b/fault-tolerant-executor-resilience4j/build.gradle index f01e564..ce2594a 100644 --- a/fault-tolerant-executor-resilience4j/build.gradle +++ b/fault-tolerant-executor-resilience4j/build.gradle @@ -2,8 +2,11 @@ ext { resilience4jVersion = "1.7.1" } coppuccino { + coverage { + minimumCoverage = 0.91 + } dependencies { - excludePreReleaseVersions = false + excludePreReleaseVersions = true } } diff --git a/fault-tolerant-executor-resilience4j/gradle.lockfile b/fault-tolerant-executor-resilience4j/gradle.lockfile index 1249386..a9eeb45 100644 --- a/fault-tolerant-executor-resilience4j/gradle.lockfile +++ b/fault-tolerant-executor-resilience4j/gradle.lockfile @@ -1,7 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.5.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath @@ -10,39 +9,42 @@ 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.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath -com.github.spotbugs:spotbugs:4.8.2=spotbugs +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.10.1=spotbugs +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.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=checkstyle -com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.guava:guava:28.2-jre=checkstyle -com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.36.0=checkstyle +com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +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 +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:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.5.4=testRuntimeClasspath -com.mx.path-core:gateway:4.5.4=testRuntimeClasspath -com.mx.path-core:messaging:4.5.4=testRuntimeClasspath -com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.5.4=testRuntimeClasspath -com.puppycrawl.tools:checkstyle:8.29=checkstyle +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.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 -commons-beanutils:commons-beanutils:1.9.4=checkstyle +commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=spotbugs +commons-codec:commons-codec:1.15=checkstyle commons-collections:commons-collections:3.2.2=checkstyle +commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath -info.picocli:picocli:4.1.4=checkstyle +info.picocli:picocli:4.7.7=checkstyle io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath io.github.resilience4j:resilience4j-bulkhead:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.github.resilience4j:resilience4j-circuitbreaker:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -60,76 +62,89 @@ 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 jaxen:jaxen:2.0.0=spotbugs -junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.3=spotbugs -net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle -net.sourceforge.pmd:pmd-core:6.54.0=pmd -net.sourceforge.pmd:pmd-java:6.54.0=pmd +net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath +net.sf.saxon:Saxon-HE:12.5=checkstyle +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 +org.antlr:antlr4-runtime:4.13.2=checkstyle org.antlr:antlr4-runtime:4.7.2=pmd -org.antlr:antlr4-runtime:4.8-1=checkstyle -org.apache.bcel:bcel:6.6.1=spotbugs -org.apache.commons:commons-lang3:3.13.0=spotbugs +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.8.1=pmd -org.apache.commons:commons-text:1.10.0=spotbugs -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs -org.apache.httpcomponents:httpclient:4.5.13=testRuntimeClasspath +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-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:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath -org.apache.logging.log4j:log4j-api:2.22.0=spotbugs -org.apache.logging.log4j:log4j-core:2.22.0=spotbugs +org.apache.httpcomponents:httpcore:4.4.14=checkstyle +org.apache.logging.log4j:log4j-api:2.25.2=spotbugs +org.apache.logging.log4j:log4j-core:2.25.2=spotbugs +org.apache.maven.doxia:doxia-core:1.12.0=checkstyle +org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle +org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle +org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle +org.apache.xbean:xbean-reflect:3.7=checkstyle org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.checkerframework:checker-qual:2.10.0=checkstyle -org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.dom4j:dom4j:2.1.4=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.7=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.7=testRuntimeClasspath -org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath +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.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.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 org.jacoco:org.jacoco.core:0.8.8=jacocoAnt org.jacoco:org.jacoco.report:0.8.8=jacocoAnt -org.javassist:javassist:3.28.0-GA=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath -org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit:junit-bom:5.9.0=runtimeClasspath +org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath +org.jspecify:jspecify:1.0.0=checkstyle +org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath +org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath +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.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt -org.ow2.asm:asm-analysis:9.6=spotbugs +org.ow2.asm:asm-analysis:9.9=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt -org.ow2.asm:asm-commons:9.6=spotbugs +org.ow2.asm:asm-commons:9.9=spotbugs org.ow2.asm:asm-tree:9.2=jacocoAnt -org.ow2.asm:asm-tree:9.6=spotbugs -org.ow2.asm:asm-util:9.6=spotbugs +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.3=pmd -org.ow2.asm:asm:9.6=spotbugs -org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath -org.reflections:reflections:0.10.2=testRuntimeClasspath +org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.9=spotbugs +org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath +org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath org.slf4j:slf4j-api:1.7.30=runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath -org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j -org.slf4j:slf4j-api:2.0.9=spotbugs +org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.0=spotbugs +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.xmlresolver:xmlresolver:5.3.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 41d9927..afba109 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ae04661..b1624c4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip +networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index 1b6c787..65dcd68 100755 --- a/gradlew +++ b/gradlew @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -80,10 +80,10 @@ do esac done -APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit - -APP_NAME="Gradle" +# This is normally unused +# shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' @@ -143,12 +143,16 @@ fi if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac case $MAX_FD in #( '' | soft) :;; #( *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac @@ -205,6 +209,12 @@ set -- \ org.gradle.wrapper.GradleWrapperMain \ "$@" +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + # Use "xargs" to parse quoted args. # # With -n1 it outputs one arg per line, with the quotes and backslashes removed. diff --git a/gradlew.bat b/gradlew.bat index 107acd3..93e3f59 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -14,7 +14,7 @@ @rem limitations under the License. @rem -@if "%DEBUG%" == "" @echo off +@if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @@ -25,7 +25,8 @@ if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @@ -40,7 +41,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto execute +if %ERRORLEVEL% equ 0 goto execute echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. @@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar :end @rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd +if %ERRORLEVEL% equ 0 goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% :mainEnd if "%OS%"=="Windows_NT" endlocal diff --git a/message-broker-nats/build.gradle b/message-broker-nats/build.gradle index ef92e3e..175a97c 100644 --- a/message-broker-nats/build.gradle +++ b/message-broker-nats/build.gradle @@ -3,17 +3,17 @@ coppuccino { minimumCoverage = 0.86 } dependencies { - excludePreReleaseVersions = false + excludePreReleaseVersions = true } } dependencies { - implementation "io.nats:jnats:[2.8.0,2.9.0)" + implementation "io.nats:jnats:[2.22.0,2.23.0)" implementation "org.bouncycastle:bcpkix-jdk15on:[1.0,2.0)" implementation "org.slf4j:slf4j-api" //testing dependencies testImplementation "com.mx.path-core:gateway" testImplementation "org.mockito:mockito-inline:[4.0,5.0)" - testImplementation "org.spockframework:spock-core:[2.0,3.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 0923bab..1bfc524 100644 --- a/message-broker-nats/gradle.lockfile +++ b/message-broker-nats/gradle.lockfile @@ -1,7 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -antlr:antlr:2.7.7=checkstyle 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 @@ -10,42 +9,45 @@ com.fasterxml.jackson.core:jackson-core:2.15.4=testCompileClasspath,testRuntimeC com.fasterxml.jackson.core:jackson-databind:2.15.4=testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.15.4=testCompileClasspath,testRuntimeClasspath com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath -com.github.spotbugs:spotbugs:4.8.2=spotbugs +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.10.1=spotbugs +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.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=checkstyle -com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.guava:guava:28.2-jre=checkstyle -com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.36.0=checkstyle +com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +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 +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:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:gateway:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:messaging:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.5.4=testCompileClasspath,testRuntimeClasspath -com.puppycrawl.tools:checkstyle:8.29=checkstyle +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.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 -commons-beanutils:commons-beanutils:1.9.4=checkstyle +commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=spotbugs +commons-codec:commons-codec:1.15=checkstyle commons-collections:commons-collections:3.2.2=checkstyle +commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath -info.picocli:picocli:4.1.4=checkstyle +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.nats:jnats:2.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.nats:jnats:2.22.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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 @@ -53,79 +55,88 @@ jakarta.activation:jakarta.activation-api:1.2.2=testCompileClasspath,testRuntime jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testCompileClasspath,testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testCompileClasspath,testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath -net.i2p.crypto:eddsa:0.3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.3=spotbugs -net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle -net.sourceforge.pmd:pmd-core:6.54.0=pmd -net.sourceforge.pmd:pmd-java:6.54.0=pmd +net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath +net.sf.saxon:Saxon-HE:12.5=checkstyle +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 +org.antlr:antlr4-runtime:4.13.2=checkstyle org.antlr:antlr4-runtime:4.7.2=pmd -org.antlr:antlr4-runtime:4.8-1=checkstyle -org.apache.bcel:bcel:6.6.1=spotbugs -org.apache.commons:commons-lang3:3.13.0=spotbugs +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.8.1=pmd -org.apache.commons:commons-text:1.10.0=spotbugs -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs -org.apache.httpcomponents:httpclient:4.5.13=testRuntimeClasspath +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-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:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath -org.apache.logging.log4j:log4j-api:2.22.0=spotbugs -org.apache.logging.log4j:log4j-core:2.22.0=spotbugs +org.apache.httpcomponents:httpcore:4.4.14=checkstyle +org.apache.logging.log4j:log4j-api:2.25.2=spotbugs +org.apache.logging.log4j:log4j-core:2.25.2=spotbugs +org.apache.maven.doxia:doxia-core:1.12.0=checkstyle +org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle +org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle +org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle +org.apache.xbean:xbean-reflect:3.7=checkstyle org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath +org.assertj:assertj-core:3.27.6=testRuntimeClasspath org.bouncycastle:bcpkix-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.bouncycastle:bcprov-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.bouncycastle:bcprov-lts8on:2.73.8=runtimeClasspath,testRuntimeClasspath org.bouncycastle:bcutil-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.checkerframework:checker-qual:2.10.0=checkstyle -org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.dom4j:dom4j:2.1.4=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.7=testCompileClasspath,testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.7=testCompileClasspath,testRuntimeClasspath -org.hamcrest:hamcrest-core:1.3=testCompileClasspath,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=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.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 org.jacoco:org.jacoco.core:0.8.8=jacocoAnt org.jacoco:org.jacoco.report:0.8.8=jacocoAnt -org.javassist:javassist:3.28.0-GA=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath -org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit:junit-bom:5.9.0=runtimeClasspath +org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath +org.jspecify:jspecify:1.0.0=checkstyle,runtimeClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath +org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath +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.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt -org.ow2.asm:asm-analysis:9.6=spotbugs +org.ow2.asm:asm-analysis:9.9=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt -org.ow2.asm:asm-commons:9.6=spotbugs +org.ow2.asm:asm-commons:9.9=spotbugs org.ow2.asm:asm-tree:9.2=jacocoAnt -org.ow2.asm:asm-tree:9.6=spotbugs -org.ow2.asm:asm-util:9.6=spotbugs +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.3=pmd -org.ow2.asm:asm:9.6=spotbugs -org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath -org.reflections:reflections:0.10.2=testRuntimeClasspath +org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.9=spotbugs +org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath +org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath -org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j -org.slf4j:slf4j-api:2.0.9=spotbugs -org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.0=spotbugs +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.3.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/message-broker-nats/src/test/groovy/com/mx/messaging/nats/NatsMessageBrokerTest.groovy b/message-broker-nats/src/test/groovy/com/mx/messaging/nats/NatsMessageBrokerTest.groovy index 7a161d0..3168030 100644 --- a/message-broker-nats/src/test/groovy/com/mx/messaging/nats/NatsMessageBrokerTest.groovy +++ b/message-broker-nats/src/test/groovy/com/mx/messaging/nats/NatsMessageBrokerTest.groovy @@ -90,7 +90,7 @@ class NatsMessageBrokerTest extends Specification { def "request interacts with connection"() { given: def message = mock(Message) - when(connection.request(eq("fake.channel"), eq("request body".getBytes(StandardCharsets.UTF_8)), any())).thenReturn(message) + when(connection.request("fake.channel", "request body".getBytes(StandardCharsets.UTF_8), Duration.ofMillis(1000))).thenReturn(message) when(message.getData()).thenReturn("response body".getBytes(StandardCharsets.UTF_8)) @@ -98,14 +98,13 @@ class NatsMessageBrokerTest extends Specification { def responseStr = subject.request("fake.channel", "request body") then: - verify(connection).request(eq("fake.channel"), any(), any(Duration)) || true + verify(connection).request("fake.channel", "request body".getBytes(StandardCharsets.UTF_8), Duration.ofMillis(1000)) || true responseStr == "response body" } def "request raises MessageError on nats failure"() { given: - def message = mock(Message) - when(connection.request(eq("fake.channel"), any(), any())).thenThrow(InterruptedException.class) + when(connection.request("fake.channel", "requestPayload".getBytes(StandardCharsets.UTF_8), Duration.ofMillis(1000))).thenThrow(InterruptedException.class) when: subject.request("fake.channel", "requestPayload") @@ -117,8 +116,7 @@ class NatsMessageBrokerTest extends Specification { def "request raises MessageError on null (timeout) response"() { given: - def message = mock(Message) - when(connection.request(eq("fake.channel"), any(), any())).thenReturn(null) + when(connection.request("fake.channel", "request body".getBytes(StandardCharsets.UTF_8), Duration.ofMillis(1000))).thenReturn(null) when: subject.request("fake.channel", "request body") @@ -132,19 +130,18 @@ class NatsMessageBrokerTest extends Specification { def "publish interacts with connection"() { given: def message = mock(Message) - when(connection.request(eq("fake.channel"), any(), any())).thenReturn(message) + when(connection.request("fake.channel", "request body".getBytes(StandardCharsets.UTF_8), Duration.ofMillis(1000))).thenReturn(message) when: subject.publish("fake.channel", "request body") then: - verify(connection).publish(eq("fake.channel"), eq("request body".getBytes(StandardCharsets.UTF_8))) || true + verify(connection).publish("fake.channel", "request body".getBytes(StandardCharsets.UTF_8)) || true } def "publish raises MessageError on nats failure"() { given: - def message = mock(Message) - when(connection.request(eq("fake.channel"), any(), any())).thenThrow(InterruptedException.class) + when(connection.request("fake.channel", "request body".getBytes(StandardCharsets.UTF_8), Duration.ofMillis(1000))).thenThrow(InterruptedException.class) when: subject.request("fake.channel", "request body") diff --git a/message-broker-nats/src/test/groovy/com/mx/messaging/nats/WithMockery.groovy b/message-broker-nats/src/test/groovy/com/mx/messaging/nats/WithMockery.groovy deleted file mode 100644 index 3f58122..0000000 --- a/message-broker-nats/src/test/groovy/com/mx/messaging/nats/WithMockery.groovy +++ /dev/null @@ -1,19 +0,0 @@ -package com.mx.messaging.nats - -import static org.mockito.Mockito.validateMockitoUsage - -import org.junit.jupiter.api.AfterAll -import org.junit.jupiter.api.BeforeAll -import org.mockito.MockitoAnnotations - -trait WithMockery { - @BeforeAll - def initMockito() { - MockitoAnnotations.initMocks(this) - } - - @AfterAll - def validateExpectations() { - validateMockitoUsage() - } -} diff --git a/store-redis/build.gradle b/store-redis/build.gradle index 0e48bcc..ec153e0 100644 --- a/store-redis/build.gradle +++ b/store-redis/build.gradle @@ -1,9 +1,9 @@ coppuccino { coverage { - minimumCoverage = 0.78 + minimumCoverage = 0.77 } dependencies { - excludePreReleaseVersions = false + excludePreReleaseVersions = true } } diff --git a/store-redis/gradle.lockfile b/store-redis/gradle.lockfile index 7199796..bb08f3f 100644 --- a/store-redis/gradle.lockfile +++ b/store-redis/gradle.lockfile @@ -1,7 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.5.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath @@ -10,39 +9,42 @@ 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.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath -com.github.spotbugs:spotbugs:4.8.2=spotbugs +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.10.1=spotbugs +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.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=checkstyle -com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.guava:guava:28.2-jre=checkstyle -com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.36.0=checkstyle +com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +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 +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:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.5.4=testRuntimeClasspath -com.mx.path-core:gateway:4.5.4=testRuntimeClasspath -com.mx.path-core:messaging:4.5.4=testRuntimeClasspath -com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.5.4=testRuntimeClasspath -com.puppycrawl.tools:checkstyle:8.29=checkstyle +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.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 -commons-beanutils:commons-beanutils:1.9.4=checkstyle +commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=spotbugs +commons-codec:commons-codec:1.15=checkstyle commons-collections:commons-collections:3.2.2=checkstyle +commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath -info.picocli:picocli:4.1.4=checkstyle +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 @@ -61,76 +63,89 @@ 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 jaxen:jaxen:2.0.0=spotbugs -junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.3=spotbugs -net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle -net.sourceforge.pmd:pmd-core:6.54.0=pmd -net.sourceforge.pmd:pmd-java:6.54.0=pmd +net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath +net.sf.saxon:Saxon-HE:12.5=checkstyle +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 +org.antlr:antlr4-runtime:4.13.2=checkstyle org.antlr:antlr4-runtime:4.7.2=pmd -org.antlr:antlr4-runtime:4.8-1=checkstyle -org.apache.bcel:bcel:6.6.1=spotbugs -org.apache.commons:commons-lang3:3.13.0=spotbugs +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.8.1=pmd -org.apache.commons:commons-text:1.10.0=spotbugs -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs -org.apache.httpcomponents:httpclient:4.5.13=testRuntimeClasspath +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-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:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath -org.apache.logging.log4j:log4j-api:2.22.0=spotbugs -org.apache.logging.log4j:log4j-core:2.22.0=spotbugs +org.apache.httpcomponents:httpcore:4.4.14=checkstyle +org.apache.logging.log4j:log4j-api:2.25.2=spotbugs +org.apache.logging.log4j:log4j-core:2.25.2=spotbugs +org.apache.maven.doxia:doxia-core:1.12.0=checkstyle +org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle +org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle +org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle +org.apache.xbean:xbean-reflect:3.7=checkstyle org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.checkerframework:checker-qual:2.10.0=checkstyle -org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.dom4j:dom4j:2.1.4=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.7=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.7=testRuntimeClasspath -org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath +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.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.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 org.jacoco:org.jacoco.core:0.8.8=jacocoAnt org.jacoco:org.jacoco.report:0.8.8=jacocoAnt -org.javassist:javassist:3.28.0-GA=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath -org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit:junit-bom:5.9.0=runtimeClasspath +org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath +org.jspecify:jspecify:1.0.0=checkstyle +org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath +org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath +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.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt -org.ow2.asm:asm-analysis:9.6=spotbugs +org.ow2.asm:asm-analysis:9.9=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt -org.ow2.asm:asm-commons:9.6=spotbugs +org.ow2.asm:asm-commons:9.9=spotbugs org.ow2.asm:asm-tree:9.2=jacocoAnt -org.ow2.asm:asm-tree:9.6=spotbugs -org.ow2.asm:asm-util:9.6=spotbugs +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.3=pmd -org.ow2.asm:asm:9.6=spotbugs -org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath +org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.9=spotbugs +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=testRuntimeClasspath +org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath org.slf4j:slf4j-api:1.7.30=runtimeClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath -org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j -org.slf4j:slf4j-api:2.0.9=spotbugs -org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.0=spotbugs +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.xmlresolver:xmlresolver:5.3.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins diff --git a/store-vault/build.gradle b/store-vault/build.gradle index 63ebb1f..179f846 100644 --- a/store-vault/build.gradle +++ b/store-vault/build.gradle @@ -1,9 +1,9 @@ coppuccino { coverage { - minimumCoverage = 0.84 + minimumCoverage = 0.85 } dependencies { - excludePreReleaseVersions = false + excludePreReleaseVersions = true } } diff --git a/store-vault/gradle.lockfile b/store-vault/gradle.lockfile index 268d327..0b68e77 100644 --- a/store-vault/gradle.lockfile +++ b/store-vault/gradle.lockfile @@ -1,7 +1,6 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -antlr:antlr:2.7.7=checkstyle 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 @@ -11,39 +10,42 @@ 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.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.7.2=runtimeClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.8.2=compileClasspath,spotbugs,testCompileClasspath -com.github.spotbugs:spotbugs:4.8.2=spotbugs +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.10.1=spotbugs +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.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=checkstyle -com.google.guava:failureaccess:1.0.1=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.guava:guava:28.2-jre=checkstyle -com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.21.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.36.0=checkstyle +com.google.errorprone:error_prone_annotations:2.41.0=spotbugs +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 +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:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:common:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:4.5.4=testRuntimeClasspath -com.mx.path-core:gateway:4.5.4=testRuntimeClasspath -com.mx.path-core:messaging:4.5.4=testRuntimeClasspath -com.mx.path-core:platform:4.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:4.5.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:4.5.4=testRuntimeClasspath -com.puppycrawl.tools:checkstyle:8.29=checkstyle +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.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 -commons-beanutils:commons-beanutils:1.9.4=checkstyle +commons-beanutils:commons-beanutils:1.11.0=checkstyle commons-codec:commons-codec:1.11=testRuntimeClasspath -commons-codec:commons-codec:1.15=spotbugs +commons-codec:commons-codec:1.15=checkstyle commons-collections:commons-collections:3.2.2=checkstyle +commons-io:commons-io:2.20.0=spotbugs commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath -info.picocli:picocli:4.1.4=checkstyle +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.opentracing:opentracing-api:0.33.0=testRuntimeClasspath @@ -53,76 +55,89 @@ 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 jaxen:jaxen:2.0.0=spotbugs -junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.12.19=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath,testRuntimeClasspath -net.sf.saxon:Saxon-HE:12.3=spotbugs -net.sf.saxon:Saxon-HE:9.9.1-6=checkstyle -net.sourceforge.pmd:pmd-core:6.54.0=pmd -net.sourceforge.pmd:pmd-java:6.54.0=pmd +net.bytebuddy:byte-buddy:1.12.19=testCompileClasspath +net.bytebuddy:byte-buddy:1.17.7=testRuntimeClasspath +net.sf.saxon:Saxon-HE:12.5=checkstyle +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 +org.antlr:antlr4-runtime:4.13.2=checkstyle org.antlr:antlr4-runtime:4.7.2=pmd -org.antlr:antlr4-runtime:4.8-1=checkstyle -org.apache.bcel:bcel:6.6.1=spotbugs -org.apache.commons:commons-lang3:3.13.0=spotbugs +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.8.1=pmd -org.apache.commons:commons-text:1.10.0=spotbugs -org.apache.commons:commons-text:1.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.26=testCompileClasspath,testRuntimeClasspath -org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs -org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs -org.apache.httpcomponents:httpclient:4.5.13=testRuntimeClasspath +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-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:httpclient:4.5.13=checkstyle,testRuntimeClasspath org.apache.httpcomponents:httpcore:4.4.13=testRuntimeClasspath -org.apache.logging.log4j:log4j-api:2.22.0=spotbugs -org.apache.logging.log4j:log4j-core:2.22.0=spotbugs +org.apache.httpcomponents:httpcore:4.4.14=checkstyle +org.apache.logging.log4j:log4j-api:2.25.2=spotbugs +org.apache.logging.log4j:log4j-core:2.25.2=spotbugs +org.apache.maven.doxia:doxia-core:1.12.0=checkstyle +org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle +org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle +org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle +org.apache.xbean:xbean-reflect:3.7=checkstyle org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath -org.checkerframework:checker-qual:2.10.0=checkstyle -org.checkerframework:checker-qual:3.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.dom4j:dom4j:2.1.4=spotbugs -org.glassfish.jaxb:jaxb-runtime:2.3.7=testRuntimeClasspath -org.glassfish.jaxb:txw2:2.3.7=testRuntimeClasspath -org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath +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.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.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 org.jacoco:org.jacoco.core:0.8.8=jacocoAnt org.jacoco:org.jacoco.report:0.8.8=jacocoAnt -org.javassist:javassist:3.28.0-GA=testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath -org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath -org.junit:junit-bom:5.9.0=runtimeClasspath +org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath +org.jspecify:jspecify:1.0.0=checkstyle +org.junit.jupiter:junit-jupiter-api:5.14.0=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath +org.junit.platform:junit-platform-commons:1.14.0=testRuntimeClasspath +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.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt -org.ow2.asm:asm-analysis:9.6=spotbugs +org.ow2.asm:asm-analysis:9.9=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt -org.ow2.asm:asm-commons:9.6=spotbugs +org.ow2.asm:asm-commons:9.9=spotbugs org.ow2.asm:asm-tree:9.2=jacocoAnt -org.ow2.asm:asm-tree:9.6=spotbugs -org.ow2.asm:asm-util:9.6=spotbugs +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.3=pmd -org.ow2.asm:asm:9.6=spotbugs -org.projectlombok:lombok:1.18.38=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath -org.reflections:reflections:0.10.2=testRuntimeClasspath +org.ow2.asm:asm:9.4=pmd +org.ow2.asm:asm:9.9=spotbugs +org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath +org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath -org.slf4j:slf4j-api:2.0.0=spotbugsSlf4j -org.slf4j:slf4j-api:2.0.9=spotbugs +org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-bom:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-core:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M6-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.xmlresolver:xmlresolver:5.2.0=spotbugs +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.xmlresolver:xmlresolver:5.3.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=signatures,spotbugsPlugins