Skip to content

Commit b6df08a

Browse files
authored
Use 4.1.72.Final (#2043)
1 parent 76c790a commit b6df08a

File tree

13 files changed

+79
-53
lines changed

13 files changed

+79
-53
lines changed

agent/agent-bootstrap/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ch.qos.logback:logback-core:1.2.8=runtimeClasspath
88
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
99
com.squareup.moshi:moshi:1.11.0=runtimeClasspath
1010
com.squareup.okio:okio:1.17.5=runtimeClasspath
11+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
1112
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-annotation-support:1.10.0+ai.patches-alpha=runtimeClasspath
1213
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.10.0+ai.patches-alpha=runtimeClasspath
1314
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
com.google.errorprone:error_prone_annotations:2.9.0=runtimeClasspath
55
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
6+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
67
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath
78
io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha=runtimeClasspath
89
io.opentelemetry:opentelemetry-bom:1.10.0=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is expected to be part of source control.
44
com.google.errorprone:error_prone_annotations:2.9.0=runtimeClasspath
55
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
6+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
67
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath
78
io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha=runtimeClasspath
89
io.opentelemetry:opentelemetry-bom:1.10.0=runtimeClasspath

agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
5+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
56
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath
67
io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha=runtimeClasspath
78
io.opentelemetry:opentelemetry-bom:1.10.0=runtimeClasspath

agent/agent-profiler/agent-alerting-api/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
5+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
56
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath
67
io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha=runtimeClasspath
78
io.opentelemetry:opentelemetry-bom:1.10.0=runtimeClasspath

agent/agent-profiler/agent-alerting/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
5+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
56
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath
67
io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha=runtimeClasspath
78
io.opentelemetry:opentelemetry-bom:1.10.0=runtimeClasspath

agent/agent-profiler/agent-profiler-api/gradle.lockfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ com.fasterxml.woodstox:woodstox-core:6.2.4=runtimeClasspath
1313
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
1414
com.squareup.moshi:moshi:1.11.0=runtimeClasspath
1515
com.squareup.okio:okio:1.17.5=runtimeClasspath
16-
io.netty:netty-tcnative-boringssl-static:2.0.43.Final=runtimeClasspath
16+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
17+
io.netty:netty-tcnative-boringssl-static:2.0.46.Final=runtimeClasspath
18+
io.netty:netty-tcnative-classes:2.0.46.Final=runtimeClasspath
1719
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath
1820
io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha=runtimeClasspath
1921
io.opentelemetry:opentelemetry-bom:1.10.0=runtimeClasspath

agent/agent-profiler/agent-service-profiler/gradle.lockfile

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,28 @@ com.microsoft.jfr:jfr-streaming:1.2.0=runtimeClasspath
1919
com.squareup.moshi:moshi-adapters:1.11.0=runtimeClasspath
2020
com.squareup.moshi:moshi:1.11.0=runtimeClasspath
2121
com.squareup.okio:okio:1.17.5=runtimeClasspath
22-
io.netty:netty-buffer:4.1.68.Final=runtimeClasspath
23-
io.netty:netty-codec-dns:4.1.68.Final=runtimeClasspath
24-
io.netty:netty-codec-http2:4.1.68.Final=runtimeClasspath
25-
io.netty:netty-codec-http:4.1.68.Final=runtimeClasspath
26-
io.netty:netty-codec-socks:4.1.68.Final=runtimeClasspath
27-
io.netty:netty-codec:4.1.68.Final=runtimeClasspath
28-
io.netty:netty-common:4.1.68.Final=runtimeClasspath
29-
io.netty:netty-handler-proxy:4.1.68.Final=runtimeClasspath
30-
io.netty:netty-handler:4.1.68.Final=runtimeClasspath
31-
io.netty:netty-resolver-dns-native-macos:4.1.68.Final=runtimeClasspath
32-
io.netty:netty-resolver-dns:4.1.68.Final=runtimeClasspath
33-
io.netty:netty-resolver:4.1.68.Final=runtimeClasspath
34-
io.netty:netty-tcnative-boringssl-static:2.0.43.Final=runtimeClasspath
35-
io.netty:netty-transport-native-epoll:4.1.68.Final=runtimeClasspath
36-
io.netty:netty-transport-native-kqueue:4.1.68.Final=runtimeClasspath
37-
io.netty:netty-transport-native-unix-common:4.1.68.Final=runtimeClasspath
38-
io.netty:netty-transport:4.1.68.Final=runtimeClasspath
22+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
23+
io.netty:netty-buffer:4.1.72.Final=runtimeClasspath
24+
io.netty:netty-codec-dns:4.1.72.Final=runtimeClasspath
25+
io.netty:netty-codec-http2:4.1.72.Final=runtimeClasspath
26+
io.netty:netty-codec-http:4.1.72.Final=runtimeClasspath
27+
io.netty:netty-codec-socks:4.1.72.Final=runtimeClasspath
28+
io.netty:netty-codec:4.1.72.Final=runtimeClasspath
29+
io.netty:netty-common:4.1.72.Final=runtimeClasspath
30+
io.netty:netty-handler-proxy:4.1.72.Final=runtimeClasspath
31+
io.netty:netty-handler:4.1.72.Final=runtimeClasspath
32+
io.netty:netty-resolver-dns-classes-macos:4.1.72.Final=runtimeClasspath
33+
io.netty:netty-resolver-dns-native-macos:4.1.72.Final=runtimeClasspath
34+
io.netty:netty-resolver-dns:4.1.72.Final=runtimeClasspath
35+
io.netty:netty-resolver:4.1.72.Final=runtimeClasspath
36+
io.netty:netty-tcnative-boringssl-static:2.0.46.Final=runtimeClasspath
37+
io.netty:netty-tcnative-classes:2.0.46.Final=runtimeClasspath
38+
io.netty:netty-transport-classes-epoll:4.1.72.Final=runtimeClasspath
39+
io.netty:netty-transport-classes-kqueue:4.1.72.Final=runtimeClasspath
40+
io.netty:netty-transport-native-epoll:4.1.72.Final=runtimeClasspath
41+
io.netty:netty-transport-native-kqueue:4.1.72.Final=runtimeClasspath
42+
io.netty:netty-transport-native-unix-common:4.1.72.Final=runtimeClasspath
43+
io.netty:netty-transport:4.1.72.Final=runtimeClasspath
3944
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath
4045
io.opentelemetry:opentelemetry-bom-alpha:1.10.0-alpha=runtimeClasspath
4146
io.opentelemetry:opentelemetry-bom:1.10.0=runtimeClasspath

agent/agent-tooling/gradle.lockfile

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,28 @@ com.squareup.okhttp3:okhttp:4.9.3=runtimeClasspath
3939
com.squareup.okio:okio:2.8.0=runtimeClasspath
4040
commons-codec:commons-codec:1.15=runtimeClasspath
4141
commons-io:commons-io:2.7=runtimeClasspath
42-
io.netty:netty-buffer:4.1.68.Final=runtimeClasspath
43-
io.netty:netty-codec-dns:4.1.68.Final=runtimeClasspath
44-
io.netty:netty-codec-http2:4.1.68.Final=runtimeClasspath
45-
io.netty:netty-codec-http:4.1.68.Final=runtimeClasspath
46-
io.netty:netty-codec-socks:4.1.68.Final=runtimeClasspath
47-
io.netty:netty-codec:4.1.68.Final=runtimeClasspath
48-
io.netty:netty-common:4.1.68.Final=runtimeClasspath
49-
io.netty:netty-handler-proxy:4.1.68.Final=runtimeClasspath
50-
io.netty:netty-handler:4.1.68.Final=runtimeClasspath
51-
io.netty:netty-resolver-dns-native-macos:4.1.68.Final=runtimeClasspath
52-
io.netty:netty-resolver-dns:4.1.68.Final=runtimeClasspath
53-
io.netty:netty-resolver:4.1.68.Final=runtimeClasspath
54-
io.netty:netty-tcnative-boringssl-static:2.0.43.Final=runtimeClasspath
55-
io.netty:netty-transport-native-epoll:4.1.68.Final=runtimeClasspath
56-
io.netty:netty-transport-native-kqueue:4.1.68.Final=runtimeClasspath
57-
io.netty:netty-transport-native-unix-common:4.1.68.Final=runtimeClasspath
58-
io.netty:netty-transport:4.1.68.Final=runtimeClasspath
42+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
43+
io.netty:netty-buffer:4.1.72.Final=runtimeClasspath
44+
io.netty:netty-codec-dns:4.1.72.Final=runtimeClasspath
45+
io.netty:netty-codec-http2:4.1.72.Final=runtimeClasspath
46+
io.netty:netty-codec-http:4.1.72.Final=runtimeClasspath
47+
io.netty:netty-codec-socks:4.1.72.Final=runtimeClasspath
48+
io.netty:netty-codec:4.1.72.Final=runtimeClasspath
49+
io.netty:netty-common:4.1.72.Final=runtimeClasspath
50+
io.netty:netty-handler-proxy:4.1.72.Final=runtimeClasspath
51+
io.netty:netty-handler:4.1.72.Final=runtimeClasspath
52+
io.netty:netty-resolver-dns-classes-macos:4.1.72.Final=runtimeClasspath
53+
io.netty:netty-resolver-dns-native-macos:4.1.72.Final=runtimeClasspath
54+
io.netty:netty-resolver-dns:4.1.72.Final=runtimeClasspath
55+
io.netty:netty-resolver:4.1.72.Final=runtimeClasspath
56+
io.netty:netty-tcnative-boringssl-static:2.0.46.Final=runtimeClasspath
57+
io.netty:netty-tcnative-classes:2.0.46.Final=runtimeClasspath
58+
io.netty:netty-transport-classes-epoll:4.1.72.Final=runtimeClasspath
59+
io.netty:netty-transport-classes-kqueue:4.1.72.Final=runtimeClasspath
60+
io.netty:netty-transport-native-epoll:4.1.72.Final=runtimeClasspath
61+
io.netty:netty-transport-native-kqueue:4.1.72.Final=runtimeClasspath
62+
io.netty:netty-transport-native-unix-common:4.1.72.Final=runtimeClasspath
63+
io.netty:netty-transport:4.1.72.Final=runtimeClasspath
5964
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-annotation-support:1.10.0+ai.patches-alpha=runtimeClasspath
6065
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-appender:1.10.0+ai.patches-alpha=runtimeClasspath
6166
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.10.0+ai.patches-alpha=runtimeClasspath

agent/agent/gradle.lockfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ch.qos.logback:logback-core:1.2.8=runtimeClasspath
88
com.google.guava:guava-bom:31.0.1-jre=runtimeClasspath
99
com.squareup.moshi:moshi:1.11.0=runtimeClasspath
1010
com.squareup.okio:okio:1.17.5=runtimeClasspath
11+
io.netty:netty-bom:4.1.72.Final=runtimeClasspath
1112
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-annotation-support:1.10.0+ai.patches-alpha=runtimeClasspath
1213
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:1.10.0+ai.patches-alpha=runtimeClasspath
1314
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.10.0+ai.patches-alpha=runtimeClasspath

0 commit comments

Comments
 (0)