Skip to content

Commit 408a403

Browse files
committed
upgrade asm-util to 9.7 to be in line with NB22 platform
1 parent 1a0b1c2 commit 408a403

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

visualvm/nashorn.jdk15/external/asm-util-9.5-license.txt renamed to visualvm/nashorn.jdk15/external/asm-util-9.7-license.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: OW2 ASM
2-
Version: 9.5
3-
Files: asm-util-9.5.jar
2+
Version: 9.7
3+
Files: asm-util-9.7.jar
44
License: BSD-INRIA
55
Origin: OW2 Consortium
66
URL: https://repository.ow2.org/nexus/content/repositories/releases/org/ow2/asm/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
F67F5FFAA5F5130CF6FB9B133DA00C7DF3B532A5 org.openjdk.nashorn:nashorn-core:15.4
2-
64B5A1FC8C1B15ED2EFD6A063E976BC8D3DC5FFE org.ow2.asm:asm-util:9.5
2+
C0655519F24D92AF2202CB681CD7C1569DF6EAD6 org.ow2.asm:asm-util:9.7
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
file.reference.nashorn-core-15.4.jar=external/nashorn-core-15.4.jar
2-
file.reference.asm-util-9.5.jar=external/asm-util-9.5.jar
2+
file.reference.asm-util-9.7.jar=external/asm-util-9.7.jar
33
is.eager=true
44
license.file=../startup/src/org/graalvm/visualvm/modules/startup/LICENSE.txt
55
nbm.homepage=https://visualvm.github.io
66
nbm.module.author=Tomas Hurka
77
nbm.needs.restart=true
88
release.external/nashorn-core-15.4.jar=modules/ext/nashorn-core-15.4.jar
9-
release.external/asm-util-9.5.jar=modules/ext/asm-util-9.5.jar
9+
release.external/asm-util-9.7.jar=modules/ext/asm-util-9.7.jar
1010
javac.source=1.8
1111
javac.compilerargs=-Xlint -Xlint:-serial

visualvm/nashorn.jdk15/nbproject/project.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<binary-origin>external/nashorn-core-15.4.jar</binary-origin>
2222
</class-path-extension>
2323
<class-path-extension>
24-
<runtime-relative-path>ext/asm-util-9.5.jar</runtime-relative-path>
25-
<binary-origin>external/asm-util-9.5.jar</binary-origin>
24+
<runtime-relative-path>ext/asm-util-9.7.jar</runtime-relative-path>
25+
<binary-origin>external/asm-util-9.7.jar</binary-origin>
2626
</class-path-extension>
2727
</data>
2828
</configuration>

0 commit comments

Comments
 (0)