This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push: new ebfc675702 Bump net.bytebuddy:byte-buddy from 1.12.8 to 1.14.12 (#3283) ebfc675702 is described below commit ebfc675702d213eb7643be63f71b12a4b25437be Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 26 08:28:12 2024 +0200 Bump net.bytebuddy:byte-buddy from 1.12.8 to 1.14.12 (#3283) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.8 to 1.14.12. - [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.12.8...byte-buddy-1.14.12) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: Pavel Tupitsyn <ptupit...@apache.org> Co-authored-by: Pavel Tupitsyn <ptupit...@apache.org> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ba729c7f35..d180e64072 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ msgpack = "0.8.21" caffeine = "3.0.4" fastutil = "8.5.6" kryo = "4.0.1" -bytebuddy = "1.12.8" +bytebuddy = "1.14.12" mockServer = "5.15.0" archunit = "1.1.0" testkit = "1.8.2"