Skip to content

Commit

Permalink
Upgrade ASM to 8.0.1 (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Apr 5, 2020
1 parent 1c5601b commit c53d987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
File renamed without changes.
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>8.0</asm.version>
<asm.version>8.0.1</asm.version>
<ant.version>1.7.1</ant.version>
<args4j.version>2.0.28</args4j.version>
<junit.version>4.13</junit.version>
Expand Down
5 changes: 3 additions & 2 deletions org.jacoco.doc/docroot/doc/changes.html
Expand Up @@ -50,8 +50,9 @@ <h3>Non-functional Changes</h3>
<li>Support for Pack200 was removed in JDK 14. JaCoCo will now throw a detailed
exception when Pack200 archives are processed with the latest JDKs
(GitHub <a href="https://github.com/jacoco/jacoco/issues/984">#984</a>).</li>
<li>JaCoCo now depends on ASM 8.0
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1032">#1032</a>).</li>
<li>JaCoCo now depends on ASM 8.0.1
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1032">#1032</a>,
<a href="https://github.com/jacoco/jacoco/issues/1043">#1043</a>).</li>
</ul>

<h2>Release 0.8.5 (2019/10/11)</h2>
Expand Down

0 comments on commit c53d987

Please sign in to comment.