Skip to content

Commit d9388ff

Browse files
chore: Update Gradle dependencies
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2068d0d commit d9388ff

2 files changed

Lines changed: 50 additions & 42 deletions

File tree

dd-java-agent/agent-debugger/debugger-bootstrap/gradle.lockfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ commons-io:commons-io:2.20.0=spotbugs
1818
de.thetaphi:forbiddenapis:3.10=compileClasspath
1919
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2020
jaxen:jaxen:2.0.0=spotbugs
21-
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
22-
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
21+
net.bytebuddy:byte-buddy-agent:1.18.10=testCompileClasspath,testRuntimeClasspath
22+
net.bytebuddy:byte-buddy:1.18.10=testCompileClasspath,testRuntimeClasspath
2323
net.sf.saxon:Saxon-HE:12.9=spotbugs
2424
org.apache.ant:ant-antlr:1.10.14=codenarc
2525
org.apache.ant:ant-junit:1.10.14=codenarc
@@ -55,7 +55,8 @@ org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntime
5555
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
5656
org.junit:junit-bom:5.14.0=spotbugs
5757
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
58-
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
58+
org.mockito:mockito-core:4.4.0=testCompileClasspath,testRuntimeClasspath
59+
org.mockito:mockito-junit-jupiter:4.4.0=testCompileClasspath,testRuntimeClasspath
5960
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
6061
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
6162
org.ow2.asm:asm-analysis:9.9=spotbugs

dd-java-agent/agent-profiling/profiling-ddprof/gradle.lockfile

Lines changed: 46 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
# To regenerate this file, run: ./gradlew :dd-java-agent:agent-profiling:profiling-ddprof:dependencies --write-locks
5-
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
6-
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
7-
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5+
ch.qos.logback:logback-classic:1.2.13=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
ch.qos.logback:logback-core:1.2.13=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
com.github.javaparser:javaparser-core:3.25.6=codenarc
9-
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs
9+
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,jmhCompileClasspath,spotbugs
1010
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1111
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
12-
com.google.auto.service:auto-service-annotations:1.1.1=annotationProcessor,compileClasspath
12+
com.google.auto.service:auto-service-annotations:1.1.1=annotationProcessor,compileClasspath,jmhCompileClasspath
1313
com.google.auto.service:auto-service:1.1.1=annotationProcessor
1414
com.google.auto:auto-common:1.2.1=annotationProcessor
15-
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
15+
com.google.code.findbugs:jsr305:3.0.2=annotationProcessor,compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1616
com.google.code.gson:gson:2.13.2=spotbugs
1717
com.google.errorprone:error_prone_annotations:2.18.0=annotationProcessor
1818
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
@@ -22,16 +22,18 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=anno
2222
com.google.j2objc:j2objc-annotations:2.8=annotationProcessor
2323
com.thoughtworks.qdox:qdox:1.12.1=codenarc
2424
commons-io:commons-io:2.20.0=spotbugs
25-
de.thetaphi:forbiddenapis:3.10=compileClasspath
26-
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
25+
de.thetaphi:forbiddenapis:3.10=compileClasspath,jmhCompileClasspath
26+
io.leangen.geantyref:geantyref:1.3.16=jmhRuntimeClasspath,testRuntimeClasspath
2727
jaxen:jaxen:2.0.0=spotbugs
28-
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
29-
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
28+
net.bytebuddy:byte-buddy-agent:1.12.8=jmhRuntimeClasspath,testRuntimeClasspath
29+
net.bytebuddy:byte-buddy:1.12.8=jmhRuntimeClasspath,testRuntimeClasspath
30+
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
3031
net.sf.saxon:Saxon-HE:12.9=spotbugs
3132
org.apache.ant:ant-antlr:1.10.14=codenarc
3233
org.apache.ant:ant-junit:1.10.14=codenarc
3334
org.apache.bcel:bcel:6.11.0=spotbugs
3435
org.apache.commons:commons-lang3:3.19.0=spotbugs
36+
org.apache.commons:commons-math3:3.6.1=jmh,jmhCompileClasspath,jmhRuntimeClasspath
3537
org.apache.commons:commons-text:1.14.0=spotbugs
3638
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
3739
org.apache.logging.log4j:log4j-core:2.25.2=spotbugs
@@ -41,51 +43,56 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
4143
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
4244
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
4345
org.codehaus.groovy:groovy-json:3.0.23=codenarc
44-
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
46+
org.codehaus.groovy:groovy-json:3.0.25=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4547
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
4648
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
4749
org.codehaus.groovy:groovy:3.0.23=codenarc
48-
org.codehaus.groovy:groovy:3.0.25=testCompileClasspath,testRuntimeClasspath
50+
org.codehaus.groovy:groovy:3.0.25=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4951
org.codenarc:CodeNarc:3.7.0=codenarc
5052
org.dom4j:dom4j:2.2.0=spotbugs
5153
org.gmetrics:GMetrics:2.1.0=codenarc
52-
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
54+
org.hamcrest:hamcrest:3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
5355
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
5456
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
5557
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
5658
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
57-
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
58-
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
59-
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
60-
org.junit.jupiter:junit-jupiter:5.14.1=testCompileClasspath,testRuntimeClasspath
61-
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
62-
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
63-
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
59+
org.junit.jupiter:junit-jupiter-api:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
60+
org.junit.jupiter:junit-jupiter-engine:5.14.1=jmhRuntimeClasspath,testRuntimeClasspath
61+
org.junit.jupiter:junit-jupiter-params:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
62+
org.junit.jupiter:junit-jupiter:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
63+
org.junit.platform:junit-platform-commons:1.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
64+
org.junit.platform:junit-platform-engine:1.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
65+
org.junit.platform:junit-platform-launcher:1.14.1=jmhRuntimeClasspath,testRuntimeClasspath
6466
org.junit:junit-bom:5.14.0=spotbugs
65-
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
66-
org.lz4:lz4-java:1.7.1=testCompileClasspath,testRuntimeClasspath
67-
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
68-
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
69-
org.openjdk.jmc:common:8.1.0=testCompileClasspath,testRuntimeClasspath
70-
org.openjdk.jmc:flightrecorder:8.1.0=testCompileClasspath,testRuntimeClasspath
71-
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
67+
org.junit:junit-bom:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
68+
org.lz4:lz4-java:1.7.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
69+
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testRuntimeClasspath
70+
org.objenesis:objenesis:3.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
71+
org.openjdk.jmc:common:8.1.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
72+
org.openjdk.jmc:flightrecorder:8.1.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
73+
org.openjdk.jmh:jmh-core:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
74+
org.openjdk.jmh:jmh-generator-asm:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
75+
org.openjdk.jmh:jmh-generator-bytecode:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
76+
org.openjdk.jmh:jmh-generator-reflection:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
77+
org.opentest4j:opentest4j:1.3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7278
org.ow2.asm:asm-analysis:9.9=spotbugs
7379
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
7480
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
7581
org.ow2.asm:asm-util:9.9=spotbugs
82+
org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath
7683
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
77-
org.owasp.encoder:encoder:1.2.3=testCompileClasspath,testRuntimeClasspath
78-
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
79-
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
80-
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
81-
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath
82-
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
84+
org.owasp.encoder:encoder:1.2.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
85+
org.slf4j:jcl-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
86+
org.slf4j:jul-to-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
87+
org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
88+
org.slf4j:slf4j-api:1.7.30=compileClasspath,jmhCompileClasspath,runtimeClasspath
89+
org.slf4j:slf4j-api:1.7.32=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8390
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
8491
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
85-
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
86-
org.spockframework:spock-bom:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
87-
org.spockframework:spock-core:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
88-
org.tabletest:tabletest-junit:1.2.1=testCompileClasspath,testRuntimeClasspath
89-
org.tabletest:tabletest-parser:1.2.0=testCompileClasspath,testRuntimeClasspath
92+
org.snakeyaml:snakeyaml-engine:2.9=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
93+
org.spockframework:spock-bom:2.4-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
94+
org.spockframework:spock-core:2.4-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
95+
org.tabletest:tabletest-junit:1.2.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
96+
org.tabletest:tabletest-parser:1.2.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
9097
org.xmlresolver:xmlresolver:5.3.3=spotbugs
91-
empty=shadow,spotbugsPlugins,testAnnotationProcessor
98+
empty=jmhAnnotationProcessor,shadow,spotbugsPlugins,testAnnotationProcessor

0 commit comments

Comments
 (0)