Skip to content

Commit

Permalink
[FLINK-33336][Build/Shaded] Update ASM to 9.6. This closes #124
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser authored Oct 23, 2023
1 parent c2e27e8 commit 4b62d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flink-shaded-asm-9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.

<properties>
<asm.major.version>9</asm.major.version>
<asm.version>${asm.major.version}.5</asm.version>
<asm.version>${asm.major.version}.6</asm.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions flink-shaded-asm-9/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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

0 comments on commit 4b62d5f

Please sign in to comment.