|
1 | 1 | # This is a Gradle generated file for dependency locking. |
2 | 2 | # Manual edits can break the build and are not advised. |
3 | 3 | # 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 |
4 | 6 | ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath |
5 | 7 | 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 |
8 | 14 | 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 |
9 | 23 | com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath |
10 | 24 | com.github.spotbugs:spotbugs:4.9.8=spotbugs |
11 | 25 | com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs |
12 | 26 | com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath |
13 | 27 | com.google.code.gson:gson:2.13.2=spotbugs |
14 | 28 | 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 |
15 | 32 | com.thoughtworks.qdox:qdox:1.12.1=codenarc |
16 | 33 | commons-io:commons-io:2.20.0=spotbugs |
17 | 34 | de.thetaphi:forbiddenapis:3.10=compileClasspath |
@@ -75,12 +92,17 @@ org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath |
75 | 92 | org.mockito:mockito-core:4.4.0=testRuntimeClasspath |
76 | 93 | org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath |
77 | 94 | org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath |
| 95 | +org.ow2.asm:asm-analysis:9.7.1=runtimeClasspath,testRuntimeClasspath |
78 | 96 | org.ow2.asm:asm-analysis:9.9=spotbugs |
79 | 97 | org.ow2.asm:asm-commons:9.6=compileClasspath,embeddedClasspath |
| 98 | +org.ow2.asm:asm-commons:9.7.1=runtimeClasspath,testRuntimeClasspath |
80 | 99 | org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs |
| 100 | +org.ow2.asm:asm-tree:9.7.1=runtimeClasspath,testRuntimeClasspath |
81 | 101 | org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs |
| 102 | +org.ow2.asm:asm-util:9.7.1=runtimeClasspath,testRuntimeClasspath |
82 | 103 | org.ow2.asm:asm-util:9.9=spotbugs |
83 | 104 | org.ow2.asm:asm:9.6=compileClasspath,embeddedClasspath |
| 105 | +org.ow2.asm:asm:9.7.1=runtimeClasspath,testRuntimeClasspath |
84 | 106 | org.ow2.asm:asm:9.9=jacocoAnt,spotbugs |
85 | 107 | org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath |
86 | 108 | org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath |
|
0 commit comments