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


The following commit(s) were added to refs/heads/master by this push:
     new b8a97eb  [FLINK-24978] Upgrade ASM to 9.2
b8a97eb is described below

commit b8a97eb8e6f59fca0cb1502f6fcc757d634f3e66
Author: Chesnay Schepler <[email protected]>
AuthorDate: Tue Nov 23 16:36:16 2021 +0100

    [FLINK-24978] Upgrade ASM to 9.2
---
 {flink-shaded-asm-7 => flink-shaded-asm-9}/pom.xml             |  4 ++--
 .../src/main/resources/META-INF/NOTICE                         | 10 +++++-----
 .../src/main/resources/META-INF/licenses/LICENSE.asm           |  0
 pom.xml                                                        |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/flink-shaded-asm-7/pom.xml b/flink-shaded-asm-9/pom.xml
similarity index 97%
rename from flink-shaded-asm-7/pom.xml
rename to flink-shaded-asm-9/pom.xml
index 23d280a..b9240e2 100644
--- a/flink-shaded-asm-7/pom.xml
+++ b/flink-shaded-asm-9/pom.xml
@@ -35,8 +35,8 @@ under the License.
     <packaging>jar</packaging>
 
     <properties>
-        <asm.major.version>7</asm.major.version>
-        <asm.version>${asm.major.version}.1</asm.version>
+        <asm.major.version>9</asm.major.version>
+        <asm.version>${asm.major.version}.2</asm.version>
     </properties>
 
     <dependencies>
diff --git a/flink-shaded-asm-7/src/main/resources/META-INF/NOTICE 
b/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
similarity index 67%
rename from flink-shaded-asm-7/src/main/resources/META-INF/NOTICE
rename to flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
index 023510d..020731d 100644
--- a/flink-shaded-asm-7/src/main/resources/META-INF/NOTICE
+++ b/flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
@@ -1,4 +1,4 @@
-flink-shaded-asm7
+flink-shaded-asm9
 Copyright 2014-2021 The Apache Software Foundation
 
 This product includes software developed at
@@ -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:7.1
-- org.ow2.asm:asm-analysis:7.1
-- org.ow2.asm:asm-commons:7.1
-- org.ow2.asm:asm-tree:7.1
\ No newline at end of file
+- 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
diff --git 
a/flink-shaded-asm-7/src/main/resources/META-INF/licenses/LICENSE.asm 
b/flink-shaded-asm-9/src/main/resources/META-INF/licenses/LICENSE.asm
similarity index 100%
rename from flink-shaded-asm-7/src/main/resources/META-INF/licenses/LICENSE.asm
rename to flink-shaded-asm-9/src/main/resources/META-INF/licenses/LICENSE.asm
diff --git a/pom.xml b/pom.xml
index 3088d89..a5acf77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@ under the License.
 
     <modules>
         <module>flink-shaded-force-shading</module>
-        <module>flink-shaded-asm-7</module>
+        <module>flink-shaded-asm-9</module>
         <module>flink-shaded-guava-30</module>
         <module>flink-shaded-netty-4</module>
         <module>flink-shaded-netty-tcnative-dynamic</module>

Reply via email to