Skip to content

Commit

Permalink
Bump commons.bytebuddy.version from 1.15.0 to 1.15.1 (#585)
Browse files Browse the repository at this point in the history
Bumps `commons.bytebuddy.version` from 1.15.0 to 1.15.1.

Updates `net.bytebuddy:byte-buddy` from 1.15.0 to 1.15.1
- [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.15.0...byte-buddy-1.15.1)

Updates `net.bytebuddy:byte-buddy-agent` from 1.15.0 to 1.15.1
- [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.15.0...byte-buddy-1.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent c252787 commit 51e1b1c
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 @@ -52,7 +52,7 @@
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>

<commons.bytebuddy.version>1.15.0</commons.bytebuddy.version>
<commons.bytebuddy.version>1.15.1</commons.bytebuddy.version>
<commons.rng.version>1.6</commons.rng.version>
<japicmp.skip>false</japicmp.skip>
<jmh.version>1.37</jmh.version>
Expand Down

0 comments on commit 51e1b1c

Please sign in to comment.