Skip to content

Commit c53d987

Browse files
authored
Upgrade ASM to 8.0.1 (#1043)
1 parent 1c5601b commit c53d987

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

org.jacoco.build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<argLine>${jvm.args}</argLine>
140140

141141
<!-- Dependencies versions -->
142-
<asm.version>8.0</asm.version>
142+
<asm.version>8.0.1</asm.version>
143143
<ant.version>1.7.1</ant.version>
144144
<args4j.version>2.0.28</args4j.version>
145145
<junit.version>4.13</junit.version>

org.jacoco.doc/docroot/doc/changes.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ <h3>Non-functional Changes</h3>
5050
<li>Support for Pack200 was removed in JDK 14. JaCoCo will now throw a detailed
5151
exception when Pack200 archives are processed with the latest JDKs
5252
(GitHub <a href="https://github.com/jacoco/jacoco/issues/984">#984</a>).</li>
53-
<li>JaCoCo now depends on ASM 8.0
54-
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1032">#1032</a>).</li>
53+
<li>JaCoCo now depends on ASM 8.0.1
54+
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1032">#1032</a>,
55+
<a href="https://github.com/jacoco/jacoco/issues/1043">#1043</a>).</li>
5556
</ul>
5657

5758
<h2>Release 0.8.5 (2019/10/11)</h2>

0 commit comments

Comments
 (0)