From 4b62d5fdbe1488549ba289ab49c0ecd241b50e2a Mon Sep 17 00:00:00 2001 From: MartijnVisser Date: Mon, 23 Oct 2023 11:26:35 +0200 Subject: [PATCH] [FLINK-33336][Build/Shaded] Update ASM to 9.6. This closes #124 --- 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 06971a9..d077a67 100644 --- a/flink-shaded-asm-9/pom.xml +++ b/flink-shaded-asm-9/pom.xml @@ -35,7 +35,7 @@ under the License. 9 - ${asm.major.version}.5 + ${asm.major.version}.6 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 60d7392..d9cf3ae 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.5 -- org.ow2.asm:asm-commons:9.5 -- org.ow2.asm:asm-tree:9.5 -- org.ow2.asm:asm:9.5 \ No newline at end of file +- 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