This is an automated email from the ASF dual-hosted git repository.
sk0x50 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 0257d293139 Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.0 (#6955)
0257d293139 is described below
commit 0257d293139a54abdd529184e6b3b2d4416d8306
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 12:37:47 2025 +0200
Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.0 (#6955)
Signed-off-by: Slava Koptilin <[email protected]>
Co-authored-by: Slava Koptilin <[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 a705f980cba..fcdebdf13ab 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -73,7 +73,7 @@ msgpack = "0.8.24"
caffeine = "3.2.0"
fastutil = "8.5.18"
kryo = "5.6.2"
-bytebuddy = "1.17.8"
+bytebuddy = "1.18.1"
mockServer = "5.15.0"
archunit = "1.4.1"
testkit = "1.14.0"