Skip to content

Commit

Permalink
release 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Jun 4, 2021
1 parent 94fb989 commit 6e1557b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 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.11.0'
implementation 'net.bytebuddy:byte-buddy-agent:1.11.1'

implementation files('libs/byte-buddy-1.11.0.jar')
implementation files('libs/byte-buddy-1.11.1.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.11.0.jar
Binary file not shown.
Binary file not shown.
Binary file added agent/libs/byte-buddy-1.11.1.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.0.11-SNAPSHOT
version: 1.0.11

0 comments on commit 6e1557b

Please # to comment.