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 2e2a0bb156 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.1 (#4316)
2e2a0bb156 is described below
commit 2e2a0bb1563b814f7375622561c8adfe1e982dbf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 5 19:34:13 2024 +0300
Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.1 (#4316)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from
1.14.18 to 1.15.1.
- [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.18...byte-buddy-1.15.1)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[email protected]>
---
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 80212dff76..9f3ef6aca5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -69,7 +69,7 @@ msgpack = "0.8.24"
caffeine = "3.0.4"
fastutil = "8.5.14"
kryo = "5.6.0"
-bytebuddy = "1.14.18"
+bytebuddy = "1.15.1"
mockServer = "5.15.0"
archunit = "1.3.0"
testkit = "1.10.3"