Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump byte-buddy.version from 1.14.18 to 1.15.10 #3743

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump byte-buddy.version from 1.14.18 to 1.15.10
Bumps `byte-buddy.version` from 1.14.18 to 1.15.10.

Updates `net.bytebuddy:byte-buddy` from 1.14.18 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.18...byte-buddy-1.15.10)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.18 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.18...byte-buddy-1.15.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
commit c6fcc7d04e72e39d08cc6739f9373ae0349ba39b
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<activation-version>1.1.1</activation-version>
<rocksdb-jni-version>9.7.3</rocksdb-jni-version>
<json-smart.version>2.5.1</json-smart.version>
<byte-buddy.version>1.14.18</byte-buddy.version>
<byte-buddy.version>1.15.10</byte-buddy.version>
<gson.version>2.10.1</gson.version>

<!-- see intellij profile below... This fixes an annoyance with intellij -->
Expand Down