Skip to content

Commit cc6dd3c

Browse files
chore: Update Gradle dependencies (#11440)
chore: Update Gradle dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent d004413 commit cc6dd3c

10 files changed

Lines changed: 13 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ org.junit.platform:junit-platform-suite-api:1.14.1=jmhRuntimeClasspath,testRunti
9393
org.junit.platform:junit-platform-suite-commons:1.14.1=jmhRuntimeClasspath,testRuntimeClasspath
9494
org.junit:junit-bom:5.14.0=spotbugs
9595
org.junit:junit-bom:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
96-
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testRuntimeClasspath
96+
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
97+
org.mockito:mockito-junit-jupiter:4.4.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
9798
org.objenesis:objenesis:3.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
9899
org.openjdk.jmh:jmh-core:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
99100
org.openjdk.jmh:jmh-generator-asm:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath

dd-trace-api/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

products/feature-flagging/feature-flagging-bootstrap/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

utils/config-utils/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

utils/container-utils/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

utils/filesystem-utils/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

utils/junit-utils/gradle.lockfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs
@@ -63,9 +64,11 @@ org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
6364
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6465
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6566
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
67+
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath
6668
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
6769
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
6870
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
71+
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
6972
org.spockframework:spock-bom:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
7073
org.spockframework:spock-core:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
7174
org.tabletest:tabletest-junit:1.2.1=compileClasspath,testCompileClasspath,testRuntimeClasspath

utils/test-agent-utils/decoder/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

utils/test-utils/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=compileClasspath,testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=compileClasspath,testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=runtimeClasspath,testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

utils/time-utils/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=testRuntimeClasspath
67
com.github.javaparser:javaparser-core:3.25.6=codenarc
78
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
89
com.github.spotbugs:spotbugs:4.9.8=spotbugs

0 commit comments

Comments
 (0)