Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>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
Original file line number Diff line number Diff line change
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