Skip to content

Commit 34984e6

Browse files
authored
Upgrade ByteBuddy to version 1.12.1 (elastic#2251)
1 parent 0b1441e commit 34984e6

File tree

3 files changed

+3
-3
lines changed
  • apm-agent-plugins/apm-grpc/apm-grpc-test-latest/src/test/java/co/elastic/apm/agent/grpc/latest/testapp/generated
  • integration-tests/runtime-attach/runtime-attach-app

3 files changed

+3
-3
lines changed

apm-agent-plugins/apm-grpc/apm-grpc-test-latest/src/test/java/co/elastic/apm/agent/grpc/latest/testapp/generated/HelloGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
*/
2525
@javax.annotation.Generated(
26-
value = "by gRPC proto compiler (version 1.41.0)",
26+
value = "by gRPC proto compiler (version 1.42.0)",
2727
comments = "Source: rpc.proto")
2828
@io.grpc.stub.annotations.GrpcGenerated
2929
public final class HelloGrpc {

integration-tests/runtime-attach/runtime-attach-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- known old version of byte-buddy added intentionally to the app classpath -->
3333
<groupId>net.bytebuddy</groupId>
3434
<artifactId>byte-buddy-agent</artifactId>
35-
<version>1.11.22</version>
35+
<version>1.9.16</version>
3636
</dependency>
3737
</dependencies>
3838

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<version.jetty-server>9.4.11.v20180605</version.jetty-server>
116116
<version.json-schema-validator>1.0.63</version.json-schema-validator>
117117
<!-- Byte Buddy and ASM must be kept in sync -->
118-
<version.byte-buddy>1.11.22</version.byte-buddy>
118+
<version.byte-buddy>1.12.1</version.byte-buddy>
119119
<version.asm>9.2</version.asm>
120120
<version.cucumber>5.4.0</version.cucumber>
121121

0 commit comments

Comments
 (0)