This is an automated email from the ASF dual-hosted git repository.
apolovtsev 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 b8a43900b4 Bump net.bytebuddy:byte-buddy from 1.15.4 to 1.15.5 (#4592)
b8a43900b4 is described below
commit b8a43900b46e74d9063f8bc54d67d82e4c8cffa4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 18 11:42:28 2024 +0300
Bump net.bytebuddy:byte-buddy from 1.15.4 to 1.15.5 (#4592)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from
1.15.4 to 1.15.5.
- [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.4...byte-buddy-1.15.5)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[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 53ec9feb4b..a835497b2c 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.2"
-bytebuddy = "1.15.4"
+bytebuddy = "1.15.5"
mockServer = "5.15.0"
archunit = "1.3.0"
testkit = "1.11.2"