Skip to content

Commit a18c77b

Browse files
chore: Update Gradle dependencies
1 parent 907a7f4 commit a18c77b

10 files changed

Lines changed: 169 additions & 140 deletions

File tree

dd-smoke-tests/profiling-integration-tests/gradle.lockfile

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
4444
de.thetaphi:forbiddenapis:3.8=compileClasspath
4545
info.picocli:picocli:4.6.3=testRuntimeClasspath
4646
io.airlift:aircompressor:2.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
4748
io.opentracing.contrib:opentracing-tracerresolver:0.1.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4849
io.opentracing:opentracing-api:0.32.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4950
io.opentracing:opentracing-noop:0.32.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -114,20 +115,20 @@ org.eclipse.jetty:jetty-server:9.4.56.v20240826=testCompileClasspath,testRuntime
114115
org.eclipse.jetty:jetty-util:9.4.56.v20240826=testCompileClasspath,testRuntimeClasspath
115116
org.gmetrics:GMetrics:2.1.0=codenarc
116117
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
117-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
118+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
118119
org.javadelight:delight-fileupload:0.0.5=testCompileClasspath,testRuntimeClasspath
119120
org.jctools:jctools-core:3.3.0=runtimeClasspath,testRuntimeClasspath
120-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
121-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
122-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
123-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
124-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
125-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
126-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
127-
org.junit.platform:junit-platform-runner:1.12.0=testRuntimeClasspath
128-
org.junit.platform:junit-platform-suite-api:1.12.0=testRuntimeClasspath
129-
org.junit.platform:junit-platform-suite-commons:1.12.0=testRuntimeClasspath
130-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
121+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
122+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
123+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
124+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
125+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
126+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
127+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
128+
org.junit.platform:junit-platform-runner:1.12.2=testRuntimeClasspath
129+
org.junit.platform:junit-platform-suite-api:1.12.2=testRuntimeClasspath
130+
org.junit.platform:junit-platform-suite-commons:1.12.2=testRuntimeClasspath
131+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
131132
org.junit:junit-bom:5.9.1=spotbugs
132133
org.lz4:lz4-java:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
133134
org.mockito:mockito-core:4.4.0=testCompileClasspath,testRuntimeClasspath
@@ -156,8 +157,9 @@ org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
156157
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
157158
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
158159
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
159-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
160-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
160+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
161+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
162+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
161163
org.testng:testng:7.5.1=testRuntimeClasspath
162164
org.webjars:jquery:3.5.1=testRuntimeClasspath
163165
org.xerial.snappy:snappy-java:1.1.8.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

dd-smoke-tests/quarkus-native/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/quarkus/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/ratpack-1.5/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.9.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5253
io.netty:netty-codec-http:4.1.9.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5354
io.netty:netty-codec:4.1.9.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -123,21 +124,22 @@ org.eclipse.jetty:jetty-server:9.4.56.v20240826=testCompileClasspath,testRuntime
123124
org.eclipse.jetty:jetty-util:9.4.56.v20240826=testCompileClasspath,testRuntimeClasspath
124125
org.gmetrics:GMetrics:2.1.0=codenarc
125126
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
126-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
127+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
127128
org.javassist:javassist:3.19.0-GA=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
128129
org.jctools:jctools-core:3.3.0=testRuntimeClasspath
129-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
130-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
131-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
132-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
133-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
134-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
135-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
136-
org.junit.platform:junit-platform-runner:1.12.0=testRuntimeClasspath
137-
org.junit.platform:junit-platform-suite-api:1.12.0=testRuntimeClasspath
138-
org.junit.platform:junit-platform-suite-commons:1.12.0=testRuntimeClasspath
139-
org.junit:junit-bom:5.12.0=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
133+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
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
142+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
141143
org.msgpack:msgpack-core:0.8.24=testRuntimeClasspath
142144
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
143145
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
@@ -159,8 +161,9 @@ org.slf4j:slf4j-api:1.7.25=compileClasspath,runtimeClasspath
159161
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,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=testCompileClasspath,testRuntimeClasspath
163-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
164+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
165+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
166+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
164167
org.testng:testng:7.5.1=testRuntimeClasspath
165168
org.webjars:jquery:3.5.1=testRuntimeClasspath
166169
org.xmlresolver:xmlresolver:4.4.3=spotbugs

0 commit comments

Comments
 (0)