Skip to content

Commit 5027464

Browse files
Update gradle locks
1 parent 38a2557 commit 5027464

File tree

7 files changed

+68
-62
lines changed

7 files changed

+68
-62
lines changed

grpc-circuitbreaker-utils/gradle.lockfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@ com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testC
1010
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
1111
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.google.code.gson:gson:2.13.1=runtimeClasspath,testRuntimeClasspath
13-
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,testCompileClasspath
13+
com.google.errorprone:error_prone_annotations:2.30.0=compileClasspath,testCompileClasspath
1414
com.google.errorprone:error_prone_annotations:2.38.0=runtimeClasspath,testRuntimeClasspath
1515
com.google.guava:failureaccess:1.0.1=compileClasspath,testCompileClasspath
1616
com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
1717
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,testCompileClasspath
1818
com.google.guava:guava:32.1.2-jre=compileClasspath,testCompileClasspath
19-
com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath
19+
com.google.guava:guava:33.3.1-android=runtimeClasspath,testRuntimeClasspath
2020
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2121
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
22+
com.google.j2objc:j2objc-annotations:3.0.0=runtimeClasspath,testRuntimeClasspath
2223
com.typesafe:config:1.4.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2324
io.github.resilience4j:resilience4j-circuitbreaker:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2425
io.github.resilience4j:resilience4j-core:1.7.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25-
io.grpc:grpc-api:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26-
io.grpc:grpc-bom:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
io.grpc:grpc-context:1.68.3=runtimeClasspath,testRuntimeClasspath
28-
io.grpc:grpc-core:1.68.3=runtimeClasspath,testRuntimeClasspath
26+
io.grpc:grpc-api:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27+
io.grpc:grpc-bom:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28+
io.grpc:grpc-context:1.75.0=runtimeClasspath,testRuntimeClasspath
29+
io.grpc:grpc-core:1.75.0=runtimeClasspath,testRuntimeClasspath
2930
io.netty:netty-bom:4.1.125.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3031
io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
3132
io.vavr:vavr-match:0.10.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -35,10 +36,10 @@ net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
3536
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
3637
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
3738
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
38-
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
39+
org.checkerframework:checker-qual:3.43.0=runtimeClasspath,testRuntimeClasspath
3940
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4041
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41-
org.hypertrace.bom:hypertrace-bom:0.3.62=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
org.hypertrace.bom:hypertrace-bom:0.3.63=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4243
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4344
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
4445
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath

grpc-client-rx-utils/gradle.lockfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testC
1010
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
1111
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.google.code.gson:gson:2.13.1=runtimeClasspath,testRuntimeClasspath
13-
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,testCompileClasspath
13+
com.google.errorprone:error_prone_annotations:2.30.0=compileClasspath,testCompileClasspath
1414
com.google.errorprone:error_prone_annotations:2.38.0=runtimeClasspath,testRuntimeClasspath
1515
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16-
com.google.guava:guava:33.2.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
com.google.guava:guava:33.3.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1717
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
19-
io.grpc:grpc-api:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20-
io.grpc:grpc-bom:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
io.grpc:grpc-context:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
io.grpc:grpc-core:1.68.3=runtimeClasspath,testRuntimeClasspath
23-
io.grpc:grpc-stub:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
io.grpc:grpc-api:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
io.grpc:grpc-bom:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
io.grpc:grpc-context:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
io.grpc:grpc-core:1.75.0=runtimeClasspath,testRuntimeClasspath
23+
io.grpc:grpc-stub:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
io.netty:netty-bom:4.1.125.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2525
io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
2626
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2727
net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
2828
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
2929
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
30-
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
30+
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3232
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
org.hypertrace.bom:hypertrace-bom:0.3.62=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
org.hypertrace.bom:hypertrace-bom:0.3.63=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3434
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3535
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
3636
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath

grpc-client-utils/gradle.lockfile

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@ com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testC
1010
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
1111
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.google.code.gson:gson:2.13.1=runtimeClasspath,testRuntimeClasspath
13-
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,testCompileClasspath
13+
com.google.errorprone:error_prone_annotations:2.30.0=compileClasspath,testCompileClasspath
1414
com.google.errorprone:error_prone_annotations:2.38.0=runtimeClasspath,testRuntimeClasspath
1515
com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
16-
com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath
16+
com.google.guava:guava:33.3.1-android=runtimeClasspath,testRuntimeClasspath
1717
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=runtimeClasspath,testRuntimeClasspath
18-
io.grpc:grpc-api:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
io.grpc:grpc-bom:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20-
io.grpc:grpc-context:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
io.grpc:grpc-core:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
io.grpc:grpc-inprocess:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23-
io.grpc:grpc-netty:1.68.3=testRuntimeClasspath
24-
io.grpc:grpc-util:1.68.3=testRuntimeClasspath
18+
com.google.j2objc:j2objc-annotations:3.0.0=runtimeClasspath,testRuntimeClasspath
19+
io.grpc:grpc-api:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
io.grpc:grpc-bom:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
io.grpc:grpc-context:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
io.grpc:grpc-core:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
io.grpc:grpc-inprocess:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
io.grpc:grpc-netty:1.75.0=testRuntimeClasspath
25+
io.grpc:grpc-util:1.75.0=testRuntimeClasspath
2526
io.netty:netty-bom:4.1.125.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2627
io.netty:netty-buffer:4.1.125.Final=testRuntimeClasspath
2728
io.netty:netty-codec-http2:4.1.125.Final=testRuntimeClasspath
@@ -38,10 +39,10 @@ io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
3839
net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
3940
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
4041
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
41-
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
42+
org.checkerframework:checker-qual:3.43.0=runtimeClasspath,testRuntimeClasspath
4243
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
4344
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44-
org.hypertrace.bom:hypertrace-bom:0.3.62=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45+
org.hypertrace.bom:hypertrace-bom:0.3.63=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4546
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4647
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath,testRuntimeClasspath
4748
org.junit.jupiter:junit-jupiter-engine:5.10.0=testRuntimeClasspath

grpc-context-utils/gradle.lockfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,30 @@ com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testC
1010
com.google.android:annotations:4.1.1.4=runtimeClasspath,testRuntimeClasspath
1111
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1212
com.google.code.gson:gson:2.13.1=runtimeClasspath,testRuntimeClasspath
13-
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,testCompileClasspath
13+
com.google.errorprone:error_prone_annotations:2.30.0=compileClasspath,testCompileClasspath
1414
com.google.errorprone:error_prone_annotations:2.38.0=runtimeClasspath,testRuntimeClasspath
1515
com.google.guava:failureaccess:1.0.1=compileClasspath,testCompileClasspath
1616
com.google.guava:failureaccess:1.0.2=runtimeClasspath,testRuntimeClasspath
1717
com.google.guava:guava-parent:32.1.2-jre=compileClasspath,testCompileClasspath
1818
com.google.guava:guava:32.1.2-jre=compileClasspath,testCompileClasspath
19-
com.google.guava:guava:33.2.1-android=runtimeClasspath,testRuntimeClasspath
19+
com.google.guava:guava:33.3.1-android=runtimeClasspath,testRuntimeClasspath
2020
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2121
com.google.j2objc:j2objc-annotations:2.8=compileClasspath,testCompileClasspath
22-
io.grpc:grpc-api:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23-
io.grpc:grpc-bom:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24-
io.grpc:grpc-context:1.68.3=runtimeClasspath,testRuntimeClasspath
25-
io.grpc:grpc-core:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
com.google.j2objc:j2objc-annotations:3.0.0=runtimeClasspath,testRuntimeClasspath
23+
io.grpc:grpc-api:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
io.grpc:grpc-bom:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25+
io.grpc:grpc-context:1.75.0=runtimeClasspath,testRuntimeClasspath
26+
io.grpc:grpc-core:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2627
io.netty:netty-bom:4.1.125.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2728
io.perfmark:perfmark-api:0.27.0=runtimeClasspath,testRuntimeClasspath
2829
net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
2930
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
3031
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
3132
org.checkerframework:checker-qual:3.33.0=compileClasspath,testCompileClasspath
32-
org.checkerframework:checker-qual:3.42.0=runtimeClasspath,testRuntimeClasspath
33+
org.checkerframework:checker-qual:3.43.0=runtimeClasspath,testRuntimeClasspath
3334
org.codehaus.mojo:animal-sniffer-annotations:1.24=runtimeClasspath,testRuntimeClasspath
3435
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35-
org.hypertrace.bom:hypertrace-bom:0.3.62=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
org.hypertrace.bom:hypertrace-bom:0.3.63=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3637
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3738
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
3839
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath

grpc-server-rx-utils/gradle.lockfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,23 @@
33
# This file is expected to be part of source control.
44
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6-
com.google.errorprone:error_prone_annotations:2.28.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6+
com.google.errorprone:error_prone_annotations:2.30.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77
com.google.guava:failureaccess:1.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8-
com.google.guava:guava:33.2.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
com.google.guava:guava:33.3.1-android=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10-
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,testCompileClasspath
11-
io.grpc:grpc-api:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12-
io.grpc:grpc-bom:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13-
io.grpc:grpc-stub:1.68.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
io.grpc:grpc-api:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
io.grpc:grpc-bom:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
io.grpc:grpc-stub:1.75.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1414
io.netty:netty-bom:4.1.125.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1515
io.reactivex.rxjava3:rxjava:3.1.7=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
1616
net.bytebuddy:byte-buddy-agent:1.14.10=testCompileClasspath,testRuntimeClasspath
1717
net.bytebuddy:byte-buddy:1.14.10=testCompileClasspath,testRuntimeClasspath
1818
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
19-
org.checkerframework:checker-qual:3.42.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
org.checkerframework:checker-qual:3.43.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
org.codehaus.mojo:animal-sniffer-annotations:1.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2021
org.eclipse.jetty:jetty-bom:11.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
org.hypertrace.bom:hypertrace-bom:0.3.62=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
org.hypertrace.bom:hypertrace-bom:0.3.63=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2223
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.6.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2324
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath
2425
org.junit.jupiter:junit-jupiter-api:5.10.1=testRuntimeClasspath

0 commit comments

Comments
 (0)