Skip to content

Commit

Permalink
Upgrade ASM to 9.7
Browse files Browse the repository at this point in the history
Fixes #1599
  • Loading branch information
merks committed Mar 24, 2024
1 parent 9077178 commit f03fe29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
@@ -1,7 +1,7 @@
<h4>ASM</h4>

<p>
<a href="https://asm.ow2.io/">ASM 9.6</a> is subject to the terms and
<a href="https://asm.ow2.io/">ASM 9.7</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
Expand Up @@ -139,7 +139,7 @@
<argLine>${jvm.args}</argLine>

<!-- Dependencies versions -->
<asm.version>9.6</asm.version>
<asm.version>9.7</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
Expand Up @@ -76,8 +76,8 @@ <h3>Non-functional Changes</h3>
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1468">#1468</a>).</li>
<li>JaCoCo build now requires JDK 17
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1482">#1482</a>).</li>
<li>JaCoCo now depends on ASM 9.6
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1518">#1518</a>).</li>
<li>JaCoCo now depends on ASM 9.7
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1599">#1599</a>).</li>
</ul>

<h2>Release 0.8.10 (2023/04/24)</h2>
Expand Down

0 comments on commit f03fe29

Please sign in to comment.