Skip to content

Commit 10b9d58

Browse files
committed
Upgrade ASM from 9.6 to 9.7
1 parent 02601a4 commit 10b9d58

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

java/lib.jshell.agent/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ javac.compilerargs=-Xlint -Xlint:-serial
2121
extra.module.files=modules/ext/nb-custom-jshell-probe.jar,modules/ext/nb-mod-jshell-probe.jar
2222
jnlp.indirect.jars=modules/ext/nb-custom-jshell-probe.jar,modules/ext/nb-mod-jshell-probe.jar
2323

24-
agentsrc.asm.cp=${libs.asm.dir}/core/asm-9.6.jar
24+
agentsrc.asm.cp=${libs.asm.dir}/core/asm-9.7.jar
2525
agentsrc.jshell.cp=external/jshell-9.jar

java/maven/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<!-- we use jarjar to repackage simple json, to avoid clashes with 3rd party maven plugins possibly including it in their dependencies -->
5757
<taskdef name="jarjar" classname="org.pantsbuild.jarjar.JarJarTask" loaderref="lib.path.loader">
5858
<classpath>
59-
<pathelement location="${libs.asm.dir}/core/asm-9.6.jar"/>
60-
<pathelement location="${libs.asm.dir}/core/asm-commons-9.6.jar"/>
59+
<pathelement location="${libs.asm.dir}/core/asm-9.7.jar"/>
60+
<pathelement location="${libs.asm.dir}/core/asm-commons-9.7.jar"/>
6161
<pathelement location="./external/jarjar-1.7.2.jar"/>
6262
</classpath>
6363
</taskdef>

nbbuild/templates/common.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
<tstamp>
8080
<format property="module.build.started.time" pattern="yyyy-MM-dd'T'HH:mm:ss.SSSZ"/>
8181
</tstamp>
82-
<condition property="asm.jar" value="${nbplatform.active.dir}/platform/core/asm-9.6.jar">
83-
<available file="${nbplatform.active.dir}/platform/core/asm-9.6.jar"/>
82+
<condition property="asm.jar" value="${nbplatform.active.dir}/platform/core/asm-9.7.jar">
83+
<available file="${nbplatform.active.dir}/platform/core/asm-9.7.jar"/>
8484
</condition>
85-
<property name="asm.jar" location="${platform/libs.asm.dir}/core/asm-9.6.jar"/>
85+
<property name="asm.jar" location="${platform/libs.asm.dir}/core/asm-9.7.jar"/>
8686
<property name="tsaurl" value=""/>
8787
<property name="tsacert" value=""/>
8888
</target>

platform/libs.asm/external/asm-9.6-license.txt renamed to platform/libs.asm/external/asm-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.6
3-
Files: asm-tree-9.6.jar asm-commons-9.6.jar asm-9.6.jar
2+
Version: 9.7
3+
Files: asm-tree-9.7.jar asm-commons-9.7.jar asm-9.7.jar
44
License: BSD-INRIA
55
Origin: OW2 Consortium
66
URL: https://repository.ow2.org/nexus/content/repositories/releases/org/ow2/asm/

platform/libs.asm/external/binaries-list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
AA205CF0A06DBD8E04ECE91C0B37C3F5D567546A org.ow2.asm:asm:9.6
18-
C0CDDA9D211E965D2A4448AA3FD86110F2F8C2DE org.ow2.asm:asm-tree:9.6
19-
F1A9E5508EFF490744144565C47326C8648BE309 org.ow2.asm:asm-commons:9.6
17+
073D7B3086E14BEB604CED229C302FEFF6449723 org.ow2.asm:asm:9.7
18+
E446A17B175BFB733B87C5C2560CCB4E57D69F1A org.ow2.asm:asm-tree:9.7
19+
E86DDA4696D3C185FCC95D8D311904E7CE38A53F org.ow2.asm:asm-commons:9.7

platform/libs.asm/nbproject/project.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ javac.compilerargs=-Xlint -Xlint:-serial
1919
javac.source=1.8
2020
module.jar.dir=core
2121

22-
release.external/asm-9.6.jar=core/asm-9.6.jar
23-
release.external/asm-tree-9.6.jar=core/asm-tree-9.6.jar
24-
release.external/asm-commons-9.6.jar=core/asm-commons-9.6.jar
25-
license.file=../external/asm-9.6-license.txt
22+
release.external/asm-9.7.jar=core/asm-9.7.jar
23+
release.external/asm-tree-9.7.jar=core/asm-tree-9.7.jar
24+
release.external/asm-commons-9.7.jar=core/asm-commons-9.7.jar
25+
license.file=../external/asm-9.7-license.txt
2626

platform/libs.asm/nbproject/project.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
<subpackages>org</subpackages>
3030
</public-packages>
3131
<class-path-extension>
32-
<runtime-relative-path>asm-9.6.jar</runtime-relative-path>
33-
<binary-origin>external/asm-9.6.jar</binary-origin>
32+
<runtime-relative-path>asm-9.7.jar</runtime-relative-path>
33+
<binary-origin>external/asm-9.7.jar</binary-origin>
3434
</class-path-extension>
3535
<class-path-extension>
36-
<runtime-relative-path>asm-tree-9.6.jar</runtime-relative-path>
37-
<binary-origin>external/asm-tree-9.6.jar</binary-origin>
36+
<runtime-relative-path>asm-tree-9.7.jar</runtime-relative-path>
37+
<binary-origin>external/asm-tree-9.7.jar</binary-origin>
3838
</class-path-extension>
3939
<class-path-extension>
40-
<runtime-relative-path>asm-commons-9.6.jar</runtime-relative-path>
41-
<binary-origin>external/asm-commons-9.6.jar</binary-origin>
40+
<runtime-relative-path>asm-commons-9.7.jar</runtime-relative-path>
41+
<binary-origin>external/asm-commons-9.7.jar</binary-origin>
4242
</class-path-extension>
4343
</data>
4444
</configuration>

0 commit comments

Comments
 (0)