Skip to content

Commit

Permalink
Bump byteBuddyVersion from 1.14.14 to 1.14.15
Browse files Browse the repository at this point in the history
Bumps `byteBuddyVersion` from 1.14.14 to 1.14.15.

Updates `net.bytebuddy:byte-buddy` from 1.14.14 to 1.14.15
- [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.14...byte-buddy-1.14.15)

Updates `net.bytebuddy:byte-buddy-agent` from 1.14.14 to 1.14.15
- [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.14...byte-buddy-1.14.15)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent 47436c0 commit 2a02a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -5,7 +5,7 @@ ext {
assertjVersion = "3.25.3"
awaitilityVersion = "4.2.1"
blockhoundVersion = "1.0.9.RELEASE"
byteBuddyVersion = "1.14.14"
byteBuddyVersion = "1.14.15"
cglibVersion = "3.3.0"
javaObjectLayoutVersion = "0.17"
jmhVersion = "1.37"
Expand Down

0 comments on commit 2a02a0b

Please sign in to comment.