Skip to content

Commit 43397fc

Browse files
mateczaganyMartijnVisser
authored andcommitted
[FLINK-38694][Build/Shaded] Update ASM to 9.9.1
1 parent 0eadd76 commit 43397fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flink-shaded-asm-9/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ under the License.
3535

3636
<properties>
3737
<asm.major.version>9</asm.major.version>
38-
<asm.version>${asm.major.version}.8</asm.version>
38+
<asm.version>${asm.major.version}.9.1</asm.version>
3939
</properties>
4040

4141
<dependencies>

flink-shaded-asm-9/src/main/resources/META-INF/NOTICE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Apache Software Foundation (http://www.apache.org/).
77
This project bundles the following dependencies under the BSD license.
88
See bundled license files for details.
99

10-
- org.ow2.asm:asm-analysis:9.8
11-
- org.ow2.asm:asm-commons:9.8
12-
- org.ow2.asm:asm-tree:9.8
13-
- org.ow2.asm:asm:9.8
10+
- org.ow2.asm:asm-analysis:9.9.1
11+
- org.ow2.asm:asm-commons:9.9.1
12+
- org.ow2.asm:asm-tree:9.9.1
13+
- org.ow2.asm:asm:9.9.1

0 commit comments

Comments
 (0)