Skip to content

Commit a2805f9

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

9 files changed

Lines changed: 53 additions & 60 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.github.mxenabled.coppuccino" version "6.+" apply false
2+
id "com.github.mxenabled.coppuccino" version "7.+" apply false
33
id "com.github.mxenabled.vogue" version "3.+" apply false
44
id "idea"
55
id "io.freefair.lombok" version "8.+" apply false
@@ -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: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ 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
@@ -114,14 +114,13 @@ org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
114114
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
115115
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
116116
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
117-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
118117
org.ow2.asm:asm-analysis:9.9=spotbugs
119-
org.ow2.asm:asm-commons:9.2=jacocoAnt
118+
org.ow2.asm:asm-commons:9.8=jacocoAnt
120119
org.ow2.asm:asm-commons:9.9=spotbugs
121-
org.ow2.asm:asm-tree:9.2=jacocoAnt
120+
org.ow2.asm:asm-tree:9.8=jacocoAnt
122121
org.ow2.asm:asm-tree:9.9=spotbugs
123122
org.ow2.asm:asm-util:9.9=spotbugs
124-
org.ow2.asm:asm:9.2=jacocoAnt
123+
org.ow2.asm:asm:9.8=jacocoAnt
125124
org.ow2.asm:asm:9.9=spotbugs
126125
org.ow2.asm:asm:9.9.1=pmd
127126
org.pcollections:pcollections:4.0.2=pmd

encryption-service-vault/gradle.lockfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ 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
@@ -114,14 +114,13 @@ org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
114114
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
115115
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
116116
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
117-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
118117
org.ow2.asm:asm-analysis:9.9=spotbugs
119-
org.ow2.asm:asm-commons:9.2=jacocoAnt
118+
org.ow2.asm:asm-commons:9.8=jacocoAnt
120119
org.ow2.asm:asm-commons:9.9=spotbugs
121-
org.ow2.asm:asm-tree:9.2=jacocoAnt
120+
org.ow2.asm:asm-tree:9.8=jacocoAnt
122121
org.ow2.asm:asm-tree:9.9=spotbugs
123122
org.ow2.asm:asm-util:9.9=spotbugs
124-
org.ow2.asm:asm:9.2=jacocoAnt
123+
org.ow2.asm:asm:9.8=jacocoAnt
125124
org.ow2.asm:asm:9.9=spotbugs
126125
org.ow2.asm:asm:9.9.1=pmd
127126
org.pcollections:pcollections:4.0.2=pmd

exception-reporter-honeybadger/gradle.lockfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ 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
@@ -126,14 +126,13 @@ org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
126126
org.objenesis:objenesis:2.6=compileClasspath
127127
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
128128
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
129-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
130129
org.ow2.asm:asm-analysis:9.9=spotbugs
131-
org.ow2.asm:asm-commons:9.2=jacocoAnt
130+
org.ow2.asm:asm-commons:9.8=jacocoAnt
132131
org.ow2.asm:asm-commons:9.9=spotbugs
133-
org.ow2.asm:asm-tree:9.2=jacocoAnt
132+
org.ow2.asm:asm-tree:9.8=jacocoAnt
134133
org.ow2.asm:asm-tree:9.9=spotbugs
135134
org.ow2.asm:asm-util:9.9=spotbugs
136-
org.ow2.asm:asm:9.2=jacocoAnt
135+
org.ow2.asm:asm:9.8=jacocoAnt
137136
org.ow2.asm:asm:9.9=spotbugs
138137
org.ow2.asm:asm:9.9.1=pmd
139138
org.pcollections:pcollections:4.0.2=pmd

fault-tolerant-executor-resilience4j/gradle.lockfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ 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
@@ -121,14 +121,13 @@ org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
121121
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
122122
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
123123
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
124-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
125124
org.ow2.asm:asm-analysis:9.9=spotbugs
126-
org.ow2.asm:asm-commons:9.2=jacocoAnt
125+
org.ow2.asm:asm-commons:9.8=jacocoAnt
127126
org.ow2.asm:asm-commons:9.9=spotbugs
128-
org.ow2.asm:asm-tree:9.2=jacocoAnt
127+
org.ow2.asm:asm-tree:9.8=jacocoAnt
129128
org.ow2.asm:asm-tree:9.9=spotbugs
130129
org.ow2.asm:asm-util:9.9=spotbugs
131-
org.ow2.asm:asm:9.2=jacocoAnt
130+
org.ow2.asm:asm:9.8=jacocoAnt
132131
org.ow2.asm:asm:9.9=spotbugs
133132
org.ow2.asm:asm:9.9.1=pmd
134133
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

message-broker-nats/gradle.lockfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ org.glassfish.jaxb:jaxb-core:4.0.6=testCompileClasspath,testRuntimeClasspath
104104
org.glassfish.jaxb:jaxb-runtime:4.0.6=testCompileClasspath,testRuntimeClasspath
105105
org.glassfish.jaxb:txw2:4.0.6=testCompileClasspath,testRuntimeClasspath
106106
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
107-
org.jacoco:org.jacoco.agent:0.8.8=jacocoAgent,jacocoAnt
108-
org.jacoco:org.jacoco.ant:0.8.8=jacocoAnt
109-
org.jacoco:org.jacoco.core:0.8.8=jacocoAnt
110-
org.jacoco:org.jacoco.report:0.8.8=jacocoAnt
107+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
108+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
109+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
110+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
111111
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
112112
org.jspecify:jspecify:1.0.0=checkstyle,runtimeClasspath,testRuntimeClasspath
113113
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
@@ -118,14 +118,13 @@ org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
118118
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
119119
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
120120
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
121-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
122121
org.ow2.asm:asm-analysis:9.9=spotbugs
123-
org.ow2.asm:asm-commons:9.2=jacocoAnt
122+
org.ow2.asm:asm-commons:9.8=jacocoAnt
124123
org.ow2.asm:asm-commons:9.9=spotbugs
125-
org.ow2.asm:asm-tree:9.2=jacocoAnt
124+
org.ow2.asm:asm-tree:9.8=jacocoAnt
126125
org.ow2.asm:asm-tree:9.9=spotbugs
127126
org.ow2.asm:asm-util:9.9=spotbugs
128-
org.ow2.asm:asm:9.2=jacocoAnt
127+
org.ow2.asm:asm:9.8=jacocoAnt
129128
org.ow2.asm:asm:9.9=spotbugs
130129
org.ow2.asm:asm:9.9.1=pmd
131130
org.pcollections:pcollections:4.0.2=pmd

store-redis/gradle.lockfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ 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
@@ -124,14 +124,13 @@ org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
124124
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
125125
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
126126
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
127-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
128127
org.ow2.asm:asm-analysis:9.9=spotbugs
129-
org.ow2.asm:asm-commons:9.2=jacocoAnt
128+
org.ow2.asm:asm-commons:9.8=jacocoAnt
130129
org.ow2.asm:asm-commons:9.9=spotbugs
131-
org.ow2.asm:asm-tree:9.2=jacocoAnt
130+
org.ow2.asm:asm-tree:9.8=jacocoAnt
132131
org.ow2.asm:asm-tree:9.9=spotbugs
133132
org.ow2.asm:asm-util:9.9=spotbugs
134-
org.ow2.asm:asm:9.2=jacocoAnt
133+
org.ow2.asm:asm:9.8=jacocoAnt
135134
org.ow2.asm:asm:9.9=spotbugs
136135
org.ow2.asm:asm:9.9.1=pmd
137136
org.pcollections:pcollections:4.0.2=pmd

store-vault/gradle.lockfile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ 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
@@ -114,14 +114,13 @@ org.mockito:mockito-core:5.2.0=testCompileClasspath,testRuntimeClasspath
114114
org.mockito:mockito-inline:5.2.0=testCompileClasspath,testRuntimeClasspath
115115
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
116116
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
117-
org.ow2.asm:asm-analysis:9.2=jacocoAnt
118117
org.ow2.asm:asm-analysis:9.9=spotbugs
119-
org.ow2.asm:asm-commons:9.2=jacocoAnt
118+
org.ow2.asm:asm-commons:9.8=jacocoAnt
120119
org.ow2.asm:asm-commons:9.9=spotbugs
121-
org.ow2.asm:asm-tree:9.2=jacocoAnt
120+
org.ow2.asm:asm-tree:9.8=jacocoAnt
122121
org.ow2.asm:asm-tree:9.9=spotbugs
123122
org.ow2.asm:asm-util:9.9=spotbugs
124-
org.ow2.asm:asm:9.2=jacocoAnt
123+
org.ow2.asm:asm:9.8=jacocoAnt
125124
org.ow2.asm:asm:9.9=spotbugs
126125
org.ow2.asm:asm:9.9.1=pmd
127126
org.pcollections:pcollections:4.0.2=pmd

0 commit comments

Comments
 (0)