Skip to content

Commit d88af1c

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

10 files changed

Lines changed: 170 additions & 140 deletions

File tree

dd-smoke-tests/sample-trace/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-2.3-webmvc-jetty/gradle.lockfile

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
4747
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
4848
de.thetaphi:forbiddenapis:3.8=compileClasspath
4949
info.picocli:picocli:4.6.3=testRuntimeClasspath
50+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5051
io.sqreen:libsqreen:16.0.0=testRuntimeClasspath
5152
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5253
jakarta.servlet:jakarta.servlet-api:4.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -141,20 +142,21 @@ org.eclipse.jetty:jetty-xml:9.4.29.v20200521=compileClasspath,runtimeClasspath,t
141142
org.glassfish:jakarta.el:3.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
142143
org.gmetrics:GMetrics:2.1.0=codenarc
143144
org.hamcrest:hamcrest-core:2.2=testCompileClasspath,testRuntimeClasspath
144-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
145+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
145146
org.jctools:jctools-core:3.3.0=testRuntimeClasspath
146-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
147-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
148-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
149-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
150-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
151-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
152-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
153-
org.junit.platform:junit-platform-runner:1.12.0=testRuntimeClasspath
154-
org.junit.platform:junit-platform-suite-api:1.12.0=testRuntimeClasspath
155-
org.junit.platform:junit-platform-suite-commons:1.12.0=testRuntimeClasspath
156-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
147+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
148+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
149+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
150+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
151+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
152+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
153+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
154+
org.junit.platform:junit-platform-runner:1.12.2=testRuntimeClasspath
155+
org.junit.platform:junit-platform-suite-api:1.12.2=testRuntimeClasspath
156+
org.junit.platform:junit-platform-suite-commons:1.12.2=testRuntimeClasspath
157+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
157158
org.junit:junit-bom:5.9.1=spotbugs
159+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
158160
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath
159161
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
160162
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
@@ -179,8 +181,9 @@ org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath
179181
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
180182
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
181183
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
182-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
183-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
184+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
185+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
186+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
184187
org.springframework.boot:spring-boot-autoconfigure:2.3.1.RELEASE=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
185188
org.springframework.boot:spring-boot-dependencies:2.3.1.RELEASE=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
186189
org.springframework.boot:spring-boot-starter-jetty:2.3.1.RELEASE=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

dd-smoke-tests/spring-boot-2.4-webflux/gradle.lockfile

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
4747
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
4848
de.thetaphi:forbiddenapis:3.8=compileClasspath
4949
info.picocli:picocli:4.6.3=testRuntimeClasspath
50+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5051
io.netty:netty-buffer:4.1.53.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5152
io.netty:netty-codec-dns:4.1.53.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5253
io.netty:netty-codec-http2:4.1.53.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -132,20 +133,21 @@ org.eclipse.jetty:jetty-server:9.4.56.v20240826=testCompileClasspath,testRuntime
132133
org.eclipse.jetty:jetty-util:9.4.56.v20240826=testCompileClasspath,testRuntimeClasspath
133134
org.gmetrics:GMetrics:2.1.0=codenarc
134135
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
135-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
136+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
136137
org.jctools:jctools-core:3.3.0=testRuntimeClasspath
137-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
138-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
139-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
140-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
141-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
142-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
143-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
144-
org.junit.platform:junit-platform-runner:1.12.0=testRuntimeClasspath
145-
org.junit.platform:junit-platform-suite-api:1.12.0=testRuntimeClasspath
146-
org.junit.platform:junit-platform-suite-commons:1.12.0=testRuntimeClasspath
147-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
138+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
139+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
140+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
141+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
142+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
143+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
144+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
145+
org.junit.platform:junit-platform-runner:1.12.2=testRuntimeClasspath
146+
org.junit.platform:junit-platform-suite-api:1.12.2=testRuntimeClasspath
147+
org.junit.platform:junit-platform-suite-commons:1.12.2=testRuntimeClasspath
148+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
148149
org.junit:junit-bom:5.9.1=spotbugs
150+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
149151
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath
150152
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
151153
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
@@ -167,8 +169,9 @@ org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath
167169
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
168170
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
169171
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
170-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
171-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
172+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
173+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
174+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
172175
org.springframework.boot:spring-boot-autoconfigure:2.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
173176
org.springframework.boot:spring-boot-starter-json:2.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
174177
org.springframework.boot:spring-boot-starter-logging:2.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

dd-smoke-tests/spring-boot-2.5-webflux/gradle.lockfile

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
4848
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
4949
de.thetaphi:forbiddenapis:3.8=compileClasspath
5050
info.picocli:picocli:4.6.3=testRuntimeClasspath
51+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5152
io.netty:netty-buffer:4.1.63.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5253
io.netty:netty-codec-dns:4.1.63.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5354
io.netty:netty-codec-http2:4.1.63.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -134,20 +135,21 @@ org.eclipse.jetty:jetty-server:9.4.56.v20240826=testCompileClasspath,testRuntime
134135
org.eclipse.jetty:jetty-util:9.4.56.v20240826=testCompileClasspath,testRuntimeClasspath
135136
org.gmetrics:GMetrics:2.1.0=codenarc
136137
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
137-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
138+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
138139
org.jctools:jctools-core:3.3.0=testRuntimeClasspath
139-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
140-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
141-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
142-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
143-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
144-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
145-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
146-
org.junit.platform:junit-platform-runner:1.12.0=testRuntimeClasspath
147-
org.junit.platform:junit-platform-suite-api:1.12.0=testRuntimeClasspath
148-
org.junit.platform:junit-platform-suite-commons:1.12.0=testRuntimeClasspath
149-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
140+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
141+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
142+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
143+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
144+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
145+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
146+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
147+
org.junit.platform:junit-platform-runner:1.12.2=testRuntimeClasspath
148+
org.junit.platform:junit-platform-suite-api:1.12.2=testRuntimeClasspath
149+
org.junit.platform:junit-platform-suite-commons:1.12.2=testRuntimeClasspath
150+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
150151
org.junit:junit-bom:5.9.1=spotbugs
152+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
151153
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath
152154
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
153155
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
@@ -169,8 +171,9 @@ org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath
169171
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
170172
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
171173
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
172-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
173-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
174+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
175+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
176+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
174177
org.springframework.boot:spring-boot-autoconfigure:2.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
175178
org.springframework.boot:spring-boot-starter-json:2.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
176179
org.springframework.boot:spring-boot-starter-logging:2.5.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)