Skip to content

Commit

Permalink
re-generate lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy committed Aug 22, 2024
1 parent 1f6afb3 commit 8646bfe
Show file tree
Hide file tree
Showing 111 changed files with 887 additions and 851 deletions.
2 changes: 1 addition & 1 deletion servicetalk-annotations/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
36 changes: 18 additions & 18 deletions servicetalk-benchmarks/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty.incubator:netty-incubator-transport-classes-io_uring:0.0.25.Final=runtimeClasspath
io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.25.Final=runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-dns:4.1.111.Final=runtimeClasspath
io.netty:netty-codec-http2:4.1.111.Final=runtimeClasspath
io.netty:netty-codec-http:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-resolver-dns-classes-macos:4.1.111.Final=runtimeClasspath
io.netty:netty-resolver-dns-native-macos:4.1.111.Final=runtimeClasspath
io.netty:netty-resolver-dns:4.1.111.Final=runtimeClasspath
io.netty:netty-resolver:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-dns:4.1.112.Final=runtimeClasspath
io.netty:netty-codec-http2:4.1.112.Final=runtimeClasspath
io.netty:netty-codec-http:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-resolver-dns-classes-macos:4.1.112.Final=runtimeClasspath
io.netty:netty-resolver-dns-native-macos:4.1.112.Final=runtimeClasspath
io.netty:netty-resolver-dns:4.1.112.Final=runtimeClasspath
io.netty:netty-resolver:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-tcnative-boringssl-static:2.0.65.Final=runtimeClasspath
io.netty:netty-tcnative-classes:2.0.65.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport:4.1.112.Final=compileClasspath,runtimeClasspath
net.sf.jopt-simple:jopt-simple:5.0.4=compileClasspath,runtimeClasspath
org.apache.commons:commons-math3:3.6.1=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-buffer-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor
6 changes: 3 additions & 3 deletions servicetalk-buffer-netty/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-capacity-limiter-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-circuit-breaker-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=runtimeClasspath
io.netty:netty-bom:4.1.111.Final=runtimeClasspath
io.netty:netty-bom:4.1.112.Final=runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=runtimeClasspath
empty=annotationProcessor,compileClasspath,spotbugsPlugins,testAnnotationProcessor
2 changes: 1 addition & 1 deletion servicetalk-circuit-breaker-resilience4j/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.github.resilience4j:resilience4j-circuitbreaker:1.7.1=compileClasspath,runtimeClasspath
io.github.resilience4j:resilience4j-core:1.7.1=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
io.vavr:vavr-match:0.10.2=compileClasspath,runtimeClasspath
io.vavr:vavr:0.10.2=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-client-api-internal/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-client-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-concurrent-api-internal/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-concurrent-api-test/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-concurrent-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-concurrent-internal/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-concurrent-jdkflow/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
6 changes: 3 additions & 3 deletions servicetalk-concurrent-reactivestreams/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-concurrent-test-internal/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
org.jctools:jctools-core:4.0.3=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion servicetalk-concurrent/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
2 changes: 1 addition & 1 deletion servicetalk-context-api/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath
org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor
26 changes: 13 additions & 13 deletions servicetalk-data-jackson-jersey/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath
com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath
com.sun.xml.bind:jaxb-core:2.3.0.1=runtimeClasspath
com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath
com.sun.xml.bind:jaxb-impl:2.3.3=runtimeClasspath
io.netty.incubator:netty-incubator-transport-classes-io_uring:0.0.25.Final=runtimeClasspath
io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.25.Final=runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.111.Final=runtimeClasspath
io.netty:netty-common:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.111.Final=runtimeClasspath
io.netty:netty-resolver:4.1.111.Final=runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.112.Final=runtimeClasspath
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.112.Final=runtimeClasspath
io.netty:netty-resolver:4.1.112.Final=runtimeClasspath
io.netty:netty-tcnative-boringssl-static:2.0.65.Final=runtimeClasspath
io.netty:netty-tcnative-classes:2.0.65.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.111.Final=runtimeClasspath
io.netty:netty-transport:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.112.Final=runtimeClasspath
io.netty:netty-transport:4.1.112.Final=runtimeClasspath
jakarta.activation:jakarta.activation-api:1.2.2=runtimeClasspath
jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath
jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath
Expand Down
26 changes: 13 additions & 13 deletions servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath
com.sun.activation:jakarta.activation:1.2.2=runtimeClasspath
com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath
com.sun.xml.bind:jaxb-core:2.3.0.1=runtimeClasspath
com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath
com.sun.xml.bind:jaxb-impl:2.3.3=runtimeClasspath
io.netty.incubator:netty-incubator-transport-classes-io_uring:0.0.25.Final=runtimeClasspath
io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.25.Final=runtimeClasspath
io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.111.Final=runtimeClasspath
io.netty:netty-common:4.1.111.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.111.Final=runtimeClasspath
io.netty:netty-resolver:4.1.111.Final=runtimeClasspath
io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.112.Final=runtimeClasspath
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.112.Final=runtimeClasspath
io.netty:netty-resolver:4.1.112.Final=runtimeClasspath
io.netty:netty-tcnative-boringssl-static:2.0.65.Final=runtimeClasspath
io.netty:netty-tcnative-classes:2.0.65.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.111.Final=runtimeClasspath
io.netty:netty-transport:4.1.111.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.112.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.112.Final=runtimeClasspath
io.netty:netty-transport:4.1.112.Final=runtimeClasspath
jakarta.activation:jakarta.activation-api:2.1.3=compileClasspath,runtimeClasspath
jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath
jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath
Expand Down
Loading

0 comments on commit 8646bfe

Please sign in to comment.