Skip to content

Commit

Permalink
Bump byte-buddy.version from 1.11.1 to 1.11.2 (#2253)
Browse files Browse the repository at this point in the history
Bumps `byte-buddy.version` from 1.11.1 to 1.11.2.

Updates `byte-buddy` from 1.11.1 to 1.11.2
- [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.2)

Updates `byte-buddy-agent` from 1.11.1 to 1.11.2
- [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.2)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 11, 2021
1 parent 1632823 commit 3ea0c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<properties>
<javadocAdditionalOptions>-html5 --allow-script-in-comments --no-module-directories</javadocAdditionalOptions>
<byte-buddy.version>1.11.1</byte-buddy.version>
<byte-buddy.version>1.11.2</byte-buddy.version>
<opentest4j.version>1.2.0</opentest4j.version>
<bnd.version>5.3.0</bnd.version>
<!-- Dependency versions overriding -->
Expand Down

0 comments on commit 3ea0c43

Please sign in to comment.