Skip to content

Commit f16efcd

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

15 files changed

Lines changed: 357 additions & 404 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 "7.0.2-SNAPSHOT" apply false
3+
id "com.github.mxenabled.vogue" version "4.0.2-SNAPSHOT" 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 = "7.0.2-SNAPSHOT"
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
}

encryption-service-jasypt/gradle.lockfile

Lines changed: 38 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -9,37 +9,34 @@ com.fasterxml.jackson.core:jackson-databind:2.21.3=testRuntimeClasspath
99
com.fasterxml.jackson:jackson-bom:2.21.3=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
12+
com.github.spotbugs:spotbugs-annotations:4.10.2=annotationProcessor,compileClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath
1413
com.github.spotbugs:spotbugs:4.10.2=spotbugs
1514
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1615
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,checkstyle,compileClasspath,runtimeClasspath,spotbugs,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
1716
com.google.code.gson:gson:2.13.2=pmd
1817
com.google.code.gson:gson:2.14.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
19-
com.google.errorprone:error_prone_annotations:2.36.0=checkstyle
2018
com.google.errorprone:error_prone_annotations:2.41.0=pmd
19+
com.google.errorprone:error_prone_annotations:2.47.0=checkstyle
2120
com.google.errorprone:error_prone_annotations:2.48.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2221
com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2322
com.google.guava:failureaccess:1.0.3=checkstyle
2423
com.google.guava:guava:32.1.3-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25-
com.google.guava:guava:33.4.8-jre=checkstyle
24+
com.google.guava:guava:33.6.0-jre=checkstyle
2625
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2726
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
27+
com.google.j2objc:j2objc-annotations:3.1=checkstyle
28+
com.mx.path-core:common:7.0.2-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
com.mx.path-core:context:7.0.2-SNAPSHOT=testRuntimeClasspath
30+
com.mx.path-core:gateway:7.0.2-SNAPSHOT=testRuntimeClasspath
31+
com.mx.path-core:messaging:7.0.2-SNAPSHOT=testRuntimeClasspath
32+
com.mx.path-core:platform:7.0.2-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
com.mx.path-core:testing:7.0.2-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
34+
com.mx.path-core:utilities:7.0.2-SNAPSHOT=testRuntimeClasspath
35+
com.puppycrawl.tools:checkstyle:13.7.0=checkstyle
3736
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
4037
commons-beanutils:commons-beanutils:1.11.0=checkstyle
38+
commons-codec:commons-codec:1.11=checkstyle
4139
commons-codec:commons-codec:1.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
commons-codec:commons-codec:1.15=checkstyle
4340
commons-collections:commons-collections:3.2.2=checkstyle
4441
commons-io:commons-io:2.21.0=spotbugs
4542
commons-logging:commons-logging:1.2=testRuntimeClasspath
@@ -50,14 +47,13 @@ io.opentracing:opentracing-api:0.33.0=testRuntimeClasspath
5047
io.opentracing:opentracing-noop:0.33.0=testRuntimeClasspath
5148
io.opentracing:opentracing-util:0.33.0=testRuntimeClasspath
5249
jakarta.activation:jakarta.activation-api:2.1.4=testRuntimeClasspath
53-
jakarta.xml.bind:jakarta.xml.bind-api:4.0.4=testRuntimeClasspath
50+
jakarta.xml.bind:jakarta.xml.bind-api:4.0.5=testRuntimeClasspath
5451
jakarta.xml.soap:jakarta.xml.soap-api:3.0.2=testRuntimeClasspath
5552
jaxen:jaxen:2.0.6=spotbugs
5653
net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath
5754
net.bytebuddy:byte-buddy:1.17.7=testCompileClasspath
5855
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
56+
net.sf.saxon:Saxon-HE:12.9=checkstyle,pmd,spotbugs
6157
net.sourceforge.pmd:pmd-ant:7.22.0=pmd
6258
net.sourceforge.pmd:pmd-core:7.22.0=pmd
6359
net.sourceforge.pmd:pmd-java:7.22.0=pmd
@@ -68,9 +64,8 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
6864
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6965
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
7066
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
67+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
68+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
7469
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
7570
org.apache.httpcomponents:httpclient:4.5.14=testRuntimeClasspath
7671
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
@@ -85,45 +80,44 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
8580
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
8681
org.assertj:assertj-core:3.27.7=testRuntimeClasspath
8782
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88-
org.checkerframework:checker-qual:3.49.3=checkstyle
8983
org.checkerframework:checker-qual:3.53.1=pmd
90-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
9184
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
9285
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
9386
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
9487
org.codehaus.plexus:plexus-utils:3.3.0=checkstyle
9588
org.dom4j:dom4j:2.2.0=spotbugs
9689
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
90+
org.glassfish.jaxb:jaxb-core:4.0.9=testRuntimeClasspath
91+
org.glassfish.jaxb:jaxb-runtime:4.0.9=testRuntimeClasspath
92+
org.glassfish.jaxb:txw2:4.0.9=testRuntimeClasspath
10093
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
94+
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
95+
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
96+
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
97+
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
10598
org.jasypt:jasypt:1.9.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10699
org.javassist:javassist:3.28.0-GA=checkstyle,testRuntimeClasspath
107100
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
101+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
102+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
103+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
104+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
105+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
106+
org.junit:junit-bom:6.1.0=annotationProcessor,spotbugs,testAnnotationProcessor
113107
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
114108
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
115109
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
116110
org.ow2.asm:asm-analysis:9.10.1=spotbugs
117111
org.ow2.asm:asm-commons:9.10.1=spotbugs
118-
org.ow2.asm:asm-commons:9.8=jacocoAnt
112+
org.ow2.asm:asm-commons:9.9=jacocoAnt
119113
org.ow2.asm:asm-tree:9.10.1=spotbugs
120-
org.ow2.asm:asm-tree:9.8=jacocoAnt
114+
org.ow2.asm:asm-tree:9.9=jacocoAnt
121115
org.ow2.asm:asm-util:9.10.1=spotbugs
122116
org.ow2.asm:asm:9.10.1=spotbugs
123-
org.ow2.asm:asm:9.8=jacocoAnt
117+
org.ow2.asm:asm:9.9=jacocoAnt
124118
org.ow2.asm:asm:9.9.1=pmd
125119
org.pcollections:pcollections:4.0.2=pmd
126-
org.projectlombok:lombok:1.18.42=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
120+
org.projectlombok:lombok:1.18.44=annotationProcessor,compileClasspath,lombok,testAnnotationProcessor,testCompileClasspath
127121
org.reflections:reflections:0.10.2=checkstyle,testRuntimeClasspath
128122
org.slf4j:jul-to-slf4j:1.7.36=pmd
129123
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath
@@ -132,9 +126,9 @@ org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
132126
org.slf4j:slf4j-api:2.0.18=spotbugs
133127
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
134128
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
129+
org.slf4j:slf4j-simple:2.0.18=checkstyle
130+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
131+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
132+
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
139133
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
140134
empty=signatures,spotbugsPlugins

0 commit comments

Comments
 (0)