Skip to content

Commit bee7138

Browse files
feat!: bump to Gradle 9.5.1 and Spring Boot 4.1.0
1 parent 8131fee commit bee7138

15 files changed

Lines changed: 438 additions & 463 deletions

File tree

build.gradle

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
2-
id "com.github.mxenabled.coppuccino" version "7.+" apply false
3-
id "com.github.mxenabled.vogue" version "4.+" apply false
2+
id "com.github.mxenabled.coppuccino" version "8.+" apply false
3+
id "com.github.mxenabled.vogue" version "5.+" apply false
44
id "idea"
5-
id "io.freefair.lombok" version "8.+" apply false
6-
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
5+
id "io.freefair.lombok" version "9.+" apply false
6+
id "io.github.gradle-nexus.publish-plugin" version "2.+"
77
id "com.netflix.nebula.maven-resolved-dependencies" version "21.2.0" apply false
88
}
99

@@ -19,7 +19,7 @@ subprojects {
1919
version rootProject.version
2020

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

2525
if (it.name != platformProject) {
@@ -40,9 +40,6 @@ subprojects {
4040

4141
coppuccino {
4242
rootDir = "${projectDir}/"
43-
dependencies {
44-
excludePreReleaseVersions = true
45-
}
4643
}
4744

4845
vogue {
@@ -59,6 +56,7 @@ subprojects {
5956
implementation "com.mx.path-core:common"
6057

6158
testImplementation "com.mx.path-core:testing"
59+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
6260
}
6361

6462
compileJava { options.compilerArgs << "-parameters" }
@@ -161,6 +159,6 @@ tasks.named("dependencies") {
161159
}
162160

163161
wrapper {
164-
gradleVersion = "8.14.3"
162+
gradleVersion = "9.5.1"
165163
distributionType = Wrapper.DistributionType.ALL
166164
}
Lines changed: 49 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,43 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.auth0:java-jwt:4.5.2=testRuntimeClasspath
4+
com.auth0:java-jwt:4.6.0=testRuntimeClasspath
55
com.datadoghq:dd-trace-api:1.38.0=testRuntimeClasspath
6-
com.fasterxml.jackson.core:jackson-annotations:2.21=testRuntimeClasspath
7-
com.fasterxml.jackson.core:jackson-core:2.21.3=testRuntimeClasspath
8-
com.fasterxml.jackson.core:jackson-databind:2.21.3=testRuntimeClasspath
9-
com.fasterxml.jackson:jackson-bom:2.21.3=testRuntimeClasspath
6+
com.fasterxml.jackson.core:jackson-annotations:2.22=testRuntimeClasspath
7+
com.fasterxml.jackson.core:jackson-core:2.22.0=testRuntimeClasspath
8+
com.fasterxml.jackson.core:jackson-databind:2.22.0=testRuntimeClasspath
9+
com.fasterxml.jackson:jackson-bom:2.22.0=testRuntimeClasspath
1010
com.github.oowekyala.ooxml:nice-xml-messages:3.1=pmd
1111
com.github.rholder:guava-retrying:2.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12-
com.github.spotbugs:spotbugs-annotations:4.10.2=compileClasspath,spotbugs,testCompileClasspath
13-
com.github.spotbugs:spotbugs-annotations:4.9.8=annotationProcessor,testAnnotationProcessor
14-
com.github.spotbugs:spotbugs:4.10.2=spotbugs
12+
com.github.spotbugs:spotbugs-annotations:4.10.2=annotationProcessor,testAnnotationProcessor
13+
com.github.spotbugs:spotbugs-annotations:4.10.3=compileClasspath,spotbugs,testCompileClasspath
14+
com.github.spotbugs:spotbugs:4.10.3=spotbugs
1515
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1616
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
1717
com.google.code.gson:gson:2.13.2=pmd
1818
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
19-
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
2019
com.google.errorprone:error_prone_annotations:2.41.0=pmd
20+
com.google.errorprone:error_prone_annotations:2.47.0=checkstyle
2121
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2222
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2323
com.google.guava:failureaccess:1.0.3=checkstyle
2424
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25-
com.google.guava:guava:33.4.8-jre=checkstyle
25+
com.google.guava:guava:33.6.0-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
28-
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
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
36-
com.puppycrawl.tools:checkstyle:10.25.0=checkstyle
28+
com.google.j2objc:j2objc-annotations:3.1=checkstyle
29+
com.mx.path-core:common:8.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
com.mx.path-core:context:8.0.0=testRuntimeClasspath
31+
com.mx.path-core:gateway:8.0.0=testRuntimeClasspath
32+
com.mx.path-core:messaging:8.0.0=testRuntimeClasspath
33+
com.mx.path-core:platform:8.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:testing:8.0.0=testCompileClasspath,testRuntimeClasspath
35+
com.mx.path-core:utilities:8.0.0=testRuntimeClasspath
36+
com.puppycrawl.tools:checkstyle:13.7.0=checkstyle
3737
com.sun.istack:istack-commons-runtime:4.1.2=testRuntimeClasspath
38-
com.sun.xml.bind:jaxb-core:4.0.6=testRuntimeClasspath
39-
com.sun.xml.bind:jaxb-impl:4.0.6=testRuntimeClasspath
4038
commons-beanutils:commons-beanutils:1.11.0=checkstyle
39+
commons-codec:commons-codec:1.11=checkstyle
4140
commons-codec:commons-codec:1.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
commons-codec:commons-codec:1.15=checkstyle
4341
commons-collections:commons-collections:3.2.2=checkstyle
4442
commons-io:commons-io:2.21.0=spotbugs
4543
commons-logging:commons-logging:1.2=testRuntimeClasspath
@@ -50,14 +48,14 @@ io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
5048
io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath
5149
io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath
5250
jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
53-
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
51+
jakarta.xml.bind:jakarta.xml.bind-api:4.0.5=testRuntimeClasspath
5452
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
5553
jaxen:jaxen:2.0.6=spotbugs
5654
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
5755
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
5856
net.bytebuddy:byte-buddy:1.18.3=testRuntimeClasspath
59-
net.sf.saxon:Saxon-HE:12.5=checkstyle
60-
net.sf.saxon:Saxon-HE:12.9=pmd,spotbugs
57+
net.sf.saxon:Saxon-HE:12.10=spotbugs
58+
net.sf.saxon:Saxon-HE:12.9=checkstyle,pmd
6159
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
6260
net.sourceforge.pmd:pmd-core:7.22.0=pmd
6361
net.sourceforge.pmd:pmd-java:7.22.0=pmd
@@ -68,15 +66,14 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
6866
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6967
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7068
org.apache.commons:commons-text:1.3=checkstyle
71-
org.apache.httpcomponents.client5:httpclient5:5.1.3=checkstyle
72-
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=checkstyle
73-
org.apache.httpcomponents.core5:httpcore5:5.1.3=checkstyle
69+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
70+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
7471
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
7572
org.apache.httpcomponents:httpclient:4.5.14=testRuntimeClasspath
7673
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
7774
org.apache.httpcomponents:httpcore:4.4.16=testRuntimeClasspath
78-
org.apache.logging.log4j:log4j-api:2.26.0=spotbugs
79-
org.apache.logging.log4j:log4j-core:2.26.0=spotbugs
75+
org.apache.logging.log4j:log4j-api:2.26.1=spotbugs
76+
org.apache.logging.log4j:log4j-core:2.26.1=spotbugs
8077
org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
8178
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
8279
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
@@ -85,45 +82,45 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
8582
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
8683
org.assertj:assertj-core:3.27.7=testRuntimeClasspath
8784
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88-
org.checkerframework:checker-qual:3.49.3=checkstyle
8985
org.checkerframework:checker-qual:3.53.1=pmd
90-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
9186
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
9287
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
9388
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
9489
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
9590
org.dom4j:dom4j:2.2.0=spotbugs
9691
org.eclipse.angus:angus-activation:2.0.3=testRuntimeClasspath
97-
org.glassfish.jaxb:jaxb-core:4.0.6=testRuntimeClasspath
98-
org.glassfish.jaxb:jaxb-runtime:4.0.6=testRuntimeClasspath
99-
org.glassfish.jaxb:txw2:4.0.6=testRuntimeClasspath
92+
org.glassfish.jaxb:jaxb-core:4.0.9=testRuntimeClasspath
93+
org.glassfish.jaxb:jaxb-runtime:4.0.9=testRuntimeClasspath
94+
org.glassfish.jaxb:txw2:4.0.9=testRuntimeClasspath
10095
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
101-
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
102-
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
103-
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
104-
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
96+
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
97+
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
98+
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
99+
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
105100
org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
106101
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
107102
org.jspecify:jspecify:1.0.0=checkstyle
108-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
109-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
110-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
111-
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
112-
org.junit:junit-bom:6.1.0=spotbugs
103+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
104+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
105+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
106+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
107+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
108+
org.junit:junit-bom:6.1.0=annotationProcessor,testAnnotationProcessor
109+
org.junit:junit-bom:6.1.2=spotbugs
113110
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
114111
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
115112
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
116113
org.ow2.asm:asm-analysis:9.10.1=spotbugs
117114
org.ow2.asm:asm-commons:9.10.1=spotbugs
118-
org.ow2.asm:asm-commons:9.8=jacocoAnt
115+
org.ow2.asm:asm-commons:9.9=jacocoAnt
119116
org.ow2.asm:asm-tree:9.10.1=spotbugs
120-
org.ow2.asm:asm-tree:9.8=jacocoAnt
117+
org.ow2.asm:asm-tree:9.9=jacocoAnt
121118
org.ow2.asm:asm-util:9.10.1=spotbugs
122119
org.ow2.asm:asm:9.10.1=spotbugs
123-
org.ow2.asm:asm:9.8=jacocoAnt
120+
org.ow2.asm:asm:9.9=jacocoAnt
124121
org.ow2.asm:asm:9.9.1=pmd
125122
org.pcollections:pcollections:4.0.2=pmd
126-
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
123+
org.projectlombok:lombok:1.18.44=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
127124
org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath
128125
org.slf4j:jul-to-slf4j:1.7.36=pmd
129126
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath
@@ -132,9 +129,9 @@ org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
132129
org.slf4j:slf4j-api:2.0.18=spotbugs
133130
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
134131
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
135-
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
136-
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
137-
org.xmlresolver:xmlresolver:5.2.2=checkstyle
138-
org.xmlresolver:xmlresolver:5.3.3=pmd,spotbugs
132+
org.slf4j:slf4j-simple:2.0.18=checkstyle
133+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
134+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
135+
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
139136
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
140137
empty=signatures,spotbugsPlugins

0 commit comments

Comments
 (0)