From d60736bf41adc1bec62e60408901d35c64703bfa Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Tue, 18 Jun 2024 16:36:56 -0700 Subject: [PATCH 1/6] Add Gradle Lock files See: https://docs.gradle.org/current/userguide/dependency_locking.html Lock files will help us see what dependencies are used by every module. When we bump any dependency, it will also show what transitive dependencies are upgraded automatically. --- build.gradle | 15 +++++ gradlew | 3 +- servicetalk-annotations/gradle.lockfile | 10 +++ servicetalk-benchmarks/gradle.lockfile | 39 ++++++++++++ servicetalk-bom/gradle.lockfile | 4 ++ servicetalk-buffer-api/gradle.lockfile | 10 +++ servicetalk-buffer-netty/gradle.lockfile | 14 +++++ .../gradle.lockfile | 12 ++++ .../gradle.lockfile | 10 +++ .../gradle.lockfile | 15 +++++ .../gradle.lockfile | 12 ++++ servicetalk-client-api/gradle.lockfile | 12 ++++ .../gradle.lockfile | 12 ++++ .../gradle.lockfile | 12 ++++ servicetalk-concurrent-api/gradle.lockfile | 12 ++++ .../gradle.lockfile | 12 ++++ .../gradle.lockfile | 12 ++++ .../gradle.lockfile | 15 +++++ .../gradle.lockfile | 12 ++++ servicetalk-concurrent/gradle.lockfile | 10 +++ servicetalk-context-api/gradle.lockfile | 10 +++ .../gradle.lockfile | 43 +++++++++++++ .../gradle.lockfile | 48 +++++++++++++++ .../gradle.lockfile | 47 ++++++++++++++ servicetalk-data-jackson/gradle.lockfile | 15 +++++ .../gradle.lockfile | 44 +++++++++++++ .../gradle.lockfile | 49 +++++++++++++++ .../gradle.lockfile | 48 +++++++++++++++ servicetalk-data-protobuf/gradle.lockfile | 13 ++++ servicetalk-dependencies/gradle.lockfile | 4 ++ .../gradle.lockfile | 31 ++++++++++ .../gradle.lockfile | 12 ++++ servicetalk-encoding-api/gradle.lockfile | 12 ++++ servicetalk-encoding-netty/gradle.lockfile | 17 ++++++ servicetalk-examples/gradle.lockfile | 4 ++ .../grpc/compression/gradle.lockfile | 38 ++++++++++++ .../grpc/deadline/gradle.lockfile | 38 ++++++++++++ .../grpc/debugging/gradle.lockfile | 38 ++++++++++++ .../grpc/errors/gradle.lockfile | 38 ++++++++++++ .../grpc/execution-strategy/gradle.lockfile | 38 ++++++++++++ servicetalk-examples/grpc/gradle.lockfile | 4 ++ .../grpc/health/gradle.lockfile | 38 ++++++++++++ .../grpc/helloworld/gradle.lockfile | 38 ++++++++++++ .../grpc/keepalive/gradle.lockfile | 38 ++++++++++++ .../grpc/observer/gradle.lockfile | 38 ++++++++++++ .../grpc/protoc-options/gradle.lockfile | 38 ++++++++++++ .../request-response-context/gradle.lockfile | 38 ++++++++++++ .../grpc/routeguide/gradle.lockfile | 46 ++++++++++++++ .../http/compression/gradle.lockfile | 36 +++++++++++ .../http/debugging/gradle.lockfile | 37 +++++++++++ .../http/defaultloadbalancer/gradle.lockfile | 36 +++++++++++ servicetalk-examples/http/gradle.lockfile | 4 ++ .../http/helloworld/gradle.lockfile | 36 +++++++++++ .../http/http2/gradle.lockfile | 37 +++++++++++ .../http/jaxrs/gradle.lockfile | 61 +++++++++++++++++++ .../http/metadata/gradle.lockfile | 36 +++++++++++ .../http/mutual-tls/gradle.lockfile | 37 +++++++++++ .../http/observer/gradle.lockfile | 36 +++++++++++ .../http/opentracing/gradle.lockfile | 42 +++++++++++++ .../http/redirects/gradle.lockfile | 37 +++++++++++ .../http/retry/gradle.lockfile | 36 +++++++++++ .../http/serialization/bytes/gradle.lockfile | 36 +++++++++++ .../http/serialization/gradle.lockfile | 4 ++ .../http/serialization/json/gradle.lockfile | 39 ++++++++++++ .../serialization/protobuf/gradle.lockfile | 37 +++++++++++ .../http/service-composition/gradle.lockfile | 39 ++++++++++++ .../http/timeout/gradle.lockfile | 36 +++++++++++ servicetalk-examples/http/uds/gradle.lockfile | 36 +++++++++++ .../gradle.lockfile | 5 ++ servicetalk-grpc-api/gradle.lockfile | 14 +++++ servicetalk-grpc-health/gradle.lockfile | 35 +++++++++++ servicetalk-grpc-internal/gradle.lockfile | 12 ++++ servicetalk-grpc-netty/gradle.lockfile | 35 +++++++++++ servicetalk-grpc-protobuf/gradle.lockfile | 16 +++++ servicetalk-grpc-protoc/gradle.lockfile | 14 +++++ servicetalk-grpc-utils/gradle.lockfile | 14 +++++ servicetalk-http-api/gradle.lockfile | 12 ++++ servicetalk-http-netty/gradle.lockfile | 33 ++++++++++ .../gradle.lockfile | 17 ++++++ .../gradle.lockfile | 28 +++++++++ .../gradle.lockfile | 24 ++++++++ .../gradle.lockfile | 33 ++++++++++ .../gradle.lockfile | 24 ++++++++ .../gradle.lockfile | 32 ++++++++++ .../gradle.lockfile | 12 ++++ .../gradle.lockfile | 17 ++++++ .../gradle.lockfile | 24 ++++++++ .../gradle.lockfile | 24 ++++++++ servicetalk-http-utils/gradle.lockfile | 12 ++++ .../gradle.lockfile | 12 ++++ .../gradle.lockfile | 12 ++++ servicetalk-loadbalancer/gradle.lockfile | 12 ++++ servicetalk-log4j2-mdc-utils/gradle.lockfile | 14 +++++ servicetalk-log4j2-mdc/gradle.lockfile | 14 +++++ servicetalk-logging-api/gradle.lockfile | 10 +++ .../gradle.lockfile | 11 ++++ servicetalk-oio-api-internal/gradle.lockfile | 11 ++++ servicetalk-oio-api/gradle.lockfile | 10 +++ .../gradle.lockfile | 14 +++++ .../gradle.lockfile | 18 ++++++ .../gradle.lockfile | 13 ++++ servicetalk-opentracing-http/gradle.lockfile | 13 ++++ .../gradle.lockfile | 12 ++++ .../gradle.lockfile | 13 ++++ .../gradle.lockfile | 11 ++++ .../gradle.lockfile | 15 +++++ .../gradle.lockfile | 30 +++++++++ servicetalk-router-api/gradle.lockfile | 10 +++ .../gradle.lockfile | 12 ++++ servicetalk-serialization-api/gradle.lockfile | 12 ++++ servicetalk-serializer-api/gradle.lockfile | 12 ++++ servicetalk-serializer-utils/gradle.lockfile | 12 ++++ .../gradle.lockfile | 27 ++++++++ servicetalk-test-resources/gradle.lockfile | 13 ++++ .../gradle.lockfile | 12 ++++ servicetalk-transport-api/gradle.lockfile | 12 ++++ .../gradle.lockfile | 27 ++++++++ servicetalk-transport-netty/gradle.lockfile | 27 ++++++++ servicetalk-utils-internal/gradle.lockfile | 12 ++++ 119 files changed, 2685 insertions(+), 1 deletion(-) create mode 100644 servicetalk-annotations/gradle.lockfile create mode 100644 servicetalk-benchmarks/gradle.lockfile create mode 100644 servicetalk-bom/gradle.lockfile create mode 100644 servicetalk-buffer-api/gradle.lockfile create mode 100644 servicetalk-buffer-netty/gradle.lockfile create mode 100644 servicetalk-capacity-limiter-api/gradle.lockfile create mode 100644 servicetalk-circuit-breaker-api/gradle.lockfile create mode 100644 servicetalk-circuit-breaker-resilience4j/gradle.lockfile create mode 100644 servicetalk-client-api-internal/gradle.lockfile create mode 100644 servicetalk-client-api/gradle.lockfile create mode 100644 servicetalk-concurrent-api-internal/gradle.lockfile create mode 100644 servicetalk-concurrent-api-test/gradle.lockfile create mode 100644 servicetalk-concurrent-api/gradle.lockfile create mode 100644 servicetalk-concurrent-internal/gradle.lockfile create mode 100644 servicetalk-concurrent-jdkflow/gradle.lockfile create mode 100644 servicetalk-concurrent-reactivestreams/gradle.lockfile create mode 100644 servicetalk-concurrent-test-internal/gradle.lockfile create mode 100644 servicetalk-concurrent/gradle.lockfile create mode 100644 servicetalk-context-api/gradle.lockfile create mode 100644 servicetalk-data-jackson-jersey/gradle.lockfile create mode 100644 servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile create mode 100644 servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile create mode 100644 servicetalk-data-jackson/gradle.lockfile create mode 100644 servicetalk-data-protobuf-jersey/gradle.lockfile create mode 100644 servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile create mode 100644 servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile create mode 100644 servicetalk-data-protobuf/gradle.lockfile create mode 100644 servicetalk-dependencies/gradle.lockfile create mode 100644 servicetalk-dns-discovery-netty/gradle.lockfile create mode 100644 servicetalk-encoding-api-internal/gradle.lockfile create mode 100644 servicetalk-encoding-api/gradle.lockfile create mode 100644 servicetalk-encoding-netty/gradle.lockfile create mode 100644 servicetalk-examples/gradle.lockfile create mode 100644 servicetalk-examples/grpc/compression/gradle.lockfile create mode 100644 servicetalk-examples/grpc/deadline/gradle.lockfile create mode 100644 servicetalk-examples/grpc/debugging/gradle.lockfile create mode 100644 servicetalk-examples/grpc/errors/gradle.lockfile create mode 100644 servicetalk-examples/grpc/execution-strategy/gradle.lockfile create mode 100644 servicetalk-examples/grpc/gradle.lockfile create mode 100644 servicetalk-examples/grpc/health/gradle.lockfile create mode 100644 servicetalk-examples/grpc/helloworld/gradle.lockfile create mode 100644 servicetalk-examples/grpc/keepalive/gradle.lockfile create mode 100644 servicetalk-examples/grpc/observer/gradle.lockfile create mode 100644 servicetalk-examples/grpc/protoc-options/gradle.lockfile create mode 100644 servicetalk-examples/grpc/request-response-context/gradle.lockfile create mode 100644 servicetalk-examples/grpc/routeguide/gradle.lockfile create mode 100644 servicetalk-examples/http/compression/gradle.lockfile create mode 100644 servicetalk-examples/http/debugging/gradle.lockfile create mode 100644 servicetalk-examples/http/defaultloadbalancer/gradle.lockfile create mode 100644 servicetalk-examples/http/gradle.lockfile create mode 100644 servicetalk-examples/http/helloworld/gradle.lockfile create mode 100644 servicetalk-examples/http/http2/gradle.lockfile create mode 100644 servicetalk-examples/http/jaxrs/gradle.lockfile create mode 100644 servicetalk-examples/http/metadata/gradle.lockfile create mode 100644 servicetalk-examples/http/mutual-tls/gradle.lockfile create mode 100644 servicetalk-examples/http/observer/gradle.lockfile create mode 100644 servicetalk-examples/http/opentracing/gradle.lockfile create mode 100644 servicetalk-examples/http/redirects/gradle.lockfile create mode 100644 servicetalk-examples/http/retry/gradle.lockfile create mode 100644 servicetalk-examples/http/serialization/bytes/gradle.lockfile create mode 100644 servicetalk-examples/http/serialization/gradle.lockfile create mode 100644 servicetalk-examples/http/serialization/json/gradle.lockfile create mode 100644 servicetalk-examples/http/serialization/protobuf/gradle.lockfile create mode 100644 servicetalk-examples/http/service-composition/gradle.lockfile create mode 100644 servicetalk-examples/http/timeout/gradle.lockfile create mode 100644 servicetalk-examples/http/uds/gradle.lockfile create mode 100644 servicetalk-gradle-plugin-internal/gradle.lockfile create mode 100644 servicetalk-grpc-api/gradle.lockfile create mode 100644 servicetalk-grpc-health/gradle.lockfile create mode 100644 servicetalk-grpc-internal/gradle.lockfile create mode 100644 servicetalk-grpc-netty/gradle.lockfile create mode 100644 servicetalk-grpc-protobuf/gradle.lockfile create mode 100644 servicetalk-grpc-protoc/gradle.lockfile create mode 100644 servicetalk-grpc-utils/gradle.lockfile create mode 100644 servicetalk-http-api/gradle.lockfile create mode 100644 servicetalk-http-netty/gradle.lockfile create mode 100644 servicetalk-http-router-jersey-internal/gradle.lockfile create mode 100644 servicetalk-http-router-jersey/gradle.lockfile create mode 100644 servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile create mode 100644 servicetalk-http-router-jersey3-jakarta10/gradle.lockfile create mode 100644 servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile create mode 100644 servicetalk-http-router-jersey3-jakarta9/gradle.lockfile create mode 100644 servicetalk-http-router-predicate/gradle.lockfile create mode 100644 servicetalk-http-security-jersey/gradle.lockfile create mode 100644 servicetalk-http-security-jersey3-jakarta10/gradle.lockfile create mode 100644 servicetalk-http-security-jersey3-jakarta9/gradle.lockfile create mode 100644 servicetalk-http-utils/gradle.lockfile create mode 100644 servicetalk-loadbalancer-experimental-provider/gradle.lockfile create mode 100644 servicetalk-loadbalancer-experimental/gradle.lockfile create mode 100644 servicetalk-loadbalancer/gradle.lockfile create mode 100644 servicetalk-log4j2-mdc-utils/gradle.lockfile create mode 100644 servicetalk-log4j2-mdc/gradle.lockfile create mode 100644 servicetalk-logging-api/gradle.lockfile create mode 100644 servicetalk-logging-slf4j-internal/gradle.lockfile create mode 100644 servicetalk-oio-api-internal/gradle.lockfile create mode 100644 servicetalk-oio-api/gradle.lockfile create mode 100644 servicetalk-opentelemetry-asynccontext/gradle.lockfile create mode 100644 servicetalk-opentelemetry-http/gradle.lockfile create mode 100644 servicetalk-opentracing-asynccontext/gradle.lockfile create mode 100644 servicetalk-opentracing-http/gradle.lockfile create mode 100644 servicetalk-opentracing-inmemory-api/gradle.lockfile create mode 100644 servicetalk-opentracing-inmemory/gradle.lockfile create mode 100644 servicetalk-opentracing-internal/gradle.lockfile create mode 100644 servicetalk-opentracing-log4j2/gradle.lockfile create mode 100644 servicetalk-opentracing-zipkin-publisher/gradle.lockfile create mode 100644 servicetalk-router-api/gradle.lockfile create mode 100644 servicetalk-router-utils-internal/gradle.lockfile create mode 100644 servicetalk-serialization-api/gradle.lockfile create mode 100644 servicetalk-serializer-api/gradle.lockfile create mode 100644 servicetalk-serializer-utils/gradle.lockfile create mode 100644 servicetalk-tcp-netty-internal/gradle.lockfile create mode 100644 servicetalk-test-resources/gradle.lockfile create mode 100644 servicetalk-traffic-resilience-http/gradle.lockfile create mode 100644 servicetalk-transport-api/gradle.lockfile create mode 100644 servicetalk-transport-netty-internal/gradle.lockfile create mode 100644 servicetalk-transport-netty/gradle.lockfile create mode 100644 servicetalk-utils-internal/gradle.lockfile diff --git a/build.gradle b/build.gradle index 4a620fd4af..2c4d2be663 100644 --- a/build.gradle +++ b/build.gradle @@ -67,4 +67,19 @@ subprojects { } } } + + configurations { + annotationProcessor { + resolutionStrategy.activateDependencyLocking() + } + compileClasspath { + resolutionStrategy.activateDependencyLocking() + } + runtimeClasspath { + resolutionStrategy.activateDependencyLocking() + } + } + dependencyLocking { + lockMode = LockMode.STRICT + } } diff --git a/gradlew b/gradlew index 1aa94a4269..ae44487178 100755 --- a/gradlew +++ b/gradlew @@ -246,4 +246,5 @@ eval "set -- $( tr '\n' ' ' )" '"$@"' -exec "$JAVACMD" "$@" +# Re-generate locks on every task +exec "$JAVACMD" "$@" --write-locks diff --git a/servicetalk-annotations/gradle.lockfile b/servicetalk-annotations/gradle.lockfile new file mode 100644 index 0000000000..1203330f40 --- /dev/null +++ b/servicetalk-annotations/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-benchmarks/gradle.lockfile b/servicetalk-benchmarks/gradle.lockfile new file mode 100644 index 0000000000..559f855a3e --- /dev/null +++ b/servicetalk-benchmarks/gradle.lockfile @@ -0,0 +1,39 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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.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-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 +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 +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.openjdk.jmh:jmh-core:1.37=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,jmhAnnotationProcessor,shadow,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-bom/gradle.lockfile b/servicetalk-bom/gradle.lockfile new file mode 100644 index 0000000000..a77d988b60 --- /dev/null +++ b/servicetalk-bom/gradle.lockfile @@ -0,0 +1,4 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +empty=annotationProcessor,classpath,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath diff --git a/servicetalk-buffer-api/gradle.lockfile b/servicetalk-buffer-api/gradle.lockfile new file mode 100644 index 0000000000..f531ebfc4d --- /dev/null +++ b/servicetalk-buffer-api/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 diff --git a/servicetalk-buffer-netty/gradle.lockfile b/servicetalk-buffer-netty/gradle.lockfile new file mode 100644 index 0000000000..23f44487b4 --- /dev/null +++ b/servicetalk-buffer-netty/gradle.lockfile @@ -0,0 +1,14 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-capacity-limiter-api/gradle.lockfile b/servicetalk-capacity-limiter-api/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-capacity-limiter-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-circuit-breaker-api/gradle.lockfile b/servicetalk-circuit-breaker-api/gradle.lockfile new file mode 100644 index 0000000000..3ca320a64e --- /dev/null +++ b/servicetalk-circuit-breaker-api/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=runtimeClasspath +empty=annotationProcessor,compileClasspath,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-circuit-breaker-resilience4j/gradle.lockfile b/servicetalk-circuit-breaker-resilience4j/gradle.lockfile new file mode 100644 index 0000000000..4f9a10c007 --- /dev/null +++ b/servicetalk-circuit-breaker-resilience4j/gradle.lockfile @@ -0,0 +1,15 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +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.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 +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-client-api-internal/gradle.lockfile b/servicetalk-client-api-internal/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-client-api-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-client-api/gradle.lockfile b/servicetalk-client-api/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-client-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-concurrent-api-internal/gradle.lockfile b/servicetalk-concurrent-api-internal/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-concurrent-api-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-concurrent-api-test/gradle.lockfile b/servicetalk-concurrent-api-test/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-concurrent-api-test/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-concurrent-api/gradle.lockfile b/servicetalk-concurrent-api/gradle.lockfile new file mode 100644 index 0000000000..e4dc088cbd --- /dev/null +++ b/servicetalk-concurrent-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-concurrent-internal/gradle.lockfile b/servicetalk-concurrent-internal/gradle.lockfile new file mode 100644 index 0000000000..e4dc088cbd --- /dev/null +++ b/servicetalk-concurrent-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-concurrent-jdkflow/gradle.lockfile b/servicetalk-concurrent-jdkflow/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-concurrent-jdkflow/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-concurrent-reactivestreams/gradle.lockfile b/servicetalk-concurrent-reactivestreams/gradle.lockfile new file mode 100644 index 0000000000..6e719c8393 --- /dev/null +++ b/servicetalk-concurrent-reactivestreams/gradle.lockfile @@ -0,0 +1,15 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-concurrent-test-internal/gradle.lockfile b/servicetalk-concurrent-test-internal/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-concurrent-test-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-concurrent/gradle.lockfile b/servicetalk-concurrent/gradle.lockfile new file mode 100644 index 0000000000..1203330f40 --- /dev/null +++ b/servicetalk-concurrent/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-context-api/gradle.lockfile b/servicetalk-context-api/gradle.lockfile new file mode 100644 index 0000000000..1203330f40 --- /dev/null +++ b/servicetalk-context-api/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-data-jackson-jersey/gradle.lockfile b/servicetalk-data-jackson-jersey/gradle.lockfile new file mode 100644 index 0000000000..fddcf82a02 --- /dev/null +++ b/servicetalk-data-jackson-jersey/gradle.lockfile @@ -0,0 +1,43 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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 +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 +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-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 +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 +jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2.external:jakarta.inject:2.6.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile b/servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile new file mode 100644 index 0000000000..9a47c64e9c --- /dev/null +++ b/servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile @@ -0,0 +1,48 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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 +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 +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-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 +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 +jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.1.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.eclipse.angus:angus-activation:2.0.2=runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile b/servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile new file mode 100644 index 0000000000..707fc25a8e --- /dev/null +++ b/servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile @@ -0,0 +1,47 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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 +com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath +com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-core:2.3.0.1=runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.9=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-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 +jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.0.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:3.0.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-data-jackson/gradle.lockfile b/servicetalk-data-jackson/gradle.lockfile new file mode 100644 index 0000000000..fd99ac31cf --- /dev/null +++ b/servicetalk-data-jackson/gradle.lockfile @@ -0,0 +1,15 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-data-protobuf-jersey/gradle.lockfile b/servicetalk-data-protobuf-jersey/gradle.lockfile new file mode 100644 index 0000000000..0fc5c8ee42 --- /dev/null +++ b/servicetalk-data-protobuf-jersey/gradle.lockfile @@ -0,0 +1,44 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=runtimeClasspath +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 +com.google.protobuf:protobuf-java: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 +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-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 +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 +jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2.external:jakarta.inject:2.6.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile b/servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile new file mode 100644 index 0000000000..0dd8e7f5b3 --- /dev/null +++ b/servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile @@ -0,0 +1,49 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=runtimeClasspath +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 +com.google.protobuf:protobuf-java: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 +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-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 +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 +jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.1.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.eclipse.angus:angus-activation:2.0.2=runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile b/servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile new file mode 100644 index 0000000000..b06f677da2 --- /dev/null +++ b/servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile @@ -0,0 +1,48 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=runtimeClasspath +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 +com.google.protobuf:protobuf-java:3.25.3=compileClasspath,runtimeClasspath +com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath +com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-core:2.3.0.1=runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.9=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-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 +jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.0.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:3.0.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-data-protobuf/gradle.lockfile b/servicetalk-data-protobuf/gradle.lockfile new file mode 100644 index 0000000000..3d2890bab6 --- /dev/null +++ b/servicetalk-data-protobuf/gradle.lockfile @@ -0,0 +1,13 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +com.google.protobuf:protobuf-java:3.25.3=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-dependencies/gradle.lockfile b/servicetalk-dependencies/gradle.lockfile new file mode 100644 index 0000000000..8ccf21c9ed --- /dev/null +++ b/servicetalk-dependencies/gradle.lockfile @@ -0,0 +1,4 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +empty=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath diff --git a/servicetalk-dns-discovery-netty/gradle.lockfile b/servicetalk-dns-discovery-netty/gradle.lockfile new file mode 100644 index 0000000000..8177d84231 --- /dev/null +++ b/servicetalk-dns-discovery-netty/gradle.lockfile @@ -0,0 +1,31 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.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=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=compileClasspath,runtimeClasspath +io.netty:netty-resolver:4.1.111.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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-encoding-api-internal/gradle.lockfile b/servicetalk-encoding-api-internal/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-encoding-api-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-encoding-api/gradle.lockfile b/servicetalk-encoding-api/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-encoding-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-encoding-netty/gradle.lockfile b/servicetalk-encoding-netty/gradle.lockfile new file mode 100644 index 0000000000..88c9bafe4c --- /dev/null +++ b/servicetalk-encoding-netty/gradle.lockfile @@ -0,0 +1,17 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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-codec:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-resolver:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport:4.1.111.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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-examples/gradle.lockfile b/servicetalk-examples/gradle.lockfile new file mode 100644 index 0000000000..8ccf21c9ed --- /dev/null +++ b/servicetalk-examples/gradle.lockfile @@ -0,0 +1,4 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +empty=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath diff --git a/servicetalk-examples/grpc/compression/gradle.lockfile b/servicetalk-examples/grpc/compression/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/compression/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/deadline/gradle.lockfile b/servicetalk-examples/grpc/deadline/gradle.lockfile new file mode 100644 index 0000000000..f61ef75352 --- /dev/null +++ b/servicetalk-examples/grpc/deadline/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/debugging/gradle.lockfile b/servicetalk-examples/grpc/debugging/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/debugging/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/errors/gradle.lockfile b/servicetalk-examples/grpc/errors/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/errors/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/execution-strategy/gradle.lockfile b/servicetalk-examples/grpc/execution-strategy/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/execution-strategy/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/gradle.lockfile b/servicetalk-examples/grpc/gradle.lockfile new file mode 100644 index 0000000000..8ccf21c9ed --- /dev/null +++ b/servicetalk-examples/grpc/gradle.lockfile @@ -0,0 +1,4 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +empty=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath diff --git a/servicetalk-examples/grpc/health/gradle.lockfile b/servicetalk-examples/grpc/health/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/health/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/helloworld/gradle.lockfile b/servicetalk-examples/grpc/helloworld/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/helloworld/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/keepalive/gradle.lockfile b/servicetalk-examples/grpc/keepalive/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/keepalive/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/observer/gradle.lockfile b/servicetalk-examples/grpc/observer/gradle.lockfile new file mode 100644 index 0000000000..f61ef75352 --- /dev/null +++ b/servicetalk-examples/grpc/observer/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/protoc-options/gradle.lockfile b/servicetalk-examples/grpc/protoc-options/gradle.lockfile new file mode 100644 index 0000000000..383dcbdddd --- /dev/null +++ b/servicetalk-examples/grpc/protoc-options/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/request-response-context/gradle.lockfile b/servicetalk-examples/grpc/request-response-context/gradle.lockfile new file mode 100644 index 0000000000..f61ef75352 --- /dev/null +++ b/servicetalk-examples/grpc/request-response-context/gradle.lockfile @@ -0,0 +1,38 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/grpc/routeguide/gradle.lockfile b/servicetalk-examples/grpc/routeguide/gradle.lockfile new file mode 100644 index 0000000000..edeb2b7f5d --- /dev/null +++ b/servicetalk-examples/grpc/routeguide/gradle.lockfile @@ -0,0 +1,46 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.code.gson:gson:2.8.9=compileClasspath,runtimeClasspath +com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath +com.google.guava:failureaccess:1.0.1=compileClasspath,runtimeClasspath +com.google.guava:guava:32.0.1-jre=compileClasspath,runtimeClasspath +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=compileClasspath,runtimeClasspath +com.google.j2objc:j2objc-annotations:2.8=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java-util:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.checkerframework:checker-qual:3.33.0=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/http/compression/gradle.lockfile b/servicetalk-examples/http/compression/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/compression/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/debugging/gradle.lockfile b/servicetalk-examples/http/debugging/gradle.lockfile new file mode 100644 index 0000000000..9e6fa98e81 --- /dev/null +++ b/servicetalk-examples/http/debugging/gradle.lockfile @@ -0,0 +1,37 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/defaultloadbalancer/gradle.lockfile b/servicetalk-examples/http/defaultloadbalancer/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/defaultloadbalancer/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/gradle.lockfile b/servicetalk-examples/http/gradle.lockfile new file mode 100644 index 0000000000..8ccf21c9ed --- /dev/null +++ b/servicetalk-examples/http/gradle.lockfile @@ -0,0 +1,4 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +empty=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath diff --git a/servicetalk-examples/http/helloworld/gradle.lockfile b/servicetalk-examples/http/helloworld/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/helloworld/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/http2/gradle.lockfile b/servicetalk-examples/http/http2/gradle.lockfile new file mode 100644 index 0000000000..9e6fa98e81 --- /dev/null +++ b/servicetalk-examples/http/http2/gradle.lockfile @@ -0,0 +1,37 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/jaxrs/gradle.lockfile b/servicetalk-examples/http/jaxrs/gradle.lockfile new file mode 100644 index 0000000000..ebfc004877 --- /dev/null +++ b/servicetalk-examples/http/jaxrs/gradle.lockfile @@ -0,0 +1,61 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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 +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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +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=runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=runtimeClasspath +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.hk2.external:aopalliance-repackaged:2.6.1=runtimeClasspath +org.glassfish.hk2.external:jakarta.inject:2.6.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:hk2-api:2.6.1=runtimeClasspath +org.glassfish.hk2:hk2-locator:2.6.1=runtimeClasspath +org.glassfish.hk2:hk2-utils:2.6.1=runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:2.41=runtimeClasspath +org.glassfish.jersey.core:jersey-common:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:2.41=runtimeClasspath +org.glassfish.jersey.inject:jersey-hk2:2.41=runtimeClasspath +org.glassfish.jersey.media:jersey-media-multipart:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.javassist:javassist:3.29.2-GA=runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.jvnet.mimepull:mimepull:1.9.15=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/http/metadata/gradle.lockfile b/servicetalk-examples/http/metadata/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/metadata/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/mutual-tls/gradle.lockfile b/servicetalk-examples/http/mutual-tls/gradle.lockfile new file mode 100644 index 0000000000..9e6fa98e81 --- /dev/null +++ b/servicetalk-examples/http/mutual-tls/gradle.lockfile @@ -0,0 +1,37 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/observer/gradle.lockfile b/servicetalk-examples/http/observer/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/observer/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/opentracing/gradle.lockfile b/servicetalk-examples/http/opentracing/gradle.lockfile new file mode 100644 index 0000000000..a41246f422 --- /dev/null +++ b/servicetalk-examples/http/opentracing/gradle.lockfile @@ -0,0 +1,42 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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.opentracing.brave:brave-opentracing:1.0.1=compileClasspath,runtimeClasspath +io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath +io.zipkin.brave:brave:5.17.1=compileClasspath,runtimeClasspath +io.zipkin.reporter2:zipkin-reporter-brave:2.17.2=compileClasspath,runtimeClasspath +io.zipkin.reporter2:zipkin-reporter:2.17.2=compileClasspath,runtimeClasspath +io.zipkin.zipkin2:zipkin:2.27.0=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/redirects/gradle.lockfile b/servicetalk-examples/http/redirects/gradle.lockfile new file mode 100644 index 0000000000..496f09951a --- /dev/null +++ b/servicetalk-examples/http/redirects/gradle.lockfile @@ -0,0 +1,37 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/retry/gradle.lockfile b/servicetalk-examples/http/retry/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/retry/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/serialization/bytes/gradle.lockfile b/servicetalk-examples/http/serialization/bytes/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/serialization/bytes/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/serialization/gradle.lockfile b/servicetalk-examples/http/serialization/gradle.lockfile new file mode 100644 index 0000000000..8ccf21c9ed --- /dev/null +++ b/servicetalk-examples/http/serialization/gradle.lockfile @@ -0,0 +1,4 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +empty=annotationProcessor,compileClasspath,runtimeClasspath,testAnnotationProcessor,testCompileClasspath,testRuntimeClasspath diff --git a/servicetalk-examples/http/serialization/json/gradle.lockfile b/servicetalk-examples/http/serialization/json/gradle.lockfile new file mode 100644 index 0000000000..a7688afb9a --- /dev/null +++ b/servicetalk-examples/http/serialization/json/gradle.lockfile @@ -0,0 +1,39 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/serialization/protobuf/gradle.lockfile b/servicetalk-examples/http/serialization/protobuf/gradle.lockfile new file mode 100644 index 0000000000..229f7bc9a5 --- /dev/null +++ b/servicetalk-examples/http/serialization/protobuf/gradle.lockfile @@ -0,0 +1,37 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,protobuf,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-examples/http/service-composition/gradle.lockfile b/servicetalk-examples/http/service-composition/gradle.lockfile new file mode 100644 index 0000000000..d0206e61b2 --- /dev/null +++ b/servicetalk-examples/http/service-composition/gradle.lockfile @@ -0,0 +1,39 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/timeout/gradle.lockfile b/servicetalk-examples/http/timeout/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/timeout/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-examples/http/uds/gradle.lockfile b/servicetalk-examples/http/uds/gradle.lockfile new file mode 100644 index 0000000000..780551472d --- /dev/null +++ b/servicetalk-examples/http/uds/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,testAnnotationProcessor diff --git a/servicetalk-gradle-plugin-internal/gradle.lockfile b/servicetalk-gradle-plugin-internal/gradle.lockfile new file mode 100644 index 0000000000..87797eb53a --- /dev/null +++ b/servicetalk-gradle-plugin-internal/gradle.lockfile @@ -0,0 +1,5 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-grpc-api/gradle.lockfile b/servicetalk-grpc-api/gradle.lockfile new file mode 100644 index 0000000000..36d353531a --- /dev/null +++ b/servicetalk-grpc-api/gradle.lockfile @@ -0,0 +1,14 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.3=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-grpc-health/gradle.lockfile b/servicetalk-grpc-health/gradle.lockfile new file mode 100644 index 0000000000..9e24951d13 --- /dev/null +++ b/servicetalk-grpc-health/gradle.lockfile @@ -0,0 +1,35 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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=runtimeClasspath +io.netty:netty-codec:4.1.111.Final=runtimeClasspath +io.netty:netty-common:4.1.111.Final=runtimeClasspath +io.netty:netty-handler:4.1.111.Final=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=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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-grpc-internal/gradle.lockfile b/servicetalk-grpc-internal/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-grpc-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-grpc-netty/gradle.lockfile b/servicetalk-grpc-netty/gradle.lockfile new file mode 100644 index 0000000000..35c7876e49 --- /dev/null +++ b/servicetalk-grpc-netty/gradle.lockfile @@ -0,0 +1,35 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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=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-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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-grpc-protobuf/gradle.lockfile b/servicetalk-grpc-protobuf/gradle.lockfile new file mode 100644 index 0000000000..0406ee19cf --- /dev/null +++ b/servicetalk-grpc-protobuf/gradle.lockfile @@ -0,0 +1,16 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java: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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,protobuf,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-grpc-protoc/gradle.lockfile b/servicetalk-grpc-protoc/gradle.lockfile new file mode 100644 index 0000000000..65d79ea8b2 --- /dev/null +++ b/servicetalk-grpc-protoc/gradle.lockfile @@ -0,0 +1,14 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +com.google.protobuf:protobuf-java:3.25.3=compileClasspath,runtimeClasspath +com.squareup:javapoet:1.13.0=compileClasspath +io.netty:netty-bom:4.1.111.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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,protobuf,shadow,spotbugsPlugins,testAnnotationProcessor,testProtobuf diff --git a/servicetalk-grpc-utils/gradle.lockfile b/servicetalk-grpc-utils/gradle.lockfile new file mode 100644 index 0000000000..e0a12b1b9f --- /dev/null +++ b/servicetalk-grpc-utils/gradle.lockfile @@ -0,0 +1,14 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +com.google.protobuf:protobuf-java:3.25.3=runtimeClasspath +io.netty:netty-bom:4.1.111.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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-api/gradle.lockfile b/servicetalk-http-api/gradle.lockfile new file mode 100644 index 0000000000..b88d58cd33 --- /dev/null +++ b/servicetalk-http-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor,testPropsAnnotationProcessor diff --git a/servicetalk-http-netty/gradle.lockfile b/servicetalk-http-netty/gradle.lockfile new file mode 100644 index 0000000000..c0195569b2 --- /dev/null +++ b/servicetalk-http-netty/gradle.lockfile @@ -0,0 +1,33 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.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=compileClasspath,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-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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor,testPropsAnnotationProcessor diff --git a/servicetalk-http-router-jersey-internal/gradle.lockfile b/servicetalk-http-router-jersey-internal/gradle.lockfile new file mode 100644 index 0000000000..4b603fd8b0 --- /dev/null +++ b/servicetalk-http-router-jersey-internal/gradle.lockfile @@ -0,0 +1,17 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2.external:jakarta.inject:2.6.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-router-jersey/gradle.lockfile b/servicetalk-http-router-jersey/gradle.lockfile new file mode 100644 index 0000000000..af254a90c9 --- /dev/null +++ b/servicetalk-http-router-jersey/gradle.lockfile @@ -0,0 +1,28 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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 +com.sun.activation:jakarta.activation:1.2.2=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-core:2.3.0.1=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath +jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath +jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:2.3.3=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2.external:jakarta.inject:2.6.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile new file mode 100644 index 0000000000..dad170f941 --- /dev/null +++ b/servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile @@ -0,0 +1,24 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,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 +jakarta.ws.rs:jakarta.ws.rs-api:3.1.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.eclipse.angus:angus-activation:2.0.2=runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-router-jersey3-jakarta10/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta10/gradle.lockfile new file mode 100644 index 0000000000..a2b3ec204b --- /dev/null +++ b/servicetalk-http-router-jersey3-jakarta10/gradle.lockfile @@ -0,0 +1,33 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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 +com.sun.activation:jakarta.activation:1.2.2=compileClasspath,runtimeClasspath +com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-core:2.3.0.1=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,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 +jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.1.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.eclipse.angus:angus-activation:2.0.2=runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile new file mode 100644 index 0000000000..5e2a3f3b37 --- /dev/null +++ b/servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile @@ -0,0 +1,24 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath +com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.0.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:3.0.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-router-jersey3-jakarta9/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta9/gradle.lockfile new file mode 100644 index 0000000000..d967fb4308 --- /dev/null +++ b/servicetalk-http-router-jersey3-jakarta9/gradle.lockfile @@ -0,0 +1,32 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson.core:jackson-annotations:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.16.2=compileClasspath,runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClasspath +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 +com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath +com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-core:2.3.0.1=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.0.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:3.0.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-client:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-server:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-http-router-predicate/gradle.lockfile b/servicetalk-http-router-predicate/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-http-router-predicate/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-security-jersey/gradle.lockfile b/servicetalk-http-security-jersey/gradle.lockfile new file mode 100644 index 0000000000..4b603fd8b0 --- /dev/null +++ b/servicetalk-http-security-jersey/gradle.lockfile @@ -0,0 +1,17 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2.external:jakarta.inject:2.6.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:2.41=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-security-jersey3-jakarta10/gradle.lockfile b/servicetalk-http-security-jersey3-jakarta10/gradle.lockfile new file mode 100644 index 0000000000..dad170f941 --- /dev/null +++ b/servicetalk-http-security-jersey3-jakarta10/gradle.lockfile @@ -0,0 +1,24 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,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 +jakarta.ws.rs:jakarta.ws.rs-api:3.1.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.eclipse.angus:angus-activation:2.0.2=runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:4.0.5=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.1.6=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.1.6=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-security-jersey3-jakarta9/gradle.lockfile b/servicetalk-http-security-jersey3-jakarta9/gradle.lockfile new file mode 100644 index 0000000000..5e2a3f3b37 --- /dev/null +++ b/servicetalk-http-security-jersey3-jakarta9/gradle.lockfile @@ -0,0 +1,24 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath +com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath +jakarta.ws.rs:jakarta.ws.rs-api:3.0.0=compileClasspath,runtimeClasspath +jakarta.xml.bind:jakarta.xml.bind-api:3.0.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.hk2:osgi-resource-locator:1.0.3=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-core:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:jaxb-runtime:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jaxb:txw2:3.0.2=compileClasspath,runtimeClasspath +org.glassfish.jersey.core:jersey-common:3.0.13=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:3.0.13=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-http-utils/gradle.lockfile b/servicetalk-http-utils/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-http-utils/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-loadbalancer-experimental-provider/gradle.lockfile b/servicetalk-loadbalancer-experimental-provider/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-loadbalancer-experimental-provider/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-loadbalancer-experimental/gradle.lockfile b/servicetalk-loadbalancer-experimental/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-loadbalancer-experimental/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-loadbalancer/gradle.lockfile b/servicetalk-loadbalancer/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-loadbalancer/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-log4j2-mdc-utils/gradle.lockfile b/servicetalk-log4j2-mdc-utils/gradle.lockfile new file mode 100644 index 0000000000..75121119fa --- /dev/null +++ b/servicetalk-log4j2-mdc-utils/gradle.lockfile @@ -0,0 +1,14 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-log4j2-mdc/gradle.lockfile b/servicetalk-log4j2-mdc/gradle.lockfile new file mode 100644 index 0000000000..da505efdef --- /dev/null +++ b/servicetalk-log4j2-mdc/gradle.lockfile @@ -0,0 +1,14 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-logging-api/gradle.lockfile b/servicetalk-logging-api/gradle.lockfile new file mode 100644 index 0000000000..3ca320a64e --- /dev/null +++ b/servicetalk-logging-api/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=runtimeClasspath +empty=annotationProcessor,compileClasspath,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-logging-slf4j-internal/gradle.lockfile b/servicetalk-logging-slf4j-internal/gradle.lockfile new file mode 100644 index 0000000000..3519adac2f --- /dev/null +++ b/servicetalk-logging-slf4j-internal/gradle.lockfile @@ -0,0 +1,11 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-oio-api-internal/gradle.lockfile b/servicetalk-oio-api-internal/gradle.lockfile new file mode 100644 index 0000000000..f8389cdd22 --- /dev/null +++ b/servicetalk-oio-api-internal/gradle.lockfile @@ -0,0 +1,11 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-oio-api/gradle.lockfile b/servicetalk-oio-api/gradle.lockfile new file mode 100644 index 0000000000..1203330f40 --- /dev/null +++ b/servicetalk-oio-api/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentelemetry-asynccontext/gradle.lockfile b/servicetalk-opentelemetry-asynccontext/gradle.lockfile new file mode 100644 index 0000000000..e034aefeeb --- /dev/null +++ b/servicetalk-opentelemetry-asynccontext/gradle.lockfile @@ -0,0 +1,14 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.opentelemetry:opentelemetry-api:1.28.0=compileClasspath,runtimeClasspath +io.opentelemetry:opentelemetry-context:1.28.0=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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentelemetry-http/gradle.lockfile b/servicetalk-opentelemetry-http/gradle.lockfile new file mode 100644 index 0000000000..f6fc7723d1 --- /dev/null +++ b/servicetalk-opentelemetry-http/gradle.lockfile @@ -0,0 +1,18 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.28.0-alpha=compileClasspath,runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.28.0=compileClasspath,runtimeClasspath +io.opentelemetry:opentelemetry-api:1.28.0=compileClasspath,runtimeClasspath +io.opentelemetry:opentelemetry-context:1.28.0=compileClasspath,runtimeClasspath +io.opentelemetry:opentelemetry-extension-incubator:1.28.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-semconv:1.28.0-alpha=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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentracing-asynccontext/gradle.lockfile b/servicetalk-opentracing-asynccontext/gradle.lockfile new file mode 100644 index 0000000000..8cb7129b83 --- /dev/null +++ b/servicetalk-opentracing-asynccontext/gradle.lockfile @@ -0,0 +1,13 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.opentracing:opentracing-api:0.33.0=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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentracing-http/gradle.lockfile b/servicetalk-opentracing-http/gradle.lockfile new file mode 100644 index 0000000000..542e816921 --- /dev/null +++ b/servicetalk-opentracing-http/gradle.lockfile @@ -0,0 +1,13 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.opentracing:opentracing-api:0.33.0=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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentracing-inmemory-api/gradle.lockfile b/servicetalk-opentracing-inmemory-api/gradle.lockfile new file mode 100644 index 0000000000..65a351cc7b --- /dev/null +++ b/servicetalk-opentracing-inmemory-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentracing-inmemory/gradle.lockfile b/servicetalk-opentracing-inmemory/gradle.lockfile new file mode 100644 index 0000000000..542e816921 --- /dev/null +++ b/servicetalk-opentracing-inmemory/gradle.lockfile @@ -0,0 +1,13 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.opentracing:opentracing-api:0.33.0=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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentracing-internal/gradle.lockfile b/servicetalk-opentracing-internal/gradle.lockfile new file mode 100644 index 0000000000..f8389cdd22 --- /dev/null +++ b/servicetalk-opentracing-internal/gradle.lockfile @@ -0,0 +1,11 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentracing-log4j2/gradle.lockfile b/servicetalk-opentracing-log4j2/gradle.lockfile new file mode 100644 index 0000000000..90b6365098 --- /dev/null +++ b/servicetalk-opentracing-log4j2/gradle.lockfile @@ -0,0 +1,15 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-opentracing-zipkin-publisher/gradle.lockfile b/servicetalk-opentracing-zipkin-publisher/gradle.lockfile new file mode 100644 index 0000000000..5050a06d65 --- /dev/null +++ b/servicetalk-opentracing-zipkin-publisher/gradle.lockfile @@ -0,0 +1,30 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.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=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:4.1.111.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.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath +io.zipkin.reporter2:zipkin-reporter:2.17.2=compileClasspath,runtimeClasspath +io.zipkin.zipkin2:zipkin:2.27.0=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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-router-api/gradle.lockfile b/servicetalk-router-api/gradle.lockfile new file mode 100644 index 0000000000..1203330f40 --- /dev/null +++ b/servicetalk-router-api/gradle.lockfile @@ -0,0 +1,10 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-router-utils-internal/gradle.lockfile b/servicetalk-router-utils-internal/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-router-utils-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-serialization-api/gradle.lockfile b/servicetalk-serialization-api/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-serialization-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-serializer-api/gradle.lockfile b/servicetalk-serializer-api/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-serializer-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-serializer-utils/gradle.lockfile b/servicetalk-serializer-utils/gradle.lockfile new file mode 100644 index 0000000000..5fd005c2a8 --- /dev/null +++ b/servicetalk-serializer-utils/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-tcp-netty-internal/gradle.lockfile b/servicetalk-tcp-netty-internal/gradle.lockfile new file mode 100644 index 0000000000..b500cbc7a9 --- /dev/null +++ b/servicetalk-tcp-netty-internal/gradle.lockfile @@ -0,0 +1,27 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.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=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:4.1.111.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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-test-resources/gradle.lockfile b/servicetalk-test-resources/gradle.lockfile new file mode 100644 index 0000000000..159d95f362 --- /dev/null +++ b/servicetalk-test-resources/gradle.lockfile @@ -0,0 +1,13 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath +com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-traffic-resilience-http/gradle.lockfile b/servicetalk-traffic-resilience-http/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-traffic-resilience-http/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-transport-api/gradle.lockfile b/servicetalk-transport-api/gradle.lockfile new file mode 100644 index 0000000000..e8022f3d9a --- /dev/null +++ b/servicetalk-transport-api/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-transport-netty-internal/gradle.lockfile b/servicetalk-transport-netty-internal/gradle.lockfile new file mode 100644 index 0000000000..7b96805b6f --- /dev/null +++ b/servicetalk-transport-netty-internal/gradle.lockfile @@ -0,0 +1,27 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.incubator:netty-incubator-transport-classes-io_uring:0.0.25.Final=compileClasspath,runtimeClasspath +io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.25.Final=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-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:4.1.111.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=compileClasspath,runtimeClasspath +io.netty:netty-transport-classes-kqueue:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport-native-epoll:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport-native-kqueue:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport-native-unix-common:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport:4.1.111.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 +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/servicetalk-transport-netty/gradle.lockfile b/servicetalk-transport-netty/gradle.lockfile new file mode 100644 index 0000000000..d67e83d1bd --- /dev/null +++ b/servicetalk-transport-netty/gradle.lockfile @@ -0,0 +1,27 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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.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=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:4.1.111.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 +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 +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor diff --git a/servicetalk-utils-internal/gradle.lockfile b/servicetalk-utils-internal/gradle.lockfile new file mode 100644 index 0000000000..6074fc5125 --- /dev/null +++ b/servicetalk-utils-internal/gradle.lockfile @@ -0,0 +1,12 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +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 +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=compileClasspath,runtimeClasspath +org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath +empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor From bef616a6007c20e352c6d357a8b1ab37d5d7766c Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Wed, 21 Aug 2024 18:21:03 -0700 Subject: [PATCH 2/6] revert custom changes from gradlew --- gradlew | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradlew b/gradlew index ae44487178..1aa94a4269 100755 --- a/gradlew +++ b/gradlew @@ -246,5 +246,4 @@ eval "set -- $( tr '\n' ' ' )" '"$@"' -# Re-generate locks on every task -exec "$JAVACMD" "$@" --write-locks +exec "$JAVACMD" "$@" From 1f6afb34240e1b678bb11a316585e90dea3cb0f3 Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Wed, 21 Aug 2024 18:33:34 -0700 Subject: [PATCH 3/6] check-lockfiles.sh --- .github/workflows/ci-prq.yml | 2 ++ build.gradle | 15 +++++++++++++++ scripts/check-lockfiles.sh | 31 +++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100755 scripts/check-lockfiles.sh diff --git a/.github/workflows/ci-prq.yml b/.github/workflows/ci-prq.yml index e7a3f95b29..5213a40b1b 100644 --- a/.github/workflows/ci-prq.yml +++ b/.github/workflows/ci-prq.yml @@ -24,6 +24,8 @@ jobs: run: chmod +x gradlew - name: Documentation Linter run: bash scripts/check-source-root.sh + - name: Gradle lockfiles validation + run: bash scripts/check-lockfiles.sh - name: Clean Gradle project run: ./gradlew --parallel clean - name: Build with Gradle diff --git a/build.gradle b/build.gradle index 2c4d2be663..faf3f2b2ca 100644 --- a/build.gradle +++ b/build.gradle @@ -83,3 +83,18 @@ subprojects { lockMode = LockMode.STRICT } } + +allprojects { + tasks.register("resolveAndLockAll") { + notCompatibleWithConfigurationCache("Filters configurations at execution time") + doFirst { + assert gradle.startParameter.writeDependencyLocks : "$path must be run from the command line with the `--write-locks` flag" + } + doLast { + configurations.findAll { + // Add any custom filtering on the configurations to be resolved + it.canBeResolved + }.each { it.resolve() } + } + } +} diff --git a/scripts/check-lockfiles.sh b/scripts/check-lockfiles.sh new file mode 100755 index 0000000000..e4eae59515 --- /dev/null +++ b/scripts/check-lockfiles.sh @@ -0,0 +1,31 @@ +#!/bin/bash +# +# Copyright © 2024 Apple Inc. and the ServiceTalk project authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +set -eu + +./gradlew resolveAndLockAll --write-locks +echo "" + +status=$(git status --porcelain | grep 'gradle.lockfile' || true) +if [ -n "$status" ]; then + echo "You MUST regenerate lockfiles using: ./gradlew resolveAndLockAll --write-locks" + echo "The following files are not updated:" + echo "$status" + exit 1 +else + echo "All Gradle lockfiles are up to date" +fi From 8646bfeb7556386cc74ba10cee961e315a3946b1 Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Wed, 21 Aug 2024 18:37:57 -0700 Subject: [PATCH 4/6] re-generate lockfiles --- servicetalk-annotations/gradle.lockfile | 2 +- servicetalk-benchmarks/gradle.lockfile | 36 +++++++++--------- servicetalk-buffer-api/gradle.lockfile | 2 +- servicetalk-buffer-netty/gradle.lockfile | 6 +-- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-client-api/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-concurrent-api/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 6 +-- .../gradle.lockfile | 2 +- servicetalk-concurrent/gradle.lockfile | 2 +- servicetalk-context-api/gradle.lockfile | 2 +- .../gradle.lockfile | 26 ++++++------- .../gradle.lockfile | 26 ++++++------- .../gradle.lockfile | 26 ++++++------- servicetalk-data-jackson/gradle.lockfile | 2 +- .../gradle.lockfile | 26 ++++++------- .../gradle.lockfile | 26 ++++++------- .../gradle.lockfile | 26 ++++++------- servicetalk-data-protobuf/gradle.lockfile | 2 +- .../gradle.lockfile | 32 ++++++++-------- .../gradle.lockfile | 2 +- servicetalk-encoding-api/gradle.lockfile | 2 +- servicetalk-encoding-netty/gradle.lockfile | 12 +++--- .../grpc/compression/gradle.lockfile | 38 +++++++++---------- .../grpc/deadline/gradle.lockfile | 38 +++++++++---------- .../grpc/debugging/gradle.lockfile | 38 +++++++++---------- .../grpc/errors/gradle.lockfile | 38 +++++++++---------- .../grpc/execution-strategy/gradle.lockfile | 38 +++++++++---------- .../grpc/health/gradle.lockfile | 38 +++++++++---------- .../grpc/helloworld/gradle.lockfile | 38 +++++++++---------- .../grpc/keepalive/gradle.lockfile | 38 +++++++++---------- .../grpc/observer/gradle.lockfile | 38 +++++++++---------- .../grpc/protoc-options/gradle.lockfile | 38 +++++++++---------- .../request-response-context/gradle.lockfile | 38 +++++++++---------- .../grpc/routeguide/gradle.lockfile | 38 +++++++++---------- .../http/compression/gradle.lockfile | 36 +++++++++--------- .../http/debugging/gradle.lockfile | 36 +++++++++--------- .../http/defaultloadbalancer/gradle.lockfile | 36 +++++++++--------- .../http/files/gradle.lockfile | 36 ++++++++++++++++++ .../http/helloworld/gradle.lockfile | 36 +++++++++--------- .../http/http2/gradle.lockfile | 36 +++++++++--------- .../http/jaxrs/gradle.lockfile | 38 +++++++++---------- .../http/metadata/gradle.lockfile | 36 +++++++++--------- .../http/mutual-tls/gradle.lockfile | 36 +++++++++--------- .../http/observer/gradle.lockfile | 36 +++++++++--------- .../http/opentracing/gradle.lockfile | 36 +++++++++--------- .../http/redirects/gradle.lockfile | 36 +++++++++--------- .../http/retry/gradle.lockfile | 36 +++++++++--------- .../http/serialization/bytes/gradle.lockfile | 36 +++++++++--------- .../http/serialization/json/gradle.lockfile | 36 +++++++++--------- .../serialization/protobuf/gradle.lockfile | 36 +++++++++--------- .../http/service-composition/gradle.lockfile | 36 +++++++++--------- .../http/timeout/gradle.lockfile | 36 +++++++++--------- servicetalk-examples/http/uds/gradle.lockfile | 36 +++++++++--------- servicetalk-grpc-api/gradle.lockfile | 4 +- servicetalk-grpc-health/gradle.lockfile | 38 +++++++++---------- servicetalk-grpc-internal/gradle.lockfile | 2 +- servicetalk-grpc-netty/gradle.lockfile | 38 +++++++++---------- servicetalk-grpc-protobuf/gradle.lockfile | 8 ++-- servicetalk-grpc-protoc/gradle.lockfile | 2 +- servicetalk-grpc-utils/gradle.lockfile | 4 +- servicetalk-http-api/gradle.lockfile | 2 +- servicetalk-http-netty/gradle.lockfile | 36 +++++++++--------- .../gradle.lockfile | 2 +- .../gradle.lockfile | 4 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 4 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 4 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-http-utils/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-loadbalancer/gradle.lockfile | 2 +- servicetalk-log4j2-mdc-utils/gradle.lockfile | 2 +- servicetalk-log4j2-mdc/gradle.lockfile | 2 +- servicetalk-logging-api/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-oio-api-internal/gradle.lockfile | 2 +- servicetalk-oio-api/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-opentracing-http/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- .../gradle.lockfile | 24 ++++++------ servicetalk-router-api/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-serialization-api/gradle.lockfile | 2 +- servicetalk-serializer-api/gradle.lockfile | 2 +- servicetalk-serializer-utils/gradle.lockfile | 2 +- .../gradle.lockfile | 24 ++++++------ servicetalk-test-resources/gradle.lockfile | 2 +- .../gradle.lockfile | 2 +- servicetalk-transport-api/gradle.lockfile | 2 +- .../gradle.lockfile | 24 ++++++------ servicetalk-transport-netty/gradle.lockfile | 24 ++++++------ servicetalk-utils-internal/gradle.lockfile | 2 +- 111 files changed, 887 insertions(+), 851 deletions(-) create mode 100644 servicetalk-examples/http/files/gradle.lockfile diff --git a/servicetalk-annotations/gradle.lockfile b/servicetalk-annotations/gradle.lockfile index 1203330f40..52a468d6a7 100644 --- a/servicetalk-annotations/gradle.lockfile +++ b/servicetalk-annotations/gradle.lockfile @@ -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 diff --git a/servicetalk-benchmarks/gradle.lockfile b/servicetalk-benchmarks/gradle.lockfile index 559f855a3e..e9d7e462ba 100644 --- a/servicetalk-benchmarks/gradle.lockfile +++ b/servicetalk-benchmarks/gradle.lockfile @@ -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 diff --git a/servicetalk-buffer-api/gradle.lockfile b/servicetalk-buffer-api/gradle.lockfile index f531ebfc4d..fd8b773878 100644 --- a/servicetalk-buffer-api/gradle.lockfile +++ b/servicetalk-buffer-api/gradle.lockfile @@ -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 diff --git a/servicetalk-buffer-netty/gradle.lockfile b/servicetalk-buffer-netty/gradle.lockfile index 23f44487b4..73cbd3ab90 100644 --- a/servicetalk-buffer-netty/gradle.lockfile +++ b/servicetalk-buffer-netty/gradle.lockfile @@ -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 diff --git a/servicetalk-capacity-limiter-api/gradle.lockfile b/servicetalk-capacity-limiter-api/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-capacity-limiter-api/gradle.lockfile +++ b/servicetalk-capacity-limiter-api/gradle.lockfile @@ -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 diff --git a/servicetalk-circuit-breaker-api/gradle.lockfile b/servicetalk-circuit-breaker-api/gradle.lockfile index 3ca320a64e..d800045c99 100644 --- a/servicetalk-circuit-breaker-api/gradle.lockfile +++ b/servicetalk-circuit-breaker-api/gradle.lockfile @@ -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 diff --git a/servicetalk-circuit-breaker-resilience4j/gradle.lockfile b/servicetalk-circuit-breaker-resilience4j/gradle.lockfile index 4f9a10c007..c692cc984b 100644 --- a/servicetalk-circuit-breaker-resilience4j/gradle.lockfile +++ b/servicetalk-circuit-breaker-resilience4j/gradle.lockfile @@ -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 diff --git a/servicetalk-client-api-internal/gradle.lockfile b/servicetalk-client-api-internal/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-client-api-internal/gradle.lockfile +++ b/servicetalk-client-api-internal/gradle.lockfile @@ -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 diff --git a/servicetalk-client-api/gradle.lockfile b/servicetalk-client-api/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-client-api/gradle.lockfile +++ b/servicetalk-client-api/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent-api-internal/gradle.lockfile b/servicetalk-concurrent-api-internal/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-concurrent-api-internal/gradle.lockfile +++ b/servicetalk-concurrent-api-internal/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent-api-test/gradle.lockfile b/servicetalk-concurrent-api-test/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-concurrent-api-test/gradle.lockfile +++ b/servicetalk-concurrent-api-test/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent-api/gradle.lockfile b/servicetalk-concurrent-api/gradle.lockfile index e4dc088cbd..cc1bad0a37 100644 --- a/servicetalk-concurrent-api/gradle.lockfile +++ b/servicetalk-concurrent-api/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent-internal/gradle.lockfile b/servicetalk-concurrent-internal/gradle.lockfile index e4dc088cbd..cc1bad0a37 100644 --- a/servicetalk-concurrent-internal/gradle.lockfile +++ b/servicetalk-concurrent-internal/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent-jdkflow/gradle.lockfile b/servicetalk-concurrent-jdkflow/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-concurrent-jdkflow/gradle.lockfile +++ b/servicetalk-concurrent-jdkflow/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent-reactivestreams/gradle.lockfile b/servicetalk-concurrent-reactivestreams/gradle.lockfile index 6e719c8393..2cc39bc6bd 100644 --- a/servicetalk-concurrent-reactivestreams/gradle.lockfile +++ b/servicetalk-concurrent-reactivestreams/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent-test-internal/gradle.lockfile b/servicetalk-concurrent-test-internal/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-concurrent-test-internal/gradle.lockfile +++ b/servicetalk-concurrent-test-internal/gradle.lockfile @@ -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 diff --git a/servicetalk-concurrent/gradle.lockfile b/servicetalk-concurrent/gradle.lockfile index 1203330f40..52a468d6a7 100644 --- a/servicetalk-concurrent/gradle.lockfile +++ b/servicetalk-concurrent/gradle.lockfile @@ -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 diff --git a/servicetalk-context-api/gradle.lockfile b/servicetalk-context-api/gradle.lockfile index 1203330f40..52a468d6a7 100644 --- a/servicetalk-context-api/gradle.lockfile +++ b/servicetalk-context-api/gradle.lockfile @@ -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 diff --git a/servicetalk-data-jackson-jersey/gradle.lockfile b/servicetalk-data-jackson-jersey/gradle.lockfile index fddcf82a02..b8d77eb485 100644 --- a/servicetalk-data-jackson-jersey/gradle.lockfile +++ b/servicetalk-data-jackson-jersey/gradle.lockfile @@ -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 diff --git a/servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile b/servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile index 9a47c64e9c..2aa3a743b1 100644 --- a/servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile +++ b/servicetalk-data-jackson-jersey3-jakarta10/gradle.lockfile @@ -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 diff --git a/servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile b/servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile index 707fc25a8e..11a85414cd 100644 --- a/servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile +++ b/servicetalk-data-jackson-jersey3-jakarta9/gradle.lockfile @@ -10,23 +10,23 @@ com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath com.sun.istack:istack-commons-runtime:4.0.1=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.0.1=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-data-jackson/gradle.lockfile b/servicetalk-data-jackson/gradle.lockfile index fd99ac31cf..2182fb1b69 100644 --- a/servicetalk-data-jackson/gradle.lockfile +++ b/servicetalk-data-jackson/gradle.lockfile @@ -7,7 +7,7 @@ com.fasterxml.jackson.core:jackson-databind:2.16.2=compileClasspath,runtimeClass 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 diff --git a/servicetalk-data-protobuf-jersey/gradle.lockfile b/servicetalk-data-protobuf-jersey/gradle.lockfile index 0fc5c8ee42..393ecbbef2 100644 --- a/servicetalk-data-protobuf-jersey/gradle.lockfile +++ b/servicetalk-data-protobuf-jersey/gradle.lockfile @@ -10,23 +10,23 @@ com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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 diff --git a/servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile b/servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile index 0dd8e7f5b3..0dbe4596d6 100644 --- a/servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile +++ b/servicetalk-data-protobuf-jersey3-jakarta10/gradle.lockfile @@ -11,23 +11,23 @@ com.google.protobuf:protobuf-java: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 diff --git a/servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile b/servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile index b06f677da2..4fd69bcf67 100644 --- a/servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile +++ b/servicetalk-data-protobuf-jersey3-jakarta9/gradle.lockfile @@ -11,23 +11,23 @@ com.google.protobuf:protobuf-java:3.25.3=compileClasspath,runtimeClasspath com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath com.sun.istack:istack-commons-runtime:4.0.1=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.0.1=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-data-protobuf/gradle.lockfile b/servicetalk-data-protobuf/gradle.lockfile index 3d2890bab6..b80d425d76 100644 --- a/servicetalk-data-protobuf/gradle.lockfile +++ b/servicetalk-data-protobuf/gradle.lockfile @@ -5,7 +5,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 com.google.protobuf:protobuf-java: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 diff --git a/servicetalk-dns-discovery-netty/gradle.lockfile b/servicetalk-dns-discovery-netty/gradle.lockfile index 8177d84231..dd87317d1a 100644 --- a/servicetalk-dns-discovery-netty/gradle.lockfile +++ b/servicetalk-dns-discovery-netty/gradle.lockfile @@ -6,24 +6,24 @@ 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=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=compileClasspath,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=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=compileClasspath,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 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 diff --git a/servicetalk-encoding-api-internal/gradle.lockfile b/servicetalk-encoding-api-internal/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-encoding-api-internal/gradle.lockfile +++ b/servicetalk-encoding-api-internal/gradle.lockfile @@ -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 diff --git a/servicetalk-encoding-api/gradle.lockfile b/servicetalk-encoding-api/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-encoding-api/gradle.lockfile +++ b/servicetalk-encoding-api/gradle.lockfile @@ -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 diff --git a/servicetalk-encoding-netty/gradle.lockfile b/servicetalk-encoding-netty/gradle.lockfile index 88c9bafe4c..d9dd42eb0a 100644 --- a/servicetalk-encoding-netty/gradle.lockfile +++ b/servicetalk-encoding-netty/gradle.lockfile @@ -4,12 +4,12 @@ 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-codec:4.1.111.Final=compileClasspath,runtimeClasspath -io.netty:netty-common:4.1.111.Final=compileClasspath,runtimeClasspath -io.netty:netty-resolver:4.1.111.Final=compileClasspath,runtimeClasspath -io.netty:netty-transport: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:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-common:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-resolver:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport: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 diff --git a/servicetalk-examples/grpc/compression/gradle.lockfile b/servicetalk-examples/grpc/compression/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/compression/gradle.lockfile +++ b/servicetalk-examples/grpc/compression/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/deadline/gradle.lockfile b/servicetalk-examples/grpc/deadline/gradle.lockfile index f61ef75352..bf10d5a52a 100644 --- a/servicetalk-examples/grpc/deadline/gradle.lockfile +++ b/servicetalk-examples/grpc/deadline/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/debugging/gradle.lockfile b/servicetalk-examples/grpc/debugging/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/debugging/gradle.lockfile +++ b/servicetalk-examples/grpc/debugging/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/errors/gradle.lockfile b/servicetalk-examples/grpc/errors/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/errors/gradle.lockfile +++ b/servicetalk-examples/grpc/errors/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/execution-strategy/gradle.lockfile b/servicetalk-examples/grpc/execution-strategy/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/execution-strategy/gradle.lockfile +++ b/servicetalk-examples/grpc/execution-strategy/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/health/gradle.lockfile b/servicetalk-examples/grpc/health/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/health/gradle.lockfile +++ b/servicetalk-examples/grpc/health/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/helloworld/gradle.lockfile b/servicetalk-examples/grpc/helloworld/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/helloworld/gradle.lockfile +++ b/servicetalk-examples/grpc/helloworld/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/keepalive/gradle.lockfile b/servicetalk-examples/grpc/keepalive/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/keepalive/gradle.lockfile +++ b/servicetalk-examples/grpc/keepalive/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/observer/gradle.lockfile b/servicetalk-examples/grpc/observer/gradle.lockfile index f61ef75352..bf10d5a52a 100644 --- a/servicetalk-examples/grpc/observer/gradle.lockfile +++ b/servicetalk-examples/grpc/observer/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/protoc-options/gradle.lockfile b/servicetalk-examples/grpc/protoc-options/gradle.lockfile index 383dcbdddd..4bd2b60bd7 100644 --- a/servicetalk-examples/grpc/protoc-options/gradle.lockfile +++ b/servicetalk-examples/grpc/protoc-options/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/request-response-context/gradle.lockfile b/servicetalk-examples/grpc/request-response-context/gradle.lockfile index f61ef75352..bf10d5a52a 100644 --- a/servicetalk-examples/grpc/request-response-context/gradle.lockfile +++ b/servicetalk-examples/grpc/request-response-context/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/grpc/routeguide/gradle.lockfile b/servicetalk-examples/grpc/routeguide/gradle.lockfile index edeb2b7f5d..428ce4a9e1 100644 --- a/servicetalk-examples/grpc/routeguide/gradle.lockfile +++ b/servicetalk-examples/grpc/routeguide/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath com.google.code.gson:gson:2.8.9=compileClasspath,runtimeClasspath com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,runtimeClasspath @@ -15,26 +15,26 @@ com.google.protobuf:protobuf-java-util:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/compression/gradle.lockfile b/servicetalk-examples/http/compression/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/compression/gradle.lockfile +++ b/servicetalk-examples/http/compression/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/debugging/gradle.lockfile b/servicetalk-examples/http/debugging/gradle.lockfile index 9e6fa98e81..86fca49305 100644 --- a/servicetalk-examples/http/debugging/gradle.lockfile +++ b/servicetalk-examples/http/debugging/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/defaultloadbalancer/gradle.lockfile b/servicetalk-examples/http/defaultloadbalancer/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/defaultloadbalancer/gradle.lockfile +++ b/servicetalk-examples/http/defaultloadbalancer/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/files/gradle.lockfile b/servicetalk-examples/http/files/gradle.lockfile new file mode 100644 index 0000000000..e143640f16 --- /dev/null +++ b/servicetalk-examples/http/files/gradle.lockfile @@ -0,0 +1,36 @@ +# This is a Gradle generated file for dependency locking. +# Manual edits can break the build and are not advised. +# This file is expected to be part of source control. +com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath +com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 +org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath +org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath +org.apache.logging.log4j:log4j-slf4j-impl:2.23.1=runtimeClasspath +org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath +org.jctools:jctools-core:4.0.3=runtimeClasspath +org.slf4j:slf4j-api:1.7.36=runtimeClasspath +empty=annotationProcessor diff --git a/servicetalk-examples/http/helloworld/gradle.lockfile b/servicetalk-examples/http/helloworld/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/helloworld/gradle.lockfile +++ b/servicetalk-examples/http/helloworld/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/http2/gradle.lockfile b/servicetalk-examples/http/http2/gradle.lockfile index 9e6fa98e81..86fca49305 100644 --- a/servicetalk-examples/http/http2/gradle.lockfile +++ b/servicetalk-examples/http/http2/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/jaxrs/gradle.lockfile b/servicetalk-examples/http/jaxrs/gradle.lockfile index ebfc004877..9b338ecb83 100644 --- a/servicetalk-examples/http/jaxrs/gradle.lockfile +++ b/servicetalk-examples/http/jaxrs/gradle.lockfile @@ -10,29 +10,29 @@ com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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=runtimeClasspath diff --git a/servicetalk-examples/http/metadata/gradle.lockfile b/servicetalk-examples/http/metadata/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/metadata/gradle.lockfile +++ b/servicetalk-examples/http/metadata/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/mutual-tls/gradle.lockfile b/servicetalk-examples/http/mutual-tls/gradle.lockfile index 9e6fa98e81..86fca49305 100644 --- a/servicetalk-examples/http/mutual-tls/gradle.lockfile +++ b/servicetalk-examples/http/mutual-tls/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/observer/gradle.lockfile b/servicetalk-examples/http/observer/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/observer/gradle.lockfile +++ b/servicetalk-examples/http/observer/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/opentracing/gradle.lockfile b/servicetalk-examples/http/opentracing/gradle.lockfile index a41246f422..45f04d2bf0 100644 --- a/servicetalk-examples/http/opentracing/gradle.lockfile +++ b/servicetalk-examples/http/opentracing/gradle.lockfile @@ -6,26 +6,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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 io.opentracing.brave:brave-opentracing:1.0.1=compileClasspath,runtimeClasspath io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath io.zipkin.brave:brave:5.17.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-examples/http/redirects/gradle.lockfile b/servicetalk-examples/http/redirects/gradle.lockfile index 496f09951a..eaaa9c9816 100644 --- a/servicetalk-examples/http/redirects/gradle.lockfile +++ b/servicetalk-examples/http/redirects/gradle.lockfile @@ -6,26 +6,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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/retry/gradle.lockfile b/servicetalk-examples/http/retry/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/retry/gradle.lockfile +++ b/servicetalk-examples/http/retry/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/serialization/bytes/gradle.lockfile b/servicetalk-examples/http/serialization/bytes/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/serialization/bytes/gradle.lockfile +++ b/servicetalk-examples/http/serialization/bytes/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/serialization/json/gradle.lockfile b/servicetalk-examples/http/serialization/json/gradle.lockfile index a7688afb9a..96ed010243 100644 --- a/servicetalk-examples/http/serialization/json/gradle.lockfile +++ b/servicetalk-examples/http/serialization/json/gradle.lockfile @@ -9,26 +9,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/serialization/protobuf/gradle.lockfile b/servicetalk-examples/http/serialization/protobuf/gradle.lockfile index 229f7bc9a5..db40c88cc0 100644 --- a/servicetalk-examples/http/serialization/protobuf/gradle.lockfile +++ b/servicetalk-examples/http/serialization/protobuf/gradle.lockfile @@ -7,26 +7,26 @@ com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/service-composition/gradle.lockfile b/servicetalk-examples/http/service-composition/gradle.lockfile index d0206e61b2..395850dfb1 100644 --- a/servicetalk-examples/http/service-composition/gradle.lockfile +++ b/servicetalk-examples/http/service-composition/gradle.lockfile @@ -9,26 +9,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/timeout/gradle.lockfile b/servicetalk-examples/http/timeout/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/timeout/gradle.lockfile +++ b/servicetalk-examples/http/timeout/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-examples/http/uds/gradle.lockfile b/servicetalk-examples/http/uds/gradle.lockfile index 780551472d..0075ca6ae7 100644 --- a/servicetalk-examples/http/uds/gradle.lockfile +++ b/servicetalk-examples/http/uds/gradle.lockfile @@ -6,26 +6,26 @@ com.google.code.findbugs:jsr305:3.0.2=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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 org.apache.logging.log4j:log4j-api:2.23.1=runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-grpc-api/gradle.lockfile b/servicetalk-grpc-api/gradle.lockfile index 36d353531a..8960c1304e 100644 --- a/servicetalk-grpc-api/gradle.lockfile +++ b/servicetalk-grpc-api/gradle.lockfile @@ -2,11 +2,11 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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 diff --git a/servicetalk-grpc-health/gradle.lockfile b/servicetalk-grpc-health/gradle.lockfile index 9e24951d13..3fc2a083cd 100644 --- a/servicetalk-grpc-health/gradle.lockfile +++ b/servicetalk-grpc-health/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=runtimeClasspath -io.netty:netty-codec:4.1.111.Final=runtimeClasspath -io.netty:netty-common:4.1.111.Final=runtimeClasspath -io.netty:netty-handler:4.1.111.Final=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=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-buffer:4.1.112.Final=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=runtimeClasspath +io.netty:netty-codec:4.1.112.Final=runtimeClasspath +io.netty:netty-common:4.1.112.Final=runtimeClasspath +io.netty:netty-handler:4.1.112.Final=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=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 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 diff --git a/servicetalk-grpc-internal/gradle.lockfile b/servicetalk-grpc-internal/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-grpc-internal/gradle.lockfile +++ b/servicetalk-grpc-internal/gradle.lockfile @@ -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 diff --git a/servicetalk-grpc-netty/gradle.lockfile b/servicetalk-grpc-netty/gradle.lockfile index 35c7876e49..9238361913 100644 --- a/servicetalk-grpc-netty/gradle.lockfile +++ b/servicetalk-grpc-netty/gradle.lockfile @@ -2,32 +2,32 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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=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=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 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 diff --git a/servicetalk-grpc-protobuf/gradle.lockfile b/servicetalk-grpc-protobuf/gradle.lockfile index 0406ee19cf..79fbfe9d56 100644 --- a/servicetalk-grpc-protobuf/gradle.lockfile +++ b/servicetalk-grpc-protobuf/gradle.lockfile @@ -2,13 +2,13 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java: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 diff --git a/servicetalk-grpc-protoc/gradle.lockfile b/servicetalk-grpc-protoc/gradle.lockfile index 65d79ea8b2..be1b37f954 100644 --- a/servicetalk-grpc-protoc/gradle.lockfile +++ b/servicetalk-grpc-protoc/gradle.lockfile @@ -6,7 +6,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java:3.25.3=compileClasspath,runtimeClasspath com.squareup:javapoet:1.13.0=compileClasspath -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 diff --git a/servicetalk-grpc-utils/gradle.lockfile b/servicetalk-grpc-utils/gradle.lockfile index e0a12b1b9f..2dcb3bd230 100644 --- a/servicetalk-grpc-utils/gradle.lockfile +++ b/servicetalk-grpc-utils/gradle.lockfile @@ -2,11 +2,11 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath -com.google.api.grpc:proto-google-common-protos:2.37.0=compileClasspath,runtimeClasspath +com.google.api.grpc:proto-google-common-protos:2.29.0=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.google.protobuf:protobuf-java:3.25.3=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 diff --git a/servicetalk-http-api/gradle.lockfile b/servicetalk-http-api/gradle.lockfile index b88d58cd33..8b4a4f28f3 100644 --- a/servicetalk-http-api/gradle.lockfile +++ b/servicetalk-http-api/gradle.lockfile @@ -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 diff --git a/servicetalk-http-netty/gradle.lockfile b/servicetalk-http-netty/gradle.lockfile index c0195569b2..c9965adafd 100644 --- a/servicetalk-http-netty/gradle.lockfile +++ b/servicetalk-http-netty/gradle.lockfile @@ -6,26 +6,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=compileClasspath,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=compileClasspath,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 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 diff --git a/servicetalk-http-router-jersey-internal/gradle.lockfile b/servicetalk-http-router-jersey-internal/gradle.lockfile index 4b603fd8b0..b08da879f5 100644 --- a/servicetalk-http-router-jersey-internal/gradle.lockfile +++ b/servicetalk-http-router-jersey-internal/gradle.lockfile @@ -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 jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-http-router-jersey/gradle.lockfile b/servicetalk-http-router-jersey/gradle.lockfile index af254a90c9..545f7cfc6b 100644 --- a/servicetalk-http-router-jersey/gradle.lockfile +++ b/servicetalk-http-router-jersey/gradle.lockfile @@ -9,8 +9,8 @@ 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=compileClasspath,runtimeClasspath com.sun.xml.bind:jaxb-core:2.3.0.1=compileClasspath,runtimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath -io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.3=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath jakarta.activation:jakarta.activation-api:1.2.2=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath jakarta.validation:jakarta.validation-api:2.0.2=compileClasspath,runtimeClasspath diff --git a/servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile index dad170f941..3caeb7673b 100644 --- a/servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile +++ b/servicetalk-http-router-jersey3-jakarta10-internal/gradle.lockfile @@ -5,7 +5,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 com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath -io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,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 diff --git a/servicetalk-http-router-jersey3-jakarta10/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta10/gradle.lockfile index a2b3ec204b..beea305703 100644 --- a/servicetalk-http-router-jersey3-jakarta10/gradle.lockfile +++ b/servicetalk-http-router-jersey3-jakarta10/gradle.lockfile @@ -10,8 +10,8 @@ com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.sun.activation:jakarta.activation:1.2.2=compileClasspath,runtimeClasspath com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath com.sun.xml.bind:jaxb-core:2.3.0.1=compileClasspath,runtimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath -io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.3=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,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 diff --git a/servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile index 5e2a3f3b37..114bc94728 100644 --- a/servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile +++ b/servicetalk-http-router-jersey3-jakarta9-internal/gradle.lockfile @@ -6,7 +6,7 @@ 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:2.0.1=compileClasspath,runtimeClasspath com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath -io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-http-router-jersey3-jakarta9/gradle.lockfile b/servicetalk-http-router-jersey3-jakarta9/gradle.lockfile index d967fb4308..a0c647d500 100644 --- a/servicetalk-http-router-jersey3-jakarta9/gradle.lockfile +++ b/servicetalk-http-router-jersey3-jakarta9/gradle.lockfile @@ -10,8 +10,8 @@ com.google.protobuf:protobuf-bom:3.25.3=compileClasspath,runtimeClasspath com.sun.activation:jakarta.activation:2.0.1=compileClasspath,runtimeClasspath com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath com.sun.xml.bind:jaxb-core:2.3.0.1=compileClasspath,runtimeClasspath -com.sun.xml.bind:jaxb-impl:2.3.9=runtimeClasspath -io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +com.sun.xml.bind:jaxb-impl:2.3.3=runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-http-router-predicate/gradle.lockfile b/servicetalk-http-router-predicate/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-http-router-predicate/gradle.lockfile +++ b/servicetalk-http-router-predicate/gradle.lockfile @@ -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 diff --git a/servicetalk-http-security-jersey/gradle.lockfile b/servicetalk-http-security-jersey/gradle.lockfile index 4b603fd8b0..b08da879f5 100644 --- a/servicetalk-http-security-jersey/gradle.lockfile +++ b/servicetalk-http-security-jersey/gradle.lockfile @@ -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 jakarta.annotation:jakarta.annotation-api:1.3.5=compileClasspath,runtimeClasspath jakarta.ws.rs:jakarta.ws.rs-api:2.1.6=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-http-security-jersey3-jakarta10/gradle.lockfile b/servicetalk-http-security-jersey3-jakarta10/gradle.lockfile index dad170f941..3caeb7673b 100644 --- a/servicetalk-http-security-jersey3-jakarta10/gradle.lockfile +++ b/servicetalk-http-security-jersey3-jakarta10/gradle.lockfile @@ -5,7 +5,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 com.sun.istack:istack-commons-runtime:4.1.2=compileClasspath,runtimeClasspath -io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,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 diff --git a/servicetalk-http-security-jersey3-jakarta9/gradle.lockfile b/servicetalk-http-security-jersey3-jakarta9/gradle.lockfile index 5e2a3f3b37..114bc94728 100644 --- a/servicetalk-http-security-jersey3-jakarta9/gradle.lockfile +++ b/servicetalk-http-security-jersey3-jakarta9/gradle.lockfile @@ -6,7 +6,7 @@ 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:2.0.1=compileClasspath,runtimeClasspath com.sun.istack:istack-commons-runtime:4.0.1=compileClasspath,runtimeClasspath -io.netty:netty-bom:4.1.111.Final=compileClasspath,runtimeClasspath +io.netty:netty-bom:4.1.112.Final=compileClasspath,runtimeClasspath jakarta.activation:jakarta.activation-api:2.0.1=compileClasspath,runtimeClasspath jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,runtimeClasspath jakarta.inject:jakarta.inject-api:2.0.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-http-utils/gradle.lockfile b/servicetalk-http-utils/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-http-utils/gradle.lockfile +++ b/servicetalk-http-utils/gradle.lockfile @@ -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 diff --git a/servicetalk-loadbalancer-experimental-provider/gradle.lockfile b/servicetalk-loadbalancer-experimental-provider/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-loadbalancer-experimental-provider/gradle.lockfile +++ b/servicetalk-loadbalancer-experimental-provider/gradle.lockfile @@ -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 diff --git a/servicetalk-loadbalancer-experimental/gradle.lockfile b/servicetalk-loadbalancer-experimental/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-loadbalancer-experimental/gradle.lockfile +++ b/servicetalk-loadbalancer-experimental/gradle.lockfile @@ -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 diff --git a/servicetalk-loadbalancer/gradle.lockfile b/servicetalk-loadbalancer/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-loadbalancer/gradle.lockfile +++ b/servicetalk-loadbalancer/gradle.lockfile @@ -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 diff --git a/servicetalk-log4j2-mdc-utils/gradle.lockfile b/servicetalk-log4j2-mdc-utils/gradle.lockfile index 75121119fa..5a79326138 100644 --- a/servicetalk-log4j2-mdc-utils/gradle.lockfile +++ b/servicetalk-log4j2-mdc-utils/gradle.lockfile @@ -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-api:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-log4j2-mdc/gradle.lockfile b/servicetalk-log4j2-mdc/gradle.lockfile index da505efdef..933bf1d9a4 100644 --- a/servicetalk-log4j2-mdc/gradle.lockfile +++ b/servicetalk-log4j2-mdc/gradle.lockfile @@ -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-api:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-core:2.23.1=runtimeClasspath diff --git a/servicetalk-logging-api/gradle.lockfile b/servicetalk-logging-api/gradle.lockfile index 3ca320a64e..d800045c99 100644 --- a/servicetalk-logging-api/gradle.lockfile +++ b/servicetalk-logging-api/gradle.lockfile @@ -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 diff --git a/servicetalk-logging-slf4j-internal/gradle.lockfile b/servicetalk-logging-slf4j-internal/gradle.lockfile index 3519adac2f..890e99981b 100644 --- a/servicetalk-logging-slf4j-internal/gradle.lockfile +++ b/servicetalk-logging-slf4j-internal/gradle.lockfile @@ -4,7 +4,7 @@ com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=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.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath diff --git a/servicetalk-oio-api-internal/gradle.lockfile b/servicetalk-oio-api-internal/gradle.lockfile index f8389cdd22..8dcf2731a8 100644 --- a/servicetalk-oio-api-internal/gradle.lockfile +++ b/servicetalk-oio-api-internal/gradle.lockfile @@ -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.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath diff --git a/servicetalk-oio-api/gradle.lockfile b/servicetalk-oio-api/gradle.lockfile index 1203330f40..52a468d6a7 100644 --- a/servicetalk-oio-api/gradle.lockfile +++ b/servicetalk-oio-api/gradle.lockfile @@ -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 diff --git a/servicetalk-opentelemetry-asynccontext/gradle.lockfile b/servicetalk-opentelemetry-asynccontext/gradle.lockfile index e034aefeeb..c6ecc999e4 100644 --- a/servicetalk-opentelemetry-asynccontext/gradle.lockfile +++ b/servicetalk-opentelemetry-asynccontext/gradle.lockfile @@ -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 io.opentelemetry:opentelemetry-api:1.28.0=compileClasspath,runtimeClasspath io.opentelemetry:opentelemetry-context:1.28.0=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentelemetry-http/gradle.lockfile b/servicetalk-opentelemetry-http/gradle.lockfile index f6fc7723d1..fc162c9dfc 100644 --- a/servicetalk-opentelemetry-http/gradle.lockfile +++ b/servicetalk-opentelemetry-http/gradle.lockfile @@ -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 io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv:1.28.0-alpha=compileClasspath,runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.28.0=compileClasspath,runtimeClasspath io.opentelemetry:opentelemetry-api:1.28.0=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentracing-asynccontext/gradle.lockfile b/servicetalk-opentracing-asynccontext/gradle.lockfile index 8cb7129b83..e7ac7a5dbf 100644 --- a/servicetalk-opentracing-asynccontext/gradle.lockfile +++ b/servicetalk-opentracing-asynccontext/gradle.lockfile @@ -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 io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentracing-http/gradle.lockfile b/servicetalk-opentracing-http/gradle.lockfile index 542e816921..ede6767382 100644 --- a/servicetalk-opentracing-http/gradle.lockfile +++ b/servicetalk-opentracing-http/gradle.lockfile @@ -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 io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentracing-inmemory-api/gradle.lockfile b/servicetalk-opentracing-inmemory-api/gradle.lockfile index 65a351cc7b..cd183c6f72 100644 --- a/servicetalk-opentracing-inmemory-api/gradle.lockfile +++ b/servicetalk-opentracing-inmemory-api/gradle.lockfile @@ -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 io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentracing-inmemory/gradle.lockfile b/servicetalk-opentracing-inmemory/gradle.lockfile index 542e816921..ede6767382 100644 --- a/servicetalk-opentracing-inmemory/gradle.lockfile +++ b/servicetalk-opentracing-inmemory/gradle.lockfile @@ -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 io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath org.glassfish.jersey:jersey-bom:2.41=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentracing-internal/gradle.lockfile b/servicetalk-opentracing-internal/gradle.lockfile index f8389cdd22..8dcf2731a8 100644 --- a/servicetalk-opentracing-internal/gradle.lockfile +++ b/servicetalk-opentracing-internal/gradle.lockfile @@ -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.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentracing-log4j2/gradle.lockfile b/servicetalk-opentracing-log4j2/gradle.lockfile index 90b6365098..c0ea9cb8a0 100644 --- a/servicetalk-opentracing-log4j2/gradle.lockfile +++ b/servicetalk-opentracing-log4j2/gradle.lockfile @@ -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 io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-api:2.23.1=compileClasspath,runtimeClasspath org.apache.logging.log4j:log4j-bom:2.23.1=compileClasspath,runtimeClasspath diff --git a/servicetalk-opentracing-zipkin-publisher/gradle.lockfile b/servicetalk-opentracing-zipkin-publisher/gradle.lockfile index 5050a06d65..e583aed597 100644 --- a/servicetalk-opentracing-zipkin-publisher/gradle.lockfile +++ b/servicetalk-opentracing-zipkin-publisher/gradle.lockfile @@ -6,20 +6,20 @@ 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: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: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: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: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 io.opentracing:opentracing-api:0.33.0=compileClasspath,runtimeClasspath io.zipkin.reporter2:zipkin-reporter:2.17.2=compileClasspath,runtimeClasspath io.zipkin.zipkin2:zipkin:2.27.0=compileClasspath,runtimeClasspath diff --git a/servicetalk-router-api/gradle.lockfile b/servicetalk-router-api/gradle.lockfile index 1203330f40..52a468d6a7 100644 --- a/servicetalk-router-api/gradle.lockfile +++ b/servicetalk-router-api/gradle.lockfile @@ -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 diff --git a/servicetalk-router-utils-internal/gradle.lockfile b/servicetalk-router-utils-internal/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-router-utils-internal/gradle.lockfile +++ b/servicetalk-router-utils-internal/gradle.lockfile @@ -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 diff --git a/servicetalk-serialization-api/gradle.lockfile b/servicetalk-serialization-api/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-serialization-api/gradle.lockfile +++ b/servicetalk-serialization-api/gradle.lockfile @@ -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 diff --git a/servicetalk-serializer-api/gradle.lockfile b/servicetalk-serializer-api/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-serializer-api/gradle.lockfile +++ b/servicetalk-serializer-api/gradle.lockfile @@ -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 diff --git a/servicetalk-serializer-utils/gradle.lockfile b/servicetalk-serializer-utils/gradle.lockfile index 5fd005c2a8..060083310f 100644 --- a/servicetalk-serializer-utils/gradle.lockfile +++ b/servicetalk-serializer-utils/gradle.lockfile @@ -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 diff --git a/servicetalk-tcp-netty-internal/gradle.lockfile b/servicetalk-tcp-netty-internal/gradle.lockfile index b500cbc7a9..d17aaea145 100644 --- a/servicetalk-tcp-netty-internal/gradle.lockfile +++ b/servicetalk-tcp-netty-internal/gradle.lockfile @@ -6,20 +6,20 @@ 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: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: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: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: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 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 diff --git a/servicetalk-test-resources/gradle.lockfile b/servicetalk-test-resources/gradle.lockfile index 159d95f362..c183417bfb 100644 --- a/servicetalk-test-resources/gradle.lockfile +++ b/servicetalk-test-resources/gradle.lockfile @@ -4,7 +4,7 @@ com.fasterxml.jackson:jackson-bom:2.16.2=compileClasspath,runtimeClasspath com.google.code.findbugs:jsr305:3.0.2=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.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath diff --git a/servicetalk-traffic-resilience-http/gradle.lockfile b/servicetalk-traffic-resilience-http/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-traffic-resilience-http/gradle.lockfile +++ b/servicetalk-traffic-resilience-http/gradle.lockfile @@ -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 diff --git a/servicetalk-transport-api/gradle.lockfile b/servicetalk-transport-api/gradle.lockfile index e8022f3d9a..aa5b06c9a1 100644 --- a/servicetalk-transport-api/gradle.lockfile +++ b/servicetalk-transport-api/gradle.lockfile @@ -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 diff --git a/servicetalk-transport-netty-internal/gradle.lockfile b/servicetalk-transport-netty-internal/gradle.lockfile index 7b96805b6f..e2578f9949 100644 --- a/servicetalk-transport-netty-internal/gradle.lockfile +++ b/servicetalk-transport-netty-internal/gradle.lockfile @@ -6,20 +6,20 @@ 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=compileClasspath,runtimeClasspath io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.25.Final=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-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: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: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: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=compileClasspath,runtimeClasspath -io.netty:netty-transport-classes-kqueue:4.1.111.Final=compileClasspath,runtimeClasspath -io.netty:netty-transport-native-epoll:4.1.111.Final=compileClasspath,runtimeClasspath -io.netty:netty-transport-native-kqueue:4.1.111.Final=compileClasspath,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=compileClasspath,runtimeClasspath +io.netty:netty-transport-classes-kqueue:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport-native-epoll:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport-native-kqueue:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport-native-unix-common:4.1.112.Final=compileClasspath,runtimeClasspath +io.netty:netty-transport: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 diff --git a/servicetalk-transport-netty/gradle.lockfile b/servicetalk-transport-netty/gradle.lockfile index d67e83d1bd..882230cb96 100644 --- a/servicetalk-transport-netty/gradle.lockfile +++ b/servicetalk-transport-netty/gradle.lockfile @@ -6,20 +6,20 @@ 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: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: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: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: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 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 diff --git a/servicetalk-utils-internal/gradle.lockfile b/servicetalk-utils-internal/gradle.lockfile index 6074fc5125..9b0f7d1674 100644 --- a/servicetalk-utils-internal/gradle.lockfile +++ b/servicetalk-utils-internal/gradle.lockfile @@ -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=compileClasspath,runtimeClasspath From 298e7bd2b6d1ebb83563c0220f07ad51579a8212 Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Wed, 21 Aug 2024 19:13:15 -0700 Subject: [PATCH 5/6] Update build.gradle --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index faf3f2b2ca..fd458ee801 100644 --- a/build.gradle +++ b/build.gradle @@ -68,6 +68,11 @@ subprojects { } } + // Configure dependency locking: https://docs.gradle.org/current/userguide/dependency_locking.html + dependencyLocking { + lockMode = LockMode.STRICT + } + configurations { annotationProcessor { resolutionStrategy.activateDependencyLocking() @@ -79,12 +84,7 @@ subprojects { resolutionStrategy.activateDependencyLocking() } } - dependencyLocking { - lockMode = LockMode.STRICT - } -} -allprojects { tasks.register("resolveAndLockAll") { notCompatibleWithConfigurationCache("Filters configurations at execution time") doFirst { From d37929fd4f0155f64e2578b536963205c0baa351 Mon Sep 17 00:00:00 2001 From: Idel Pivnitskiy Date: Thu, 22 Aug 2024 09:43:34 -0700 Subject: [PATCH 6/6] fix checkstyle --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd458ee801..1d3d84dc54 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,8 @@ subprojects { tasks.register("resolveAndLockAll") { notCompatibleWithConfigurationCache("Filters configurations at execution time") doFirst { - assert gradle.startParameter.writeDependencyLocks : "$path must be run from the command line with the `--write-locks` flag" + assert gradle.startParameter.writeDependencyLocks : + "$path must be run from the command line with the `--write-locks` flag" } doLast { configurations.findAll {