Skip to content

Commit 0638e23

Browse files
authored
Upgrading byte buddy plugin (#324)
* Upgrading byte buddy plugin * Updated chagelog * Updating notice files metadata
1 parent 3668ccb commit 0638e23

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ${next_release_notes}
3030
==== ${version} - ${release_date}
3131

3232
[float]
33-
===== Features
33+
===== Bug fixes
3434

35-
* New feature: {pull}000[#000]
35+
* Bytecode instrumentation issue in #323: {pull}324[#324]
3636
////
3737
3838
[[release-notes-0.18.0]]
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dependencies.hash=09D717D772515279BACBDAB508BC19DE
1+
dependencies.hash=6AB0841BC9D2A49600D8C01CB49722DD

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ opentelemetry-alpha = "1.37.0-alpha"
55
opentelemetry-semconv = "1.25.0-alpha"
66
opentelemetry-contrib = "1.35.0-alpha"
77
mockito = "4.11.0"
8-
byteBuddy = "1.14.11"
8+
byteBuddy = "1.14.17"
99
okhttp = "4.12.0"
1010
kotlin = "1.9.22"
1111
google-autoService = "1.1.1"

manual_licenses_map.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
net.bytebuddy:byte-buddy:1.14.11|apache_v2
2-
net.bytebuddy:byte-buddy-gradle-plugin:1.14.11|apache_v2
1+
net.bytebuddy:byte-buddy:1.14.17|apache_v2
2+
net.bytebuddy:byte-buddy-gradle-plugin:1.14.17|apache_v2
33
org.slf4j:slf4j-api:2.0.0|mit
44
com.squareup.okhttp3:okhttp:3.11.0|apache_v2
55
com.github.instacart.truetime-android:library:3.5|apache_v2

0 commit comments

Comments
 (0)