Skip to content

Commit b04a59a

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

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

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

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4+
cafe.cryptography:curve25519-elisabeth:0.1.0=runtimeClasspath,testRuntimeClasspath
5+
cafe.cryptography:ed25519-elisabeth:0.1.0=runtimeClasspath,testRuntimeClasspath
46
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
57
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6-
com.datadoghq:dd-instrument-java:0.0.3=compileClasspath
7-
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testRuntimeClasspath
8+
com.datadoghq.okhttp3:okhttp:3.12.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9+
com.datadoghq.okio:okio:1.17.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
com.datadoghq:dd-instrument-java:0.0.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
com.datadoghq:java-dogstatsd-client:4.4.3=runtimeClasspath,testRuntimeClasspath
13+
com.datadoghq:sketches-java:0.8.3=runtimeClasspath,testRuntimeClasspath
814
com.github.javaparser:javaparser-core:3.25.6=codenarc
15+
com.github.jnr:jffi:1.3.14=runtimeClasspath,testRuntimeClasspath
16+
com.github.jnr:jnr-a64asm:1.0.0=runtimeClasspath,testRuntimeClasspath
17+
com.github.jnr:jnr-constants:0.10.4=runtimeClasspath,testRuntimeClasspath
18+
com.github.jnr:jnr-enxio:0.32.19=runtimeClasspath,testRuntimeClasspath
19+
com.github.jnr:jnr-ffi:2.2.18=runtimeClasspath,testRuntimeClasspath
20+
com.github.jnr:jnr-posix:3.1.21=runtimeClasspath,testRuntimeClasspath
21+
com.github.jnr:jnr-unixsocket:0.38.24=runtimeClasspath,testRuntimeClasspath
22+
com.github.jnr:jnr-x86asm:1.0.2=runtimeClasspath,testRuntimeClasspath
923
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1024
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1125
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
1226
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1327
com.google.code.gson:gson:2.13.2=spotbugs
1428
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
29+
com.google.protobuf:protobuf-java:3.14.0=testCompileClasspath,testRuntimeClasspath
30+
com.squareup.moshi:moshi:1.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
com.squareup.okio:okio:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1532
com.thoughtworks.qdox:qdox:1.12.1=codenarc
1633
commons-io:commons-io:2.20.0=spotbugs
1734
de.thetaphi:forbiddenapis:3.10=compileClasspath
@@ -75,12 +92,17 @@ org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
7592
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
7693
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
7794
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
95+
org.ow2.asm:asm-analysis:9.7.1=runtimeClasspath,testRuntimeClasspath
7896
org.ow2.asm:asm-analysis:9.9=spotbugs
7997
org.ow2.asm:asm-commons:9.6=compileClasspath,embeddedClasspath
98+
org.ow2.asm:asm-commons:9.7.1=runtimeClasspath,testRuntimeClasspath
8099
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
100+
org.ow2.asm:asm-tree:9.7.1=runtimeClasspath,testRuntimeClasspath
81101
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
102+
org.ow2.asm:asm-util:9.7.1=runtimeClasspath,testRuntimeClasspath
82103
org.ow2.asm:asm-util:9.9=spotbugs
83104
org.ow2.asm:asm:9.6=compileClasspath,embeddedClasspath
105+
org.ow2.asm:asm:9.7.1=runtimeClasspath,testRuntimeClasspath
84106
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
85107
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
86108
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

utils/socket-utils/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=runtimeClasspath,testRuntimeClasspath
77
com.github.javaparser:javaparser-core:3.25.6=codenarc
88
com.github.jnr:jffi:1.3.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99
com.github.jnr:jnr-a64asm:1.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)