Skip to content

Commit

Permalink
Upgrade ASM to 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Mar 25, 2023
1 parent b865890 commit 2bfadb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.4</a> is subject to the terms and
<a href="http://asm.objectweb.org/">ASM 9.5</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.4</asm.version>
<asm.version>9.5</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
3 changes: 2 additions & 1 deletion org.jacoco.doc/docroot/doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ <h3>Non-functional Changes</h3>
<ul>
<li>JaCoCo now depends on ASM 9.4
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1299">#1299</a>,
<a href="https://github.com/jacoco/jacoco/issues/1368">#1368</a>).</li>
<a href="https://github.com/jacoco/jacoco/issues/1368">#1368</a>,
<a href="https://github.com/jacoco/jacoco/issues/1416">#1416</a>).</li>
<li>JaCoCo build now requires JDK 11
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1413">#1413</a>).</li>
</ul>
Expand Down

0 comments on commit 2bfadb0

Please sign in to comment.