Skip to content

Commit 967561b

Browse files
chore: Update Gradle dependencies (#10764)
chore: Update Gradle dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent e5e0164 commit 967561b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ commons-io:commons-io:2.20.0=spotbugs
5252
de.thetaphi:forbiddenapis:3.10=compileClasspath
5353
io.github.java-diff-utils:java-diff-utils:4.12=testRuntimeClasspath
5454
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
55+
io.micrometer:micrometer-commons:1.12.0=testRuntimeClasspath
56+
io.micrometer:micrometer-observation:1.12.0=testRuntimeClasspath
5557
jakarta.annotation:jakarta.annotation-api:1.3.5=testCompileClasspath,testRuntimeClasspath
5658
jaxen:jaxen:2.0.0=spotbugs
5759
junit:junit:4.12=testCompileClasspath,testRuntimeClasspath
@@ -157,12 +159,16 @@ org.springframework.boot:spring-boot-starter-web:2.3.5.RELEASE=testCompileClassp
157159
org.springframework.boot:spring-boot-starter:2.3.5.RELEASE=testCompileClasspath,testRuntimeClasspath
158160
org.springframework.boot:spring-boot:2.3.5.RELEASE=testCompileClasspath,testRuntimeClasspath
159161
org.springframework:spring-aop:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
160-
org.springframework:spring-beans:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
162+
org.springframework:spring-beans:5.2.10.RELEASE=testCompileClasspath
163+
org.springframework:spring-beans:6.1.0=testRuntimeClasspath
161164
org.springframework:spring-context:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
162-
org.springframework:spring-core:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
165+
org.springframework:spring-core:5.2.10.RELEASE=testCompileClasspath
166+
org.springframework:spring-core:6.1.0=testRuntimeClasspath
163167
org.springframework:spring-expression:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
164-
org.springframework:spring-jcl:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
165-
org.springframework:spring-web:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
168+
org.springframework:spring-jcl:5.2.10.RELEASE=testCompileClasspath
169+
org.springframework:spring-jcl:6.1.0=testRuntimeClasspath
170+
org.springframework:spring-web:5.2.10.RELEASE=testCompileClasspath
171+
org.springframework:spring-web:6.1.0=testRuntimeClasspath
166172
org.springframework:spring-webmvc:5.2.10.RELEASE=testCompileClasspath,testRuntimeClasspath
167173
org.xmlresolver:xmlresolver:5.3.3=spotbugs
168174
org.yaml:snakeyaml:1.26=testCompileClasspath,testRuntimeClasspath

dd-java-agent/appsec/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ch.qos.logback:logback-classic:1.2.13=jmhRuntimeClasspath,testCompileClasspath,t
77
ch.qos.logback:logback-core:1.2.13=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
88
com.datadoghq.okhttp3:okhttp:3.12.15=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99
com.datadoghq.okio:okio:1.17.6=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
com.datadoghq:dd-instrument-java:0.0.3=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
1011
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1112
com.datadoghq:java-dogstatsd-client:4.4.3=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
1213
com.datadoghq:sketches-java:0.8.3=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
55
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
66
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
com.datadoghq:ddprof:1.37.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
com.datadoghq:ddprof:1.38.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
com.github.javaparser:javaparser-core:3.25.6=codenarc
99
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1010
com.github.spotbugs:spotbugs:4.9.8=spotbugs

0 commit comments

Comments
 (0)