Skip to content

Commit

Permalink
Update byte buddy to 1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nvollmar committed Aug 10, 2023
1 parent 22784b8 commit e9970e4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dependencies {

implementation 'org.tinylog:tinylog:1.3.6'
implementation 'com.github.tobiasrm:tinylog-coloredconsole:1.3.1'
implementation 'net.bytebuddy:byte-buddy-agent:1.12.14'
implementation 'net.bytebuddy:byte-buddy-agent:1.14.5'

implementation files('libs/byte-buddy-1.12.14.jar')
implementation files('libs/byte-buddy-1.14.5.jar')

testImplementation 'org.mockito:mockito-core:2.28.2'
testImplementation 'org.scalatest:scalatest_2.12:3.0.1'
Expand Down
Binary file removed agent/libs/byte-buddy-1.12.14-sources.jar
Binary file not shown.
Binary file removed agent/libs/byte-buddy-1.12.14.jar
Binary file not shown.
Binary file added agent/libs/byte-buddy-1.14.5-sources.jar
Binary file not shown.
Binary file added agent/libs/byte-buddy-1.14.5.jar
Binary file not shown.

0 comments on commit e9970e4

Please sign in to comment.