Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed May 30, 2021
1 parent 1eb2486 commit 94fb989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ configurations {

dependencies {
implementation 'com.typesafe:config:1.3.4'
implementation 'com.blogspot.mydailyjava:weak-lock-free:0.16'
implementation 'com.blogspot.mydailyjava:weak-lock-free:0.18'

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

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

Expand Down Expand Up @@ -88,7 +88,7 @@ shadowJar {
}

dependencies {
exclude('org.projectlombok:lombok:1.18.12')
exclude('org.projectlombok:lombok:1.18.20')
}

doLast {
Expand Down

0 comments on commit 94fb989

Please # to comment.