Skip to content

Commit 91dfb70

Browse files
authored
Bump up byte-buddy to 1.12.19 (#388)
1 parent 7eb796b commit 91dfb70

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Release Notes.
99
* Fix wrong config name `plugin.toolkit.use_qualified_name_as_operation_name`, and system variable name `SW_PLUGIN_TOOLKIT_USE_QUALIFIED_NAME_AS_OPERATION_NAME:false`. They were **toolit**.
1010
* Rename `JDBI` to `JDBC`
1111
* Support collecting dubbo thread pool metrics
12+
* Bump up byte-buddy to 1.12.19
1213

1314
#### Documentation
1415

dist-material/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Apache 2.0 licenses
215215
The following components are provided under the Apache License. See project link for details.
216216
The text of each license is the standard Apache 2.0 license.
217217

218-
raphw (byte-buddy) 1.12.13: http://bytebuddy.net/ , Apache 2.0
218+
raphw (byte-buddy) 1.12.19: http://bytebuddy.net/ , Apache 2.0
219219
Google: grpc-java 1.50.0: https://github.com/grpc/grpc-java, Apache 2.0
220220
Google: gson 2.8.9: https://github.com/google/gson , Apache 2.0
221221
Google: proto-google-common-protos 2.0.1: https://github.com/googleapis/googleapis , Apache 2.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<lombok.version>1.18.20</lombok.version>
8787

8888
<!-- core lib dependency -->
89-
<bytebuddy.version>1.12.13</bytebuddy.version>
89+
<bytebuddy.version>1.12.19</bytebuddy.version>
9090
<grpc.version>1.50.0</grpc.version>
9191
<netty.version>4.1.79.Final</netty.version>
9292
<gson.version>2.8.9</gson.version>

0 commit comments

Comments
 (0)