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 de60896bbeb Bump asm from 9.8 to 9.9 (#6709)
de60896bbeb is described below
commit de60896bbeb7f7d8248e908525acfb276da155f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 08:02:45 2025 +0300
Bump asm from 9.8 to 9.9 (#6709)
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 4dc99a8d342..fa71f3deb57 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -17,7 +17,7 @@
[versions]
assertj = "3.27.6"
-asm = "9.8"
+asm = "9.9"
bouncycastle = "1.82"
compileTesting = "0.23.0"
commons-collections4 = "4.5.0"