Skip to content

Commit

Permalink
Upgrade ASM to 9.5 (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored Mar 26, 2023
1 parent b865890 commit 5f12145
Show file tree
Hide file tree
Showing 3 changed files with 5 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.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
5 changes: 3 additions & 2 deletions org.jacoco.doc/docroot/doc/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ <h3>Fixed bugs</h3>

<h3>Non-functional Changes</h3>
<ul>
<li>JaCoCo now depends on ASM 9.4
<li>JaCoCo now depends on ASM 9.5
(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 5f12145

Please sign in to comment.