Skip to content

Commit 176766d

Browse files
feat!: bump to gradle 8 and java 21
1 parent ce5d626 commit 176766d

10 files changed

Lines changed: 126 additions & 140 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id "com.github.mxenabled.coppuccino" version "6.+" apply false
3-
id "com.github.mxenabled.vogue" version "3.+" apply false
2+
id "com.github.mxenabled.coppuccino" version "7.+" apply false
3+
id "com.github.mxenabled.vogue" version "4.+" apply false
44
id "idea"
55
id "io.freefair.lombok" version "8.+" apply false
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
@@ -19,7 +19,7 @@ subprojects {
1919
version rootProject.version
2020

2121
ext {
22-
pathCoreVersion = "[6.0,7.0)"
22+
pathCoreVersion = "[7.0,8.0)"
2323
}
2424

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

3333
java {
3434
toolchain {
35-
languageVersion = JavaLanguageVersion.of(17)
35+
languageVersion = JavaLanguageVersion.of(21)
3636
}
3737
withSourcesJar()
3838
withJavadocJar()
@@ -161,6 +161,6 @@ tasks.named("dependencies") {
161161
}
162162

163163
wrapper {
164-
gradleVersion = "7.6.4"
164+
gradleVersion = "8.14.3"
165165
distributionType = Wrapper.DistributionType.ALL
166166
}

encryption-service-jasypt/gradle.lockfile

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle
2525
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2626
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2727
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
28-
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29-
com.mx.path-core:context:6.0.4=testRuntimeClasspath
30-
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
31-
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
32-
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
28+
com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
com.mx.path-core:context:7.0.1=testRuntimeClasspath
30+
com.mx.path-core:gateway:7.0.1=testRuntimeClasspath
31+
com.mx.path-core:messaging:7.0.1=testRuntimeClasspath
32+
com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:utilities:7.0.1=testRuntimeClasspath
3535
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3636
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
3737
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath
@@ -52,8 +52,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
5252
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
5353
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
5454
jaxen:jaxen:2.0.0=spotbugs
55-
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
56-
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath
55+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
56+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
5757
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
5858
net.sf.saxon:Saxon-HE:12.5=checkstyle
5959
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
@@ -99,29 +99,27 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
9999
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
100100
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
101101
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
102-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
103-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
104-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
105-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
102+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
103+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
104+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
105+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
106106
org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107107
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
108108
org.jspecify:jspecify:1.0.0=checkstyle
109109
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
110110
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
111111
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
112112
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
113-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
114-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
113+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
115114
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
116115
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
117-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
118116
org.ow2.asm:asm-analysis:9.9=spotbugs
119-
org.ow2.asm:asm-commons:9.2=jacocoAnt
117+
org.ow2.asm:asm-commons:9.8=jacocoAnt
120118
org.ow2.asm:asm-commons:9.9=spotbugs
121-
org.ow2.asm:asm-tree:9.2=jacocoAnt
119+
org.ow2.asm:asm-tree:9.8=jacocoAnt
122120
org.ow2.asm:asm-tree:9.9=spotbugs
123121
org.ow2.asm:asm-util:9.9=spotbugs
124-
org.ow2.asm:asm:9.2=jacocoAnt
122+
org.ow2.asm:asm:9.8=jacocoAnt
125123
org.ow2.asm:asm:9.9=spotbugs
126124
org.ow2.asm:asm:9.9.1=pmd
127125
org.pcollections:pcollections:4.0.2=pmd

encryption-service-vault/gradle.lockfile

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle
2626
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2727
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2828
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
29-
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30-
com.mx.path-core:context:6.0.4=testRuntimeClasspath
31-
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
32-
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
33-
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
35-
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
29+
com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.mx.path-core:context:7.0.1=testRuntimeClasspath
31+
com.mx.path-core:gateway:7.0.1=testRuntimeClasspath
32+
com.mx.path-core:messaging:7.0.1=testRuntimeClasspath
33+
com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:utilities:7.0.1=testRuntimeClasspath
3636
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3737
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
3838
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath
@@ -53,8 +53,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
5353
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
5454
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
5555
jaxen:jaxen:2.0.0=spotbugs
56-
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
57-
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath
56+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
57+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
5858
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
5959
net.sf.saxon:Saxon-HE:12.5=checkstyle
6060
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
@@ -100,28 +100,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
100100
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
101101
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
102102
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
103-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
104-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
105-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
106-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
103+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
104+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
105+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
106+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
107107
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
108108
org.jspecify:jspecify:1.0.0=checkstyle
109109
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
110110
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
111111
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
112112
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
113-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
114-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
113+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
115114
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
116115
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
117-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
118116
org.ow2.asm:asm-analysis:9.9=spotbugs
119-
org.ow2.asm:asm-commons:9.2=jacocoAnt
117+
org.ow2.asm:asm-commons:9.8=jacocoAnt
120118
org.ow2.asm:asm-commons:9.9=spotbugs
121-
org.ow2.asm:asm-tree:9.2=jacocoAnt
119+
org.ow2.asm:asm-tree:9.8=jacocoAnt
122120
org.ow2.asm:asm-tree:9.9=spotbugs
123121
org.ow2.asm:asm-util:9.9=spotbugs
124-
org.ow2.asm:asm:9.2=jacocoAnt
122+
org.ow2.asm:asm:9.8=jacocoAnt
125123
org.ow2.asm:asm:9.9=spotbugs
126124
org.ow2.asm:asm:9.9.1=pmd
127125
org.pcollections:pcollections:4.0.2=pmd

exception-reporter-honeybadger/gradle.lockfile

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
3131
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
3232
com.jcabi:jcabi-log:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3333
com.jcabi:jcabi-manifests:1.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35-
com.mx.path-core:context:6.0.4=testRuntimeClasspath
36-
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
37-
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
38-
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39-
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
40-
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
34+
com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:context:7.0.1=testRuntimeClasspath
36+
com.mx.path-core:gateway:7.0.1=testRuntimeClasspath
37+
com.mx.path-core:messaging:7.0.1=testRuntimeClasspath
38+
com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39+
com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath
40+
com.mx.path-core:utilities:7.0.1=testRuntimeClasspath
4141
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
4242
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
4343
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
6060
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
6161
jaxen:jaxen:2.0.0=spotbugs
6262
net.bytebuddy:byte-buddy-agent:1.10.13=compileClasspath,runtimeClasspath
63-
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
63+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
6464
net.bytebuddy:byte-buddy:1.10.13=compileClasspath,runtimeClasspath
65-
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath
65+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
6666
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
6767
net.logstash.logback:logstash-logback-encoder:6.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6868
net.sf.saxon:Saxon-HE:12.5=checkstyle
@@ -110,30 +110,28 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
110110
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
111111
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
112112
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
113-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
114-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
115-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
116-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
113+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
114+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
115+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
116+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
117117
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
118118
org.jspecify:jspecify:1.0.0=checkstyle
119119
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
120120
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
121121
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
122122
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
123123
org.mockito:mockito-core:3.4.6=compileClasspath,runtimeClasspath
124-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
125-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
124+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
126125
org.objenesis:objenesis:2.6=compileClasspath
127126
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
128127
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
129-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
130128
org.ow2.asm:asm-analysis:9.9=spotbugs
131-
org.ow2.asm:asm-commons:9.2=jacocoAnt
129+
org.ow2.asm:asm-commons:9.8=jacocoAnt
132130
org.ow2.asm:asm-commons:9.9=spotbugs
133-
org.ow2.asm:asm-tree:9.2=jacocoAnt
131+
org.ow2.asm:asm-tree:9.8=jacocoAnt
134132
org.ow2.asm:asm-tree:9.9=spotbugs
135133
org.ow2.asm:asm-util:9.9=spotbugs
136-
org.ow2.asm:asm:9.2=jacocoAnt
134+
org.ow2.asm:asm:9.8=jacocoAnt
137135
org.ow2.asm:asm:9.9=spotbugs
138136
org.ow2.asm:asm:9.9.1=pmd
139137
org.pcollections:pcollections:4.0.2=pmd

fault-tolerant-executor-resilience4j/gradle.lockfile

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ com.google.guava:guava:33.4.8-jre=checkstyle
2525
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2626
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
2727
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
28-
com.mx.path-core:common:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29-
com.mx.path-core:context:6.0.4=testRuntimeClasspath
30-
com.mx.path-core:gateway:6.0.4=testRuntimeClasspath
31-
com.mx.path-core:messaging:6.0.4=testRuntimeClasspath
32-
com.mx.path-core:platform:6.0.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
com.mx.path-core:testing:6.0.4=testCompileClasspath,testRuntimeClasspath
34-
com.mx.path-core:utilities:6.0.4=testRuntimeClasspath
28+
com.mx.path-core:common:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
com.mx.path-core:context:7.0.1=testRuntimeClasspath
30+
com.mx.path-core:gateway:7.0.1=testRuntimeClasspath
31+
com.mx.path-core:messaging:7.0.1=testRuntimeClasspath
32+
com.mx.path-core:platform:7.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.mx.path-core:testing:7.0.1=testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:utilities:7.0.1=testRuntimeClasspath
3535
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
3636
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
3737
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath
@@ -60,8 +60,8 @@ jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
6060
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
6161
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
6262
jaxen:jaxen:2.0.0=spotbugs
63-
net.bytebuddy:byte-buddy-agent:1.14.1=testCompileClasspath,testRuntimeClasspath
64-
net.bytebuddy:byte-buddy:1.14.1=testCompileClasspath
63+
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
64+
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
6565
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
6666
net.sf.saxon:Saxon-HE:12.5=checkstyle
6767
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
@@ -107,28 +107,26 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
107107
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
108108
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
109109
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
110-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
111-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
112-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
113-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
110+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
111+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
112+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
113+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
114114
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
115115
org.jspecify:jspecify:1.0.0=checkstyle
116116
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
117117
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
118118
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
119119
org.junit:junit-bom:5.14.0=annotationProcessor,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
120-
org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
121-
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
120+
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
122121
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
123122
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
124-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
125123
org.ow2.asm:asm-analysis:9.9=spotbugs
126-
org.ow2.asm:asm-commons:9.2=jacocoAnt
124+
org.ow2.asm:asm-commons:9.8=jacocoAnt
127125
org.ow2.asm:asm-commons:9.9=spotbugs
128-
org.ow2.asm:asm-tree:9.2=jacocoAnt
126+
org.ow2.asm:asm-tree:9.8=jacocoAnt
129127
org.ow2.asm:asm-tree:9.9=spotbugs
130128
org.ow2.asm:asm-util:9.9=spotbugs
131-
org.ow2.asm:asm:9.2=jacocoAnt
129+
org.ow2.asm:asm:9.8=jacocoAnt
132130
org.ow2.asm:asm:9.9=spotbugs
133131
org.ow2.asm:asm:9.9.1=pmd
134132
org.pcollections:pcollections:4.0.2=pmd
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
jdk:
2-
- openjdk17
2+
- openjdk21

0 commit comments

Comments
 (0)