Skip to content

Commit

Permalink
build(deps): bump net.bytebuddy:byte-buddy from 1.11.14 to 1.14.5
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.11.14 to 1.14.5.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.11.14...byte-buddy-1.14.5)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent 927864a commit bffeffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {


dependencies {
implementation 'net.bytebuddy:byte-buddy:1.11.14'
implementation 'net.bytebuddy:byte-buddy:1.14.5'
implementation 'org.javassist:javassist:3.27.0-GA'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
implementation 'org.projectlombok:lombok:1.18.18'
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'com.discord4j:discord4j-core:3.1.3'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.xerial:sqlite-jdbc:3.34.0'
implementation 'net.bytebuddy:byte-buddy:1.11.14'
implementation 'net.bytebuddy:byte-buddy:1.14.5'
implementation 'org.apache.commons:commons-lang3:3.11'
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
implementation 'org.xeustechnologies:jcl-core:2.8'
Expand Down

0 comments on commit bffeffc

Please sign in to comment.