This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
The following commit(s) were added to refs/heads/master by this push:
new 00151b6 [FLINK-38280][Build/Shaded] Update ASM to 9.8.
00151b6 is described below
commit 00151b6c64b74eb53bb0fd2eec5a0373ebc12f50
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Sep 27 11:51:46 2025 +0200
[FLINK-38280][Build/Shaded] Update ASM to 9.8.
---
flink-shaded-asm-9/pom.xml | 2 +-
flink-shaded-asm-9/src/main/resources/META-INF/NOTICE | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/flink-shaded-asm-9/pom.xml b/flink-shaded-asm-9/pom.xml
index 67ec895..5d57727 100644
--- a/flink-shaded-asm-9/pom.xml
+++ b/flink-shaded-asm-9/pom.xml
@@ -35,7 +35,7 @@ under the License.
<properties>
<asm.major.version>9</asm.major.version>
- <asm.version>${asm.major.version}.6</asm.version>
+ <asm.version>${asm.major.version}.8</asm.version>
</properties>
<dependencies>
diff --git a/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
b/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
index d9cf3ae..df00c29 100644
--- a/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
@@ -7,7 +7,7 @@ The Apache Software Foundation (http://www.apache.org/).
This project bundles the following dependencies under the BSD license.
See bundled license files for details.
-- org.ow2.asm:asm-analysis:9.6
-- org.ow2.asm:asm-commons:9.6
-- org.ow2.asm:asm-tree:9.6
-- org.ow2.asm:asm:9.6
\ No newline at end of file
+- org.ow2.asm:asm-analysis:9.8
+- org.ow2.asm:asm-commons:9.8
+- org.ow2.asm:asm-tree:9.8
+- org.ow2.asm:asm:9.8