diff --git a/build.gradle b/build.gradle index eb6aa60..304b430 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id "com.github.mxenabled.coppuccino" version "6.+" apply false - id "com.github.mxenabled.vogue" version "3.+" apply false + id "com.github.mxenabled.coppuccino" version "7.+" apply false + id "com.github.mxenabled.vogue" version "4.+" apply false id "idea" id "io.freefair.lombok" version "8.+" apply false id "io.github.gradle-nexus.publish-plugin" version "1.1.+" @@ -19,7 +19,7 @@ subprojects { version rootProject.version ext { - pathCoreVersion = "[6.0,7.0)" + pathCoreVersion = "[7.0,8.0)" } if (it.name != platformProject) { @@ -32,7 +32,7 @@ subprojects { java { toolchain { - languageVersion = JavaLanguageVersion.of(17) + languageVersion = JavaLanguageVersion.of(21) } withSourcesJar() withJavadocJar() @@ -161,6 +161,6 @@ tasks.named("dependencies") { } wrapper { - gradleVersion = "7.6.4" + gradleVersion = "8.14.3" distributionType = Wrapper.DistributionType.ALL } diff --git a/encryption-service-jasypt/gradle.lockfile b/encryption-service-jasypt/gradle.lockfile index 2051e2a..3c1bcd4 100644 --- a/encryption-service-jasypt/gradle.lockfile +++ b/encryption-service-jasypt/gradle.lockfile @@ -25,13 +25,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:6.0.4=testRuntimeClasspath -com.mx.path-core:gateway:6.0.4=testRuntimeClasspath -com.mx.path-core:messaging:6.0.4=testRuntimeClasspath -com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:6.0.4=testRuntimeClasspath +com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:7.0.1=testRuntimeClasspath +com.mx.path-core:gateway:7.0.1=testRuntimeClasspath +com.mx.path-core:messaging:7.0.1=testRuntimeClasspath +com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:7.0.1=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath @@ -52,8 +52,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath net.sf.saxon:Saxon-HE:12.5=checkstyle net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs @@ -99,10 +99,10 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt -org.jacoco:org.jacoco.core:0.8.8=jacocoAnt -org.jacoco:org.jacoco.report:0.8.8=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt +org.jacoco:org.jacoco.core:0.8.13=jacocoAnt +org.jacoco:org.jacoco.report:0.8.13=jacocoAnt org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath org.jspecify:jspecify:1.0.0=checkstyle @@ -110,18 +110,16 @@ org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClass org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.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.9=spotbugs -org.ow2.asm:asm-commons:9.2=jacocoAnt +org.ow2.asm:asm-commons:9.8=jacocoAnt org.ow2.asm:asm-commons:9.9=spotbugs -org.ow2.asm:asm-tree:9.2=jacocoAnt +org.ow2.asm:asm-tree:9.8=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs -org.ow2.asm:asm:9.2=jacocoAnt +org.ow2.asm:asm:9.8=jacocoAnt org.ow2.asm:asm:9.9=spotbugs org.ow2.asm:asm:9.9.1=pmd org.pcollections:pcollections:4.0.2=pmd diff --git a/encryption-service-vault/gradle.lockfile b/encryption-service-vault/gradle.lockfile index e9ab0a2..219e3a6 100644 --- a/encryption-service-vault/gradle.lockfile +++ b/encryption-service-vault/gradle.lockfile @@ -26,13 +26,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:6.0.4=testRuntimeClasspath -com.mx.path-core:gateway:6.0.4=testRuntimeClasspath -com.mx.path-core:messaging:6.0.4=testRuntimeClasspath -com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:6.0.4=testRuntimeClasspath +com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:7.0.1=testRuntimeClasspath +com.mx.path-core:gateway:7.0.1=testRuntimeClasspath +com.mx.path-core:messaging:7.0.1=testRuntimeClasspath +com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:7.0.1=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath @@ -53,8 +53,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath net.sf.saxon:Saxon-HE:12.5=checkstyle net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs @@ -100,28 +100,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt -org.jacoco:org.jacoco.core:0.8.8=jacocoAnt -org.jacoco:org.jacoco.report:0.8.8=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt +org.jacoco:org.jacoco.core:0.8.13=jacocoAnt +org.jacoco:org.jacoco.report:0.8.13=jacocoAnt 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=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.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.9=spotbugs -org.ow2.asm:asm-commons:9.2=jacocoAnt +org.ow2.asm:asm-commons:9.8=jacocoAnt org.ow2.asm:asm-commons:9.9=spotbugs -org.ow2.asm:asm-tree:9.2=jacocoAnt +org.ow2.asm:asm-tree:9.8=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs -org.ow2.asm:asm:9.2=jacocoAnt +org.ow2.asm:asm:9.8=jacocoAnt org.ow2.asm:asm:9.9=spotbugs org.ow2.asm:asm:9.9.1=pmd org.pcollections:pcollections:4.0.2=pmd diff --git a/exception-reporter-honeybadger/gradle.lockfile b/exception-reporter-honeybadger/gradle.lockfile index c64557b..e2fbf07 100644 --- a/exception-reporter-honeybadger/gradle.lockfile +++ b/exception-reporter-honeybadger/gradle.lockfile @@ -31,13 +31,13 @@ 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:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:6.0.4=testRuntimeClasspath -com.mx.path-core:gateway:6.0.4=testRuntimeClasspath -com.mx.path-core:messaging:6.0.4=testRuntimeClasspath -com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:6.0.4=testRuntimeClasspath +com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:7.0.1=testRuntimeClasspath +com.mx.path-core:gateway:7.0.1=testRuntimeClasspath +com.mx.path-core:messaging:7.0.1=testRuntimeClasspath +com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:7.0.1=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath @@ -60,9 +60,9 @@ jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs net.bytebuddy:byte-buddy-agent:1.10.13=compileClasspath,runtimeClasspath -net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.10.13=compileClasspath,runtimeClasspath -net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath net.logstash.logback:logstash-logback-encoder:6.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath net.sf.saxon:Saxon-HE:12.5=checkstyle @@ -110,10 +110,10 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt -org.jacoco:org.jacoco.core:0.8.8=jacocoAnt -org.jacoco:org.jacoco.report:0.8.8=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt +org.jacoco:org.jacoco.core:0.8.13=jacocoAnt +org.jacoco:org.jacoco.report:0.8.13=jacocoAnt 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=testCompileClasspath,testRuntimeClasspath @@ -121,19 +121,17 @@ org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntim org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:3.4.6=compileClasspath,runtimeClasspath -org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.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.9=spotbugs -org.ow2.asm:asm-commons:9.2=jacocoAnt +org.ow2.asm:asm-commons:9.8=jacocoAnt org.ow2.asm:asm-commons:9.9=spotbugs -org.ow2.asm:asm-tree:9.2=jacocoAnt +org.ow2.asm:asm-tree:9.8=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs -org.ow2.asm:asm:9.2=jacocoAnt +org.ow2.asm:asm:9.8=jacocoAnt org.ow2.asm:asm:9.9=spotbugs org.ow2.asm:asm:9.9.1=pmd org.pcollections:pcollections:4.0.2=pmd diff --git a/fault-tolerant-executor-resilience4j/gradle.lockfile b/fault-tolerant-executor-resilience4j/gradle.lockfile index 4ab9213..1860220 100644 --- a/fault-tolerant-executor-resilience4j/gradle.lockfile +++ b/fault-tolerant-executor-resilience4j/gradle.lockfile @@ -25,13 +25,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:6.0.4=testRuntimeClasspath -com.mx.path-core:gateway:6.0.4=testRuntimeClasspath -com.mx.path-core:messaging:6.0.4=testRuntimeClasspath -com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:6.0.4=testRuntimeClasspath +com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:7.0.1=testRuntimeClasspath +com.mx.path-core:gateway:7.0.1=testRuntimeClasspath +com.mx.path-core:messaging:7.0.1=testRuntimeClasspath +com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:7.0.1=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath @@ -60,8 +60,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath net.sf.saxon:Saxon-HE:12.5=checkstyle net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs @@ -107,28 +107,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt -org.jacoco:org.jacoco.core:0.8.8=jacocoAnt -org.jacoco:org.jacoco.report:0.8.8=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt +org.jacoco:org.jacoco.core:0.8.13=jacocoAnt +org.jacoco:org.jacoco.report:0.8.13=jacocoAnt 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=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.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.9=spotbugs -org.ow2.asm:asm-commons:9.2=jacocoAnt +org.ow2.asm:asm-commons:9.8=jacocoAnt org.ow2.asm:asm-commons:9.9=spotbugs -org.ow2.asm:asm-tree:9.2=jacocoAnt +org.ow2.asm:asm-tree:9.8=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs -org.ow2.asm:asm:9.2=jacocoAnt +org.ow2.asm:asm:9.8=jacocoAnt org.ow2.asm:asm:9.9=spotbugs org.ow2.asm:asm:9.9.1=pmd org.pcollections:pcollections:4.0.2=pmd diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5c00f61..37a6725 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/jitpack.yml b/jitpack.yml index efde7bf..727c9ab 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,2 +1,2 @@ jdk: - - openjdk17 + - openjdk21 diff --git a/message-broker-nats/gradle.lockfile b/message-broker-nats/gradle.lockfile index 5a333e3..80a452e 100644 --- a/message-broker-nats/gradle.lockfile +++ b/message-broker-nats/gradle.lockfile @@ -25,13 +25,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:gateway:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:messaging:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:6.0.4=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:gateway:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:messaging:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:7.0.1=testCompileClasspath,testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle com.sun.istack:istack-commons-runtime:4.1.2=testCompileClasspath,testRuntimeClasspath com.sun.xml.bind:jaxb-core:4.0.6=testCompileClasspath,testRuntimeClasspath @@ -53,8 +53,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testCompileClasspath,testRuntime jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testCompileClasspath,testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testCompileClasspath,testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath net.sf.saxon:Saxon-HE:12.5=checkstyle net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs @@ -104,28 +104,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testCompileClasspath,testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.6=testCompileClasspath,testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.6=testCompileClasspath,testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt -org.jacoco:org.jacoco.core:0.8.8=jacocoAnt -org.jacoco:org.jacoco.report:0.8.8=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt +org.jacoco:org.jacoco.core:0.8.13=jacocoAnt +org.jacoco:org.jacoco.report:0.8.13=jacocoAnt 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=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.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.9=spotbugs -org.ow2.asm:asm-commons:9.2=jacocoAnt +org.ow2.asm:asm-commons:9.8=jacocoAnt org.ow2.asm:asm-commons:9.9=spotbugs -org.ow2.asm:asm-tree:9.2=jacocoAnt +org.ow2.asm:asm-tree:9.8=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs -org.ow2.asm:asm:9.2=jacocoAnt +org.ow2.asm:asm:9.8=jacocoAnt org.ow2.asm:asm:9.9=spotbugs org.ow2.asm:asm:9.9.1=pmd org.pcollections:pcollections:4.0.2=pmd diff --git a/store-redis/gradle.lockfile b/store-redis/gradle.lockfile index 7f9010e..a734ac2 100644 --- a/store-redis/gradle.lockfile +++ b/store-redis/gradle.lockfile @@ -25,13 +25,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:6.0.4=testRuntimeClasspath -com.mx.path-core:gateway:6.0.4=testRuntimeClasspath -com.mx.path-core:messaging:6.0.4=testRuntimeClasspath -com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:6.0.4=testRuntimeClasspath +com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:7.0.1=testRuntimeClasspath +com.mx.path-core:gateway:7.0.1=testRuntimeClasspath +com.mx.path-core:messaging:7.0.1=testRuntimeClasspath +com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:7.0.1=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath @@ -63,8 +63,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath net.sf.saxon:Saxon-HE:12.5=checkstyle net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs @@ -110,28 +110,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt -org.jacoco:org.jacoco.core:0.8.8=jacocoAnt -org.jacoco:org.jacoco.report:0.8.8=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt +org.jacoco:org.jacoco.core:0.8.13=jacocoAnt +org.jacoco:org.jacoco.report:0.8.13=jacocoAnt 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=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.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.9=spotbugs -org.ow2.asm:asm-commons:9.2=jacocoAnt +org.ow2.asm:asm-commons:9.8=jacocoAnt org.ow2.asm:asm-commons:9.9=spotbugs -org.ow2.asm:asm-tree:9.2=jacocoAnt +org.ow2.asm:asm-tree:9.8=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs -org.ow2.asm:asm:9.2=jacocoAnt +org.ow2.asm:asm:9.8=jacocoAnt org.ow2.asm:asm:9.9=spotbugs org.ow2.asm:asm:9.9.1=pmd org.pcollections:pcollections:4.0.2=pmd diff --git a/store-vault/gradle.lockfile b/store-vault/gradle.lockfile index e9ab0a2..219e3a6 100644 --- a/store-vault/gradle.lockfile +++ b/store-vault/gradle.lockfile @@ -26,13 +26,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:3.0.0=checkstyle -com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:context:6.0.4=testRuntimeClasspath -com.mx.path-core:gateway:6.0.4=testRuntimeClasspath -com.mx.path-core:messaging:6.0.4=testRuntimeClasspath -com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath -com.mx.path-core:utilities:6.0.4=testRuntimeClasspath +com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:context:7.0.1=testRuntimeClasspath +com.mx.path-core:gateway:7.0.1=testRuntimeClasspath +com.mx.path-core:messaging:7.0.1=testRuntimeClasspath +com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath +com.mx.path-core:utilities:7.0.1=testRuntimeClasspath com.puppycrawl.tools:checkstyle:10.25.0=checkstyle com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath @@ -53,8 +53,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath jaxen:jaxen:2.0.0=spotbugs -net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath -net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath +net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath +net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath net.sf.saxon:Saxon-HE:12.5=checkstyle net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs @@ -100,28 +100,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath -org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt -org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt -org.jacoco:org.jacoco.core:0.8.8=jacocoAnt -org.jacoco:org.jacoco.report:0.8.8=jacocoAnt +org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt +org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt +org.jacoco:org.jacoco.core:0.8.13=jacocoAnt +org.jacoco:org.jacoco.report:0.8.13=jacocoAnt 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=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath -org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath +org.mockito:mockito-core:5.23.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.9=spotbugs -org.ow2.asm:asm-commons:9.2=jacocoAnt +org.ow2.asm:asm-commons:9.8=jacocoAnt org.ow2.asm:asm-commons:9.9=spotbugs -org.ow2.asm:asm-tree:9.2=jacocoAnt +org.ow2.asm:asm-tree:9.8=jacocoAnt org.ow2.asm:asm-tree:9.9=spotbugs org.ow2.asm:asm-util:9.9=spotbugs -org.ow2.asm:asm:9.2=jacocoAnt +org.ow2.asm:asm:9.8=jacocoAnt org.ow2.asm:asm:9.9=spotbugs org.ow2.asm:asm:9.9.1=pmd org.pcollections:pcollections:4.0.2=pmd