commit | 0403b80354f81116283a6a890b2c2a74d73356f7 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 23 20:44:39 2024 |
committer | GitHub <noreply@github.com> | Wed Oct 23 20:44:39 2024 |
tree | a89c778f023e9c87208a6443d15a31b651e350dd | |
parent | 56b673b4ad698692cbfd204919fe2f09ee7021c2 [diff] |
Bump bytebuddy from 1.15.5 to 1.15.7 (#3486) Bumps `bytebuddy` from 1.15.5 to 1.15.7. Updates `net.bytebuddy:byte-buddy` from 1.15.5 to 1.15.7 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.5...byte-buddy-1.15.7) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.5 to 1.15.7 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.5...byte-buddy-1.15.7) Updates `net.bytebuddy:byte-buddy-android` from 1.15.5 to 1.15.7 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.5...byte-buddy-1.15.7) --- 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 - dependency-name: net.bytebuddy:byte-buddy-android dependency-type: direct:production 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>
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d5c329f..5a1a7e7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml
@@ -1,5 +1,5 @@ [versions] -bytebuddy = "1.15.5" +bytebuddy = "1.15.7" errorprone = "2.23.0" junit4 = "4.13.2" junit-jupiter = "5.11.3"