Skip to content

Commit b4c17b6

Browse files
feat!: bump to Gradle 9.5.1 and Spring Boot 4
1 parent fb7f218 commit b4c17b6

12 files changed

Lines changed: 111 additions & 89 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ subprojects {
5858

5959
ext {
6060
mockitoVersion = "[5.0,6.0)"
61-
spockVersion = "2.4-M6-groovy-3.0"
61+
spockVersion = "2.4-groovy-4.0"
6262
junitVersion = "5.14.0"
6363
openTracingVersion = "[0.33,0.34)"
6464
slf4jVersion = "1.7.30"

common/gradle.lockfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
4141
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
4242
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
4343
org.apache.commons:commons-text:1.3=checkstyle
44+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
45+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
4446
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
4547
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
4648
org.apache.logging.log4j:log4j-api:2.26.0=spotbugs
@@ -53,7 +55,6 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
5355
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
5456
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5557
org.checkerframework:checker-qual:3.53.1=pmd
56-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
5758
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
5859
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
5960
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -66,11 +67,12 @@ org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
6667
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
6768
org.javassist:javassist:3.28.0-GA=checkstyle
6869
org.jspecify:jspecify:1.0.0=checkstyle
69-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
70-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
71-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
72-
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
73-
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
70+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
71+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
72+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
73+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
74+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor
75+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
7476
org.junit:junit-bom:6.1.0=spotbugs
7577
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
7678
org.objenesis:objenesis:3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -93,8 +95,8 @@ org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
9395
org.slf4j:slf4j-api:2.0.18=spotbugs
9496
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
9597
org.slf4j:slf4j-simple:2.0.18=checkstyle
96-
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
97-
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
98+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
99+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
98100
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
99101
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
100102
empty=spotbugsPlugins

context/gradle.lockfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
5050
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
5151
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
5252
org.apache.commons:commons-text:1.3=checkstyle
53+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
54+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
5355
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
5456
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
5557
org.apache.logging.log4j:log4j-api:2.26.0=spotbugs
@@ -62,7 +64,6 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
6264
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
6365
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6466
org.checkerframework:checker-qual:3.53.1=pmd
65-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
6667
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
6768
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
6869
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -75,11 +76,12 @@ org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
7576
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
7677
org.javassist:javassist:3.28.0-GA=checkstyle
7778
org.jspecify:jspecify:1.0.0=checkstyle
78-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
79-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
80-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
81-
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
82-
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
79+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
80+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
81+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
82+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
83+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor
84+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
8385
org.junit:junit-bom:6.1.0=spotbugs
8486
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
8587
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -102,8 +104,8 @@ org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
102104
org.slf4j:slf4j-api:2.0.18=spotbugs
103105
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
104106
org.slf4j:slf4j-simple:2.0.18=checkstyle
105-
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
106-
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
107+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
108+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
107109
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
108110
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
109111
uk.org.webcompere:system-stubs-core:2.1.5=testCompileClasspath,testRuntimeClasspath

gateway-generator/gradle.lockfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
6363
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6464
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6565
org.apache.commons:commons-text:1.3=checkstyle
66+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
67+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
6668
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
6769
org.apache.httpcomponents:httpclient:4.5.14=runtimeClasspath,testRuntimeClasspath
6870
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
@@ -78,7 +80,6 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
7880
org.checkerframework:checker-qual:3.33.0=annotationProcessor,compileClasspath
7981
org.checkerframework:checker-qual:3.37.0=runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8082
org.checkerframework:checker-qual:3.53.1=pmd
81-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
8283
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
8384
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
8485
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -95,11 +96,12 @@ org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
9596
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
9697
org.javassist:javassist:3.28.0-GA=checkstyle,runtimeClasspath,testRuntimeClasspath
9798
org.jspecify:jspecify:1.0.0=checkstyle
98-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
99-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
100-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
101-
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
102-
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
99+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
100+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
101+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
102+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
103+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor
104+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
103105
org.junit:junit-bom:6.1.0=spotbugs
104106
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
105107
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -122,8 +124,8 @@ org.slf4j:slf4j-api:2.0.17=spotbugsSlf4j
122124
org.slf4j:slf4j-api:2.0.18=spotbugs
123125
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
124126
org.slf4j:slf4j-simple:2.0.18=checkstyle
125-
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
126-
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
127+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
128+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
127129
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
128130
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
129131
empty=spotbugsPlugins

gateway/gradle.lockfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
5858
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
5959
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6060
org.apache.commons:commons-text:1.3=checkstyle
61+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
62+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
6163
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
6264
org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6365
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
@@ -72,7 +74,6 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
7274
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
7375
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7476
org.checkerframework:checker-qual:3.53.1=pmd
75-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
7677
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
7778
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
7879
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -89,11 +90,12 @@ org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
8990
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
9091
org.javassist:javassist:3.28.0-GA=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9192
org.jspecify:jspecify:1.0.0=checkstyle
92-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
93-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
94-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
95-
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
96-
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
93+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
94+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
95+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
96+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
97+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor
98+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
9799
org.junit:junit-bom:6.1.0=spotbugs
98100
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
99101
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -117,8 +119,8 @@ org.slf4j:slf4j-api:2.0.18=spotbugs
117119
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
118120
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
119121
org.slf4j:slf4j-simple:2.0.18=checkstyle
120-
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
121-
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
122+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
123+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
122124
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
123125
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
124126
empty=spotbugsPlugins

http/gradle.lockfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
5858
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
5959
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
6060
org.apache.commons:commons-text:1.3=checkstyle
61+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
62+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
6163
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
6264
org.apache.httpcomponents:httpclient:4.5.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6365
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
@@ -72,7 +74,6 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
7274
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
7375
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7476
org.checkerframework:checker-qual:3.53.1=pmd
75-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
7677
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
7778
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
7879
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -89,11 +90,12 @@ org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
8990
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
9091
org.javassist:javassist:3.28.0-GA=checkstyle,runtimeClasspath,testRuntimeClasspath
9192
org.jspecify:jspecify:1.0.0=checkstyle
92-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
93-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
94-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
95-
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
96-
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
93+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
94+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
95+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
96+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
97+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor
98+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
9799
org.junit:junit-bom:6.1.0=spotbugs
98100
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
99101
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -118,8 +120,8 @@ org.slf4j:slf4j-api:2.0.18=spotbugs
118120
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
119121
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
120122
org.slf4j:slf4j-simple:2.0.18=checkstyle
121-
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
122-
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
123+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
124+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
123125
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
124126
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
125127
empty=spotbugsPlugins

messaging/gradle.lockfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ org.apache.commons:commons-lang3:3.18.0=checkstyle
5151
org.apache.commons:commons-lang3:3.20.0=compileClasspath,pmd,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
5252
org.apache.commons:commons-text:1.15.0=compileClasspath,runtimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
5353
org.apache.commons:commons-text:1.3=checkstyle
54+
org.apache.groovy:groovy-bom:4.0.29=testCompileClasspath,testRuntimeClasspath
55+
org.apache.groovy:groovy:4.0.29=testCompileClasspath,testRuntimeClasspath
5456
org.apache.httpcomponents:httpclient:4.5.13=checkstyle
5557
org.apache.httpcomponents:httpcore:4.4.14=checkstyle
5658
org.apache.logging.log4j:log4j-api:2.26.0=spotbugs
@@ -63,7 +65,6 @@ org.apache.xbean:xbean-reflect:3.7=checkstyle
6365
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
6466
org.checkerframework:checker-qual:3.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6567
org.checkerframework:checker-qual:3.53.1=pmd
66-
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
6768
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
6869
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
6970
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -76,11 +77,12 @@ org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
7677
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
7778
org.javassist:javassist:3.28.0-GA=checkstyle
7879
org.jspecify:jspecify:1.0.0=checkstyle
79-
org.junit.jupiter:junit-jupiter-api:5.14.0=testCompileClasspath,testRuntimeClasspath
80-
org.junit.platform:junit-platform-commons:1.14.0=testCompileClasspath,testRuntimeClasspath
81-
org.junit.platform:junit-platform-engine:1.14.0=testCompileClasspath,testRuntimeClasspath
82-
org.junit.platform:junit-platform-launcher:1.14.0=testRuntimeClasspath
83-
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath
80+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
81+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
82+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
83+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
84+
org.junit:junit-bom:5.14.0=annotationProcessor,testAnnotationProcessor
85+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
8486
org.junit:junit-bom:6.1.0=spotbugs
8587
org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath
8688
org.objenesis:objenesis:3.3=runtimeClasspath,testRuntimeClasspath
@@ -104,8 +106,8 @@ org.slf4j:slf4j-api:2.0.18=spotbugs
104106
org.slf4j:slf4j-simple:1.7.30=testCompileClasspath,testRuntimeClasspath
105107
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
106108
org.slf4j:slf4j-simple:2.0.18=checkstyle
107-
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
108-
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
109+
org.spockframework:spock-bom:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
110+
org.spockframework:spock-core:2.4-groovy-4.0=testCompileClasspath,testRuntimeClasspath
109111
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
110112
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111113
empty=spotbugsPlugins

0 commit comments

Comments
 (0)