Skip to content

Commit 1073905

Browse files
authored
Upgrading Byte Buddy (#238)
* Upgrading Byte Buddy * Updating the changelog * Updating dependencies metadata
1 parent a374076 commit 1073905

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ${next_release_notes}
3333
===== Features
3434

3535
* Adding exception event to failed http responses: {pull}237[#237]
36+
* Upgrading Byte Buddy to 1.14.10: {pull}238[#238]
3637
////
3738
3839
[[release-notes-0.11.0]]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dependencies.hash=DB6FA37386112999FEBBD38DDF622D3F
1+
dependencies.hash=ECC7B12A979C5F340C393E6F6E6B8044
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dependencies.hash=C6A4F0DAF490F4F0A646CC94FDA5ACB5
1+
dependencies.hash=6DA47598A1BBA807C71A7E800B9F2509

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010
androidCompileSdk = 32
1111
openTelemetry_version = "1.31.0"
1212
androidAnnotations_version = "1.4.0"
13-
bytebuddy_version = "1.14.9"
13+
bytebuddy_version = "1.14.10"
1414
okhttp_version = '3.11.0'
1515
junit_version = '4.13.2'
1616
mockito_version = '4.9.0'

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.9|apache_v2
2-
net.bytebuddy:byte-buddy-gradle-plugin:1.14.9|apache_v2
1+
net.bytebuddy:byte-buddy:1.14.10|apache_v2
2+
net.bytebuddy:byte-buddy-gradle-plugin:1.14.10|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)