From 342f43c3a4b7abec6c5728e31c6af57f919788d0 Mon Sep 17 00:00:00 2001 From: Ryan Jones Date: Wed, 21 Aug 2024 14:53:51 -0600 Subject: [PATCH] build: update Path-Core to 4.0 --- build.gradle | 2 +- encryption-service-jasypt/gradle.lockfile | 50 ++++++++------- encryption-service-vault/gradle.lockfile | 50 ++++++++------- .../gradle.lockfile | 50 ++++++++------- .../gradle.lockfile | 48 ++++++++------ message-broker-nats/gradle.lockfile | 48 ++++++++------ store-redis/gradle.lockfile | 63 +++++++++++-------- store-vault/gradle.lockfile | 50 ++++++++------- 8 files changed, 209 insertions(+), 152 deletions(-) diff --git a/build.gradle b/build.gradle index c485d37..e7167e9 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { targetCompatibility = 1.8 ext { - pathSDKVersion = "[3.0,4.0)" + pathSDKVersion = "[4.0,5.0)" } repositories { diff --git a/encryption-service-jasypt/gradle.lockfile b/encryption-service-jasypt/gradle.lockfile index 947464f..f6e6d23 100644 --- a/encryption-service-jasypt/gradle.lockfile +++ b/encryption-service-jasypt/gradle.lockfile @@ -4,10 +4,12 @@ antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.4.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd +com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=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.7.3=compileClasspath,spotbugs,testCompileClasspath com.github.spotbugs:spotbugs:4.7.3=spotbugs @@ -21,13 +23,13 @@ com.google.guava:guava:28.2-jre=checkstyle com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:3.0.0=testRuntimeClasspath -com.mx.path-core:gateway:3.0.0=testRuntimeClasspath -com.mx.path-core:messaging:3.0.0=testRuntimeClasspath -com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:3.0.0=testRuntimeClasspath +com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:4.0.0=testRuntimeClasspath +com.mx.path-core:gateway:4.0.0=testRuntimeClasspath +com.mx.path-core:messaging:4.0.0=testRuntimeClasspath +com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:4.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.29=checkstyle com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath @@ -39,7 +41,11 @@ commons-io:commons-io:2.6=pmd commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath info.picocli:picocli:4.1.4=checkstyle +io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath +io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath @@ -56,11 +62,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd org.antlr:antlr4-runtime:4.7.2=pmd org.antlr:antlr4-runtime:4.8-1=checkstyle org.apache.bcel:bcel:6.5.0=spotbugs -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.12.0=spotbugs +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.8.1=pmd -org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.10.0=spotbugs +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy:4.0.20=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 @@ -82,17 +90,17 @@ 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.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.0=runtimeClasspath org.junit:junit-bom:5.9.1=spotbugs -org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:3.3=testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt org.ow2.asm:asm-analysis:9.4=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt @@ -105,13 +113,13 @@ org.ow2.asm:asm:9.2=jacocoAnt org.ow2.asm:asm:9.4=spotbugs org.projectlombok:lombok:1.18.24=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=testRuntimeClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath +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=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath org.xmlresolver:xmlresolver:4.4.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath xml-apis:xml-apis:1.4.01=spotbugs diff --git a/encryption-service-vault/gradle.lockfile b/encryption-service-vault/gradle.lockfile index 4611777..28c56df 100644 --- a/encryption-service-vault/gradle.lockfile +++ b/encryption-service-vault/gradle.lockfile @@ -5,10 +5,12 @@ antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.4.0=testRuntimeClasspath com.bettercloud:vault-java-driver:5.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.beust:jcommander:1.48=pmd +com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=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.7.3=compileClasspath,spotbugs,testCompileClasspath com.github.spotbugs:spotbugs:4.7.3=spotbugs @@ -22,13 +24,13 @@ com.google.guava:guava:28.2-jre=checkstyle com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:3.0.0=testRuntimeClasspath -com.mx.path-core:gateway:3.0.0=testRuntimeClasspath -com.mx.path-core:messaging:3.0.0=testRuntimeClasspath -com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:3.0.0=testRuntimeClasspath +com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:4.0.0=testRuntimeClasspath +com.mx.path-core:gateway:4.0.0=testRuntimeClasspath +com.mx.path-core:messaging:4.0.0=testRuntimeClasspath +com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:4.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.29=checkstyle com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath @@ -41,7 +43,11 @@ commons-io:commons-io:2.6=pmd commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath info.picocli:picocli:4.1.4=checkstyle +io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath +io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath @@ -58,11 +64,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd org.antlr:antlr4-runtime:4.7.2=pmd org.antlr:antlr4-runtime:4.8-1=checkstyle org.apache.bcel:bcel:6.5.0=spotbugs -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.12.0=spotbugs +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.8.1=pmd -org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.10.0=spotbugs +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy:4.0.20=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 @@ -83,17 +91,17 @@ 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.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.0=runtimeClasspath org.junit:junit-bom:5.9.1=spotbugs -org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:3.3=testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt org.ow2.asm:asm-analysis:9.4=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt @@ -106,13 +114,13 @@ org.ow2.asm:asm:9.2=jacocoAnt org.ow2.asm:asm:9.4=spotbugs org.projectlombok:lombok:1.18.24=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=testRuntimeClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath +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=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath org.xmlresolver:xmlresolver:4.4.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath xml-apis:xml-apis:1.4.01=spotbugs diff --git a/exception-reporter-honeybadger/gradle.lockfile b/exception-reporter-honeybadger/gradle.lockfile index 0a46eea..4bcbe39 100644 --- a/exception-reporter-honeybadger/gradle.lockfile +++ b/exception-reporter-honeybadger/gradle.lockfile @@ -4,10 +4,12 @@ antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.4.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd +com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.14.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.14.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=compileClasspath,runtimeClasspath,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.7.3=compileClasspath,spotbugs,testCompileClasspath com.github.spotbugs:spotbugs:4.7.3=spotbugs @@ -24,13 +26,13 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=chec com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:3.0.0=testRuntimeClasspath -com.mx.path-core:gateway:3.0.0=testRuntimeClasspath -com.mx.path-core:messaging:3.0.0=testRuntimeClasspath -com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:3.0.0=testRuntimeClasspath +com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:4.0.0=testRuntimeClasspath +com.mx.path-core:gateway:4.0.0=testRuntimeClasspath +com.mx.path-core:messaging:4.0.0=testRuntimeClasspath +com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:4.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.29=checkstyle com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath @@ -43,8 +45,12 @@ commons-io:commons-io:2.6=pmd commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath info.picocli:picocli:4.1.4=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.15=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath @@ -64,11 +70,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd org.antlr:antlr4-runtime:4.7.2=pmd org.antlr:antlr4-runtime:4.8-1=checkstyle org.apache.bcel:bcel:6.5.0=spotbugs -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.12.0=spotbugs +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.8.1=pmd -org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.10.0=spotbugs +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy:4.0.20=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 @@ -90,19 +98,19 @@ 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.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.0=runtimeClasspath org.junit:junit-bom:5.9.1=spotbugs -org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:3.4.6=compileClasspath,runtimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:2.6=compileClasspath,runtimeClasspath -org.objenesis:objenesis:3.3=testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:2.6=compileClasspath +org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt org.ow2.asm:asm-analysis:9.4=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt @@ -118,8 +126,8 @@ org.reflections:reflections:0.10.2=testRuntimeClasspath org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j org.slf4j:slf4j-api:2.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath org.xmlresolver:xmlresolver:4.4.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath xml-apis:xml-apis:1.4.01=spotbugs diff --git a/fault-tolerant-executor-resilience4j/gradle.lockfile b/fault-tolerant-executor-resilience4j/gradle.lockfile index 481c709..a530906 100644 --- a/fault-tolerant-executor-resilience4j/gradle.lockfile +++ b/fault-tolerant-executor-resilience4j/gradle.lockfile @@ -4,10 +4,12 @@ antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.4.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd +com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=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.7.3=compileClasspath,spotbugs,testCompileClasspath com.github.spotbugs:spotbugs:4.7.3=spotbugs @@ -21,13 +23,13 @@ com.google.guava:guava:28.2-jre=checkstyle com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:3.0.0=testRuntimeClasspath -com.mx.path-core:gateway:3.0.0=testRuntimeClasspath -com.mx.path-core:messaging:3.0.0=testRuntimeClasspath -com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:3.0.0=testRuntimeClasspath +com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:4.0.0=testRuntimeClasspath +com.mx.path-core:gateway:4.0.0=testRuntimeClasspath +com.mx.path-core:messaging:4.0.0=testRuntimeClasspath +com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:4.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.29=checkstyle com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath @@ -40,13 +42,17 @@ commons-io:commons-io:2.6=pmd commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath info.picocli:picocli:4.1.4=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 io.github.resilience4j:resilience4j-core:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.github.resilience4j:resilience4j-ratelimiter:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.github.resilience4j:resilience4j-retry:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.github.resilience4j:resilience4j-timelimiter:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath io.vavr:vavr-match:0.10.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.vavr:vavr:0.10.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath @@ -65,11 +71,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd org.antlr:antlr4-runtime:4.7.2=pmd org.antlr:antlr4-runtime:4.8-1=checkstyle org.apache.bcel:bcel:6.5.0=spotbugs -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.12.0=spotbugs +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.8.1=pmd -org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.10.0=spotbugs +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy:4.0.20=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 @@ -90,17 +98,17 @@ 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.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.0=runtimeClasspath org.junit:junit-bom:5.9.1=spotbugs -org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:3.3=testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt org.ow2.asm:asm-analysis:9.4=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt @@ -118,8 +126,8 @@ org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath org.xmlresolver:xmlresolver:4.4.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath xml-apis:xml-apis:1.4.01=spotbugs diff --git a/message-broker-nats/gradle.lockfile b/message-broker-nats/gradle.lockfile index 47fdf52..f91210d 100644 --- a/message-broker-nats/gradle.lockfile +++ b/message-broker-nats/gradle.lockfile @@ -4,10 +4,12 @@ antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.4.0=testCompileClasspath,testRuntimeClasspath com.beust:jcommander:1.48=pmd +com.datadoghq:dd-trace-api:1.38.0=testCompileClasspath,testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=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.7.3=compileClasspath,spotbugs,testCompileClasspath com.github.spotbugs:spotbugs:4.7.3=spotbugs @@ -21,13 +23,13 @@ com.google.guava:guava:28.2-jre=checkstyle com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:gateway:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:messaging:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:3.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:gateway:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:messaging:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:4.0.0=testCompileClasspath,testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.29=checkstyle com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath com.sun.istack:istack-commons-runtime:3.0.12=testCompileClasspath,testRuntimeClasspath @@ -40,8 +42,12 @@ commons-io:commons-io:2.6=pmd commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath info.picocli:picocli:4.1.4=checkstyle +io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath +io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath io.nats:jnats:2.8.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 jakarta.activation:jakarta.activation-api:1.2.2=testCompileClasspath,testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testCompileClasspath,testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testCompileClasspath,testRuntimeClasspath @@ -59,11 +65,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd org.antlr:antlr4-runtime:4.7.2=pmd org.antlr:antlr4-runtime:4.8-1=checkstyle org.apache.bcel:bcel:6.5.0=spotbugs -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.12.0=spotbugs +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.8.1=pmd -org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.10.0=spotbugs +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy:4.0.20=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 @@ -87,17 +95,17 @@ 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.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.0=runtimeClasspath org.junit:junit-bom:5.9.1=spotbugs -org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:3.3=testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt org.ow2.asm:asm-analysis:9.4=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt @@ -114,8 +122,8 @@ org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspat org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath org.xmlresolver:xmlresolver:4.4.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath xml-apis:xml-apis:1.4.01=spotbugs diff --git a/store-redis/gradle.lockfile b/store-redis/gradle.lockfile index bb3c814..51f91f7 100644 --- a/store-redis/gradle.lockfile +++ b/store-redis/gradle.lockfile @@ -4,10 +4,12 @@ antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.4.0=testRuntimeClasspath com.beust:jcommander:1.48=pmd +com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=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.7.3=compileClasspath,spotbugs,testCompileClasspath com.github.spotbugs:spotbugs:4.7.3=spotbugs @@ -21,13 +23,13 @@ com.google.guava:guava:28.2-jre=checkstyle com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:3.0.0=testRuntimeClasspath -com.mx.path-core:gateway:3.0.0=testRuntimeClasspath -com.mx.path-core:messaging:3.0.0=testRuntimeClasspath -com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:3.0.0=testRuntimeClasspath +com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:4.0.0=testRuntimeClasspath +com.mx.path-core:gateway:4.0.0=testRuntimeClasspath +com.mx.path-core:messaging:4.0.0=testRuntimeClasspath +com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:4.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.29=checkstyle com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath @@ -40,15 +42,19 @@ commons-io:commons-io:2.6=pmd commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath info.picocli:picocli:4.1.4=checkstyle +io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath +io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath io.lettuce:lettuce-core:6.2.0.RELEASE=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-buffer:4.1.93.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-codec:4.1.93.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-common:4.1.93.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-handler:4.1.93.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-resolver:4.1.93.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport-native-unix-common:4.1.93.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.netty:netty-transport:4.1.93.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-codec:4.1.112.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-handler:4.1.112.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-resolver:4.1.112.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport-native-unix-common:4.1.112.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +io.netty:netty-transport:4.1.112.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath io.projectreactor:reactor-core:3.4.21=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath @@ -66,11 +72,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd org.antlr:antlr4-runtime:4.7.2=pmd org.antlr:antlr4-runtime:4.8-1=checkstyle org.apache.bcel:bcel:6.5.0=spotbugs -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.12.0=spotbugs +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.8.1=pmd -org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.10.0=spotbugs +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy:4.0.20=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 @@ -91,17 +99,17 @@ 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.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.0=runtimeClasspath org.junit:junit-bom:5.9.1=spotbugs -org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:3.3=testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt org.ow2.asm:asm-analysis:9.4=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt @@ -115,11 +123,12 @@ org.ow2.asm:asm:9.4=spotbugs org.projectlombok:lombok:1.18.24=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.reflections:reflections:0.10.2=testRuntimeClasspath +org.slf4j:slf4j-api:1.7.30=runtimeClasspath org.slf4j:slf4j-api:1.7.32=testRuntimeClasspath org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath org.xmlresolver:xmlresolver:4.4.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath xml-apis:xml-apis:1.4.01=spotbugs diff --git a/store-vault/gradle.lockfile b/store-vault/gradle.lockfile index 4611777..28c56df 100644 --- a/store-vault/gradle.lockfile +++ b/store-vault/gradle.lockfile @@ -5,10 +5,12 @@ antlr:antlr:2.7.7=checkstyle com.auth0:java-jwt:4.4.0=testRuntimeClasspath com.bettercloud:vault-java-driver:5.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.beust:jcommander:1.48=pmd +com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-core:2.14.2=testRuntimeClasspath com.fasterxml.jackson.core:jackson-databind:2.14.2=testRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.14.2=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.7.3=compileClasspath,spotbugs,testCompileClasspath com.github.spotbugs:spotbugs:4.7.3=spotbugs @@ -22,13 +24,13 @@ com.google.guava:guava:28.2-jre=checkstyle com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath 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:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:3.0.0=testRuntimeClasspath -com.mx.path-core:gateway:3.0.0=testRuntimeClasspath -com.mx.path-core:messaging:3.0.0=testRuntimeClasspath -com.mx.path-core:platform:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:3.0.0=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:3.0.0=testRuntimeClasspath +com.mx.path-core:common:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:4.0.0=testRuntimeClasspath +com.mx.path-core:gateway:4.0.0=testRuntimeClasspath +com.mx.path-core:messaging:4.0.0=testRuntimeClasspath +com.mx.path-core:platform:4.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:4.0.0=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:4.0.0=testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.29=checkstyle com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath @@ -41,7 +43,11 @@ commons-io:commons-io:2.6=pmd commons-lang:commons-lang:2.6=testRuntimeClasspath commons-logging:commons-logging:1.2=testRuntimeClasspath info.picocli:picocli:4.1.4=checkstyle +io.github.cdimascio:dotenv-java:2.3.2=testRuntimeClasspath +io.leangen.geantyref:geantyref:1.3.15=testRuntimeClasspath io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath +io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:1.4.2=testRuntimeClasspath @@ -58,11 +64,13 @@ net.sourceforge.saxon:saxon:9.1.0.8=pmd org.antlr:antlr4-runtime:4.7.2=pmd org.antlr:antlr4-runtime:4.8-1=checkstyle org.apache.bcel:bcel:6.5.0=spotbugs -org.apache.commons:commons-lang3:3.12.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.12.0=spotbugs +org.apache.commons:commons-lang3:3.14.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.8.1=pmd -org.apache.commons:commons-text:1.10.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy-bom:4.0.6=testCompileClasspath,testRuntimeClasspath -org.apache.groovy:groovy:4.0.6=testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.10.0=spotbugs +org.apache.commons:commons-text:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy-bom:4.0.20=testCompileClasspath,testRuntimeClasspath +org.apache.groovy:groovy:4.0.20=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 @@ -83,17 +91,17 @@ 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.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.9.3=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.9.3=testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.9.3=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.2=testCompileClasspath,testRuntimeClasspath +org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.9.0=runtimeClasspath org.junit:junit-bom:5.9.1=spotbugs -org.junit:junit-bom:5.9.3=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:4.11.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-inline:4.11.0=testCompileClasspath,testRuntimeClasspath -org.objenesis:objenesis:3.3=testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath +org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm-analysis:9.2=jacocoAnt org.ow2.asm:asm-analysis:9.4=spotbugs org.ow2.asm:asm-commons:9.2=jacocoAnt @@ -106,13 +114,13 @@ org.ow2.asm:asm:9.2=jacocoAnt org.ow2.asm:asm:9.4=spotbugs org.projectlombok:lombok:1.18.24=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath org.reflections:reflections:0.10.2=testRuntimeClasspath -org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath +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=spotbugs,spotbugsSlf4j org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j -org.spockframework:spock-core:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath -org.spockframework:spock-junit4:2.4-M1-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-core:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath +org.spockframework:spock-junit4:2.4-M4-groovy-4.0=testCompileClasspath,testRuntimeClasspath org.xmlresolver:xmlresolver:4.4.3=spotbugs org.yaml:snakeyaml:1.33=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath xml-apis:xml-apis:1.4.01=spotbugs