You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/27 08:38:54 UTC

[flink-shaded] 01/08: [FLINK-29418][asm] Upgrade 9.2 -> 9.3

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-shaded.git

commit d630f8b1e8d19f70cd2a967e1d210454ef1c7849
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Sep 26 14:30:20 2022 +0200

    [FLINK-29418][asm] Upgrade 9.2 -> 9.3
---
 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 92f6be4..bfd0a95 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}.2</asm.version>
+        <asm.version>${asm.major.version}.3</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 020731d..6d2f23f 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:9.2
-- org.ow2.asm:asm-analysis:9.2
-- org.ow2.asm:asm-commons:9.2
-- org.ow2.asm:asm-tree:9.2
\ No newline at end of file
+- org.ow2.asm:asm:9.3
+- org.ow2.asm:asm-analysis:9.3
+- org.ow2.asm:asm-commons:9.3
+- org.ow2.asm:asm-tree:9.3
\ No newline at end of file