Skip to content

Commit

Permalink
Upgrade ASM to 6.2.1 (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored and marchof committed Aug 9, 2018
1 parent 8208774 commit 7bc6a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.jacoco.build/pom.xml
Expand Up @@ -138,7 +138,7 @@
<argLine>${jvm.args}</argLine>

<!-- Dependencies versions -->
<asm.version>6.2</asm.version>
<asm.version>6.2.1</asm.version>
<ant.version>1.7.1</ant.version>
<args4j.version>2.0.28</args4j.version>
<junit.version>4.8.2</junit.version>
Expand Down
5 changes: 3 additions & 2 deletions org.jacoco.doc/docroot/doc/changes.html
Expand Up @@ -53,8 +53,9 @@ <h3>Fixed Bugs</h3>

<h3>Non-functional Changes</h3>
<ul>
<li>JaCoCo now depends on ASM 6.2
(GitHub <a href="https://github.com/jacoco/jacoco/issues/706">#706</a>).</li>
<li>JaCoCo now depends on ASM 6.2.1
(GitHub <a href="https://github.com/jacoco/jacoco/issues/706">#706</a>,
<a href="https://github.com/jacoco/jacoco/issues/725">#725</a>).</li>
<li>Improved error message when already instrumented classes are used for
instrumentation or analysis
(GitHub <a href="https://github.com/jacoco/jacoco/issues/703">#703</a>).</li>
Expand Down

0 comments on commit 7bc6a0c

Please sign in to comment.