Skip to content

Commit 5570122

Browse files
chore: Update Gradle dependencies
1 parent d88af1c commit 5570122

10 files changed

Lines changed: 165 additions & 142 deletions

File tree

dd-smoke-tests/spring-boot-3.3-webmvc/gradle.lockfile

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
3939
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
4040
de.thetaphi:forbiddenapis:3.8=compileClasspath
4141
info.picocli:picocli:4.6.3=testRuntimeClasspath
42+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
4243
io.sqreen:libsqreen:16.0.0=testRuntimeClasspath
4344
javax.servlet:javax.servlet-api:3.1.0=testCompileClasspath,testRuntimeClasspath
4445
jaxen:jaxen:1.2.0=spotbugs
@@ -104,20 +105,21 @@ org.eclipse.jetty:jetty-server:9.4.56.v20240826=testCompileClasspath,testRuntime
104105
org.eclipse.jetty:jetty-util:9.4.56.v20240826=testCompileClasspath,testRuntimeClasspath
105106
org.gmetrics:GMetrics:2.1.0=codenarc
106107
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
107-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
108+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
108109
org.jctools:jctools-core:3.3.0=testRuntimeClasspath
109-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
110-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
111-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
112-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
113-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
114-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
115-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
116-
org.junit.platform:junit-platform-runner:1.12.0=testRuntimeClasspath
117-
org.junit.platform:junit-platform-suite-api:1.12.0=testRuntimeClasspath
118-
org.junit.platform:junit-platform-suite-commons:1.12.0=testRuntimeClasspath
119-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
110+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
111+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
112+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
113+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
114+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
115+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
116+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
117+
org.junit.platform:junit-platform-runner:1.12.2=testRuntimeClasspath
118+
org.junit.platform:junit-platform-suite-api:1.12.2=testRuntimeClasspath
119+
org.junit.platform:junit-platform-suite-commons:1.12.2=testRuntimeClasspath
120+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
120121
org.junit:junit-bom:5.9.1=spotbugs
122+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
121123
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath
122124
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
123125
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
@@ -137,8 +139,9 @@ org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
137139
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
138140
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
139141
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
140-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
141-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
142+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
143+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
144+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
142145
org.testng:testng:7.5.1=testRuntimeClasspath
143146
org.webjars:jquery:3.5.1=testRuntimeClasspath
144147
org.xmlresolver:xmlresolver:4.4.3=spotbugs

dd-smoke-tests/spring-boot-rabbit/gradle.lockfile

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
5252
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
5353
de.thetaphi:forbiddenapis:3.8=compileClasspath
5454
info.picocli:picocli:4.6.3=testRuntimeClasspath
55+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5556
io.sqreen:libsqreen:16.0.0=testRuntimeClasspath
5657
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5758
javax.servlet:javax.servlet-api:3.1.0=testCompileClasspath,testRuntimeClasspath
@@ -124,21 +125,22 @@ org.eclipse.jetty:jetty-server:9.4.56.v20240826=testCompileClasspath,testRuntime
124125
org.eclipse.jetty:jetty-util:9.4.56.v20240826=testCompileClasspath,testRuntimeClasspath
125126
org.gmetrics:GMetrics:2.1.0=codenarc
126127
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
127-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
128+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
128129
org.jctools:jctools-core:3.3.0=testRuntimeClasspath
129130
org.jetbrains:annotations:17.0.0=testCompileClasspath,testRuntimeClasspath
130-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
131-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
132-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
133-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
134-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
135-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
136-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
137-
org.junit.platform:junit-platform-runner:1.12.0=testRuntimeClasspath
138-
org.junit.platform:junit-platform-suite-api:1.12.0=testRuntimeClasspath
139-
org.junit.platform:junit-platform-suite-commons:1.12.0=testRuntimeClasspath
140-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
131+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
132+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
133+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
134+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
135+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
136+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
137+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
138+
org.junit.platform:junit-platform-runner:1.12.2=testRuntimeClasspath
139+
org.junit.platform:junit-platform-suite-api:1.12.2=testRuntimeClasspath
140+
org.junit.platform:junit-platform-suite-commons:1.12.2=testRuntimeClasspath
141+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
141142
org.junit:junit-bom:5.9.1=spotbugs
143+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
142144
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath
143145
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
144146
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
@@ -160,8 +162,9 @@ org.slf4j:slf4j-api:1.7.32=compileClasspath,runtimeClasspath
160162
org.slf4j:slf4j-api:1.7.36=testCompileClasspath,testRuntimeClasspath
161163
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
162164
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
163-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
164-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
165+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
166+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
167+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
165168
org.springframework.amqp:spring-amqp:2.3.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
166169
org.springframework.amqp:spring-rabbit:2.3.10=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
167170
org.springframework.boot:spring-boot-autoconfigure:2.5.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

dd-smoke-tests/spring-security/gradle.lockfile

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ commons-fileupload:commons-fileupload:1.5=compileClasspath,runtimeClasspath,test
5151
commons-io:commons-io:2.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
5252
de.thetaphi:forbiddenapis:3.8=compileClasspath
5353
info.picocli:picocli:4.6.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
54+
io.leangen.geantyref:geantyref:1.3.16=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
5455
io.sqreen:libsqreen:16.0.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
5556
jakarta.activation:jakarta.activation-api:2.1.3=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
5657
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -126,20 +127,21 @@ org.eclipse.jetty:jetty-server:9.4.56.v20240826=compileClasspath,runtimeClasspat
126127
org.eclipse.jetty:jetty-util:9.4.56.v20240826=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
127128
org.gmetrics:GMetrics:2.1.0=codenarc
128129
org.hamcrest:hamcrest-core:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
129-
org.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
130+
org.hamcrest:hamcrest:3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
130131
org.jctools:jctools-core:3.3.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
131-
org.junit.jupiter:junit-jupiter-api:5.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132-
org.junit.jupiter:junit-jupiter-engine:5.12.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
134-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
135-
org.junit.platform:junit-platform-commons:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
136-
org.junit.platform:junit-platform-engine:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
137-
org.junit.platform:junit-platform-launcher:1.12.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
138-
org.junit.platform:junit-platform-runner:1.12.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
139-
org.junit.platform:junit-platform-suite-api:1.12.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
140-
org.junit.platform:junit-platform-suite-commons:1.12.0=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
141-
org.junit:junit-bom:5.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
132+
org.junit.jupiter:junit-jupiter-api:5.12.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
133+
org.junit.jupiter:junit-jupiter-engine:5.12.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
134+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
135+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
136+
org.junit.platform:junit-platform-commons:1.12.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
137+
org.junit.platform:junit-platform-engine:1.12.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
138+
org.junit.platform:junit-platform-launcher:1.12.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
139+
org.junit.platform:junit-platform-runner:1.12.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
140+
org.junit.platform:junit-platform-suite-api:1.12.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
141+
org.junit.platform:junit-platform-suite-commons:1.12.2=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
142+
org.junit:junit-bom:5.12.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
142143
org.junit:junit-bom:5.9.1=spotbugs
144+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
143145
org.msgpack:msgpack-core:0.8.24=runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
144146
org.objenesis:objenesis:3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
145147
org.opentest4j:opentest4j:1.3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -159,8 +161,9 @@ org.slf4j:log4j-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,testCompileC
159161
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
160162
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
161163
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
162-
org.spockframework:spock-core:2.3-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
163-
org.spockframework:spock-junit4:2.3-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
164+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
165+
org.spockframework:spock-core:2.4-M6-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
166+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
164167
org.springframework.boot:spring-boot-autoconfigure:2.7.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
165168
org.springframework.boot:spring-boot-starter-json:2.7.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
166169
org.springframework.boot:spring-boot-starter-logging:2.7.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

dd-smoke-tests/springboot-freemarker/gradle.lockfile

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
5050
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
5151
de.thetaphi:forbiddenapis:3.8=compileClasspath
5252
info.picocli:picocli:4.6.3=testRuntimeClasspath
53+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5354
io.sqreen:libsqreen:16.0.0=testRuntimeClasspath
5455
jakarta.activation:jakarta.activation-api:1.2.2=testRuntimeClasspath
5556
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
@@ -126,22 +127,22 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21=testCompileClasspath,testRuntimeC
126127
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21=testCompileClasspath,testRuntimeClasspath
127128
org.jetbrains.kotlin:kotlin-stdlib:1.6.21=testCompileClasspath,testRuntimeClasspath
128129
org.jetbrains:annotations:13.0=testCompileClasspath,testRuntimeClasspath
129-
org.junit.jupiter:junit-jupiter-api:5.8.2=testCompileClasspath,testRuntimeClasspath
130-
org.junit.jupiter:junit-jupiter-engine:5.8.2=testRuntimeClasspath
131-
org.junit.jupiter:junit-jupiter-params:5.8.2=testCompileClasspath,testRuntimeClasspath
130+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
131+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
132+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
132133
org.junit.jupiter:junit-jupiter:5.8.2=testCompileClasspath,testRuntimeClasspath
133-
org.junit.platform:junit-platform-commons:1.8.2=testCompileClasspath,testRuntimeClasspath
134-
org.junit.platform:junit-platform-engine:1.8.2=testCompileClasspath,testRuntimeClasspath
135-
org.junit.platform:junit-platform-launcher:1.9.2=testRuntimeClasspath
136-
org.junit.platform:junit-platform-runner:1.8.2=testRuntimeClasspath
137-
org.junit.platform:junit-platform-suite-api:1.8.2=testRuntimeClasspath
138-
org.junit.platform:junit-platform-suite-commons:1.8.2=testRuntimeClasspath
139-
org.junit:junit-bom:5.9.0=testCompileClasspath
134+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
135+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
136+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
137+
org.junit.platform:junit-platform-runner:1.12.2=testRuntimeClasspath
138+
org.junit.platform:junit-platform-suite-api:1.12.2=testRuntimeClasspath
139+
org.junit.platform:junit-platform-suite-commons:1.12.2=testRuntimeClasspath
140+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
140141
org.junit:junit-bom:5.9.1=spotbugs
141-
org.junit:junit-bom:5.9.2=testRuntimeClasspath
142+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
142143
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath
143144
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
144-
org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath
145+
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
145146
org.ow2.asm:asm-analysis:9.2=testRuntimeClasspath
146147
org.ow2.asm:asm-analysis:9.4=spotbugs
147148
org.ow2.asm:asm-commons:9.2=testRuntimeClasspath
@@ -158,8 +159,9 @@ org.slf4j:jul-to-slf4j:1.7.36=compileClasspath,productionRuntimeClasspath,runtim
158159
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
159160
org.slf4j:slf4j-api:1.7.36=compileClasspath,productionRuntimeClasspath,runtimeClasspath,spotbugs,spotbugsSlf4j,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
160161
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
161-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
162-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
162+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
163+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
164+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
163165
org.springframework.boot:spring-boot-autoconfigure:2.7.15=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
164166
org.springframework.boot:spring-boot-starter-json:2.7.15=testFixturesRuntimeClasspath
165167
org.springframework.boot:spring-boot-starter-logging:2.7.15=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)