Skip to content

Commit

Permalink
Update Netty 4.1.112 -> 4.1.113 (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy authored Sep 4, 2024
1 parent 253d14f commit 338e52e
Show file tree
Hide file tree
Showing 112 changed files with 935 additions and 935 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ issueManagementUrl=https://github.com/apple/servicetalk/issues
ciManagementUrl=https://github.com/apple/servicetalk/actions

# dependency versions
nettyVersion=4.1.112.Final
nettyVersion=4.1.113.Final
nettyIoUringVersion=0.0.25.Final

jsr305Version=3.0.2
Expand Down
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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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
40 changes: 20 additions & 20 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.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.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
io.netty:netty-bom:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-dns:4.1.113.Final=runtimeClasspath
io.netty:netty-codec-http2:4.1.113.Final=runtimeClasspath
io.netty:netty-codec-http:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-resolver-dns-classes-macos:4.1.113.Final=runtimeClasspath
io.netty:netty-resolver-dns-native-macos:4.1.113.Final=runtimeClasspath
io.netty:netty-resolver-dns:4.1.113.Final=runtimeClasspath
io.netty:netty-resolver:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-tcnative-boringssl-static:2.0.66.Final=runtimeClasspath
io.netty:netty-tcnative-classes:2.0.66.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-transport:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-common:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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.112.Final=compileClasspath,runtimeClasspath
io.netty:netty-bom:4.1.113.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
28 changes: 14 additions & 14 deletions servicetalk-data-jackson-jersey/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ com.sun.xml.bind:jaxb-core:2.3.0.1=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.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.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
io.netty:netty-bom:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.113.Final=runtimeClasspath
io.netty:netty-common:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.113.Final=runtimeClasspath
io.netty:netty-resolver:4.1.113.Final=runtimeClasspath
io.netty:netty-tcnative-boringssl-static:2.0.66.Final=runtimeClasspath
io.netty:netty-tcnative-classes:2.0.66.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.113.Final=runtimeClasspath
io.netty:netty-transport:4.1.113.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
28 changes: 14 additions & 14 deletions servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ com.sun.xml.bind:jaxb-core:2.3.0.1=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.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.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
io.netty:netty-bom:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec:4.1.113.Final=runtimeClasspath
io.netty:netty-common:4.1.113.Final=compileClasspath,runtimeClasspath
io.netty:netty-handler:4.1.113.Final=runtimeClasspath
io.netty:netty-resolver:4.1.113.Final=runtimeClasspath
io.netty:netty-tcnative-boringssl-static:2.0.66.Final=runtimeClasspath
io.netty:netty-tcnative-classes:2.0.66.Final=runtimeClasspath
io.netty:netty-transport-classes-epoll:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-classes-kqueue:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-epoll:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-kqueue:4.1.113.Final=runtimeClasspath
io.netty:netty-transport-native-unix-common:4.1.113.Final=runtimeClasspath
io.netty:netty-transport:4.1.113.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 338e52e

Please sign in to comment.