Skip to content

Commit

Permalink
[dependency] Bump byte-buddy.version from 1.14.17 to 1.15.10 (#1219)
Browse files Browse the repository at this point in the history
Bumps `byte-buddy.version` from 1.14.17 to 1.15.10.

Updates `net.bytebuddy:byte-buddy` from 1.14.17 to 1.15.10
- [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.14.17...byte-buddy-1.15.10)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.17 to 1.15.10
- [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.14.17...byte-buddy-1.15.10)

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

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 Dec 5, 2024
1 parent 24505dd commit b651240
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 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>

<byte-buddy.version>1.14.17</byte-buddy.version>
<byte-buddy.version>1.15.10</byte-buddy.version>
<junit.version>5.10.2</junit.version>
<slf4j.version>2.0.16</slf4j.version>

Expand Down

0 comments on commit b651240

Please sign in to comment.