[FLINK-30772][Build/Shaded] Update ASM to 9.5
diff --git a/flink-shaded-asm-9/pom.xml b/flink-shaded-asm-9/pom.xml
index 2345380..06971a9 100644
--- a/flink-shaded-asm-9/pom.xml
+++ b/flink-shaded-asm-9/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
         <asm.major.version>9</asm.major.version>
-        <asm.version>${asm.major.version}.3</asm.version>
+        <asm.version>${asm.major.version}.5</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 1479a23..de43b3f 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 @@
 This project bundles the following dependencies under the BSD license.
 See bundled license files for details.
 
-- org.ow2.asm:asm-analysis:9.3
-- org.ow2.asm:asm-commons:9.3
-- org.ow2.asm:asm-tree:9.3
-- org.ow2.asm:asm:9.3
\ No newline at end of file
+- 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