This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit 43397fcf30cf6124da73a833fd545ef8dbe79471 Author: mateczagany <[email protected]> AuthorDate: Wed Nov 19 09:09:32 2025 +0100 [FLINK-38694][Build/Shaded] Update ASM to 9.9.1 --- 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 5d57727..fce8b18 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}.8</asm.version> + <asm.version>${asm.major.version}.9.1</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 df00c29..22cc536 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.8 -- org.ow2.asm:asm-commons:9.8 -- org.ow2.asm:asm-tree:9.8 -- org.ow2.asm:asm:9.8 +- org.ow2.asm:asm-analysis:9.9.1 +- org.ow2.asm:asm-commons:9.9.1 +- org.ow2.asm:asm-tree:9.9.1 +- org.ow2.asm:asm:9.9.1
