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 caace727b5 Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 (#3724) caace727b5 is described below commit caace727b58a654b2f376de141992222ec6211c2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 10 07:07:35 2024 +0300 Bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 (#3724) Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/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](https://github.com/raphw/byte-buddy/compare/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 ... 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 72badc8d02..1a5dcf9824 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -70,7 +70,7 @@ msgpack = "0.8.24" caffeine = "3.0.4" fastutil = "8.5.13" kryo = "5.6.0" -bytebuddy = "1.14.14" +bytebuddy = "1.14.15" mockServer = "5.15.0" archunit = "1.3.0" testkit = "1.10.2"