Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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.+"
Expand All @@ -19,7 +19,7 @@ subprojects {
version rootProject.version

ext {
pathCoreVersion = "[6.0,7.0)"
pathCoreVersion = "[7.0,8.0)"
}

if (it.name != platformProject) {
Expand All @@ -32,7 +32,7 @@ subprojects {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
withSourcesJar()
withJavadocJar()
Expand Down Expand Up @@ -161,6 +161,6 @@ tasks.named("dependencies") {
}

wrapper {
gradleVersion = "7.6.4"
gradleVersion = "8.14.3"
distributionType = Wrapper.DistributionType.ALL
}
36 changes: 17 additions & 19 deletions encryption-service-jasypt/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -99,29 +99,27 @@ 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
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
Expand Down
36 changes: 17 additions & 19 deletions encryption-service-vault/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
36 changes: 17 additions & 19 deletions exception-reporter-honeybadger/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -110,30 +110,28 @@ 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: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
Expand Down
36 changes: 17 additions & 19 deletions fault-tolerant-executor-resilience4j/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jdk:
- openjdk17
- openjdk21
Loading
Loading