Skip to content

Commit

Permalink
chore(deps-dev): bump byte-buddy.version from 1.15.11 to 1.16.1
Browse files Browse the repository at this point in the history
Bumps `byte-buddy.version` from 1.15.11 to 1.16.1.

Updates `net.bytebuddy:byte-buddy` from 1.15.11 to 1.16.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.11...byte-buddy-1.16.1)

Updates `net.bytebuddy:byte-buddy-agent` from 1.15.11 to 1.16.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.11...byte-buddy-1.16.1)

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mjeanroy committed Jan 20, 2025
1 parent db2a34c commit 5e75ea3
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 @@ -125,7 +125,7 @@
<slf4j.version>2.0.16</slf4j.version>
<log4j.version>2.24.3</log4j.version>
<logback.version>1.3.15</logback.version>
<byte-buddy.version>1.15.11</byte-buddy.version>
<byte-buddy.version>1.16.1</byte-buddy.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5e75ea3

Please sign in to comment.