Skip to content

Commit

Permalink
Bump byte-buddy-agent from 1.11.1 to 1.11.21 (#112)
Browse files Browse the repository at this point in the history
* Bump byte-buddy-agent from 1.11.1 to 1.11.21

Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.11.1 to 1.11.21.
- [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.1...byte-buddy-1.11.21)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle

* Update build.gradle

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergei Egorov <[email protected]>
  • Loading branch information
dependabot[bot] and bsideup authored Oct 20, 2021
1 parent ac40495 commit 800ed3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jabel-javac-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
sourceCompatibility = targetCompatibility = 8

dependencies {
implementation 'net.bytebuddy:byte-buddy:1.11.2'
implementation 'net.bytebuddy:byte-buddy-agent:1.11.1'
implementation 'net.bytebuddy:byte-buddy:1.11.21'
implementation 'net.bytebuddy:byte-buddy-agent:1.11.21'
implementation 'net.java.dev.jna:jna:5.9.0'
}

Expand Down

0 comments on commit 800ed3f

Please sign in to comment.