Skip to content

Commit

Permalink
update to ASM 9.4
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Oct 2, 2022
1 parent bd31bae commit cf31972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h4>ASM</h4>

<p>
<a href="http://asm.objectweb.org/">ASM 9.3</a> is subject to the terms and
<a href="http://asm.objectweb.org/">ASM 9.4</a> is subject to the terms and
conditions of the following license:
</p>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<argLine>${jvm.args}</argLine>

<!-- Dependencies versions -->
<asm.version>9.3</asm.version>
<asm.version>9.4</asm.version>
<ant.version>1.9.16</ant.version>
<args4j.version>2.0.28</args4j.version>
<junit.version>4.13.1</junit.version>
Expand Down
4 changes: 2 additions & 2 deletions org.jacoco.doc/docroot/doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h3>Non-functional Changes</h3>
<ul>
<li>Experimental support for Java 20 class files
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1335">#1335</a>).</li>
<li>JaCoCo now depends on ASM 9.3
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1299">#1299</a>).</li>
<li>JaCoCo now depends on ASM 9.4
(GitHub <a href="https://github.com/jacoco/jacoco/pull/1368">#1368</a>).</li>
</ul>

<h2>Release 0.8.8 (2022/04/05)</h2>
Expand Down

0 comments on commit cf31972

Please sign in to comment.