Skip to content

Commit

Permalink
Upgrade ASM to 7.2 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored and marchof committed Sep 30, 2019
1 parent 4c83d07 commit 08826cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
@@ -1,7 +1,7 @@
<h4>ASM</h4>

<p>
<a href="http://asm.objectweb.org/">ASM 7.1</a> is subject to the terms and
<a href="http://asm.objectweb.org/">ASM 7.2</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
Expand Up @@ -139,7 +139,7 @@
<argLine>${jvm.args}</argLine>

<!-- Dependencies versions -->
<asm.version>7.1</asm.version>
<asm.version>7.2</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
2 changes: 2 additions & 0 deletions org.jacoco.doc/docroot/doc/changes.html
Expand Up @@ -60,6 +60,8 @@ <h3>Non-functional Changes</h3>
<li>Prevent startup when JaCoCo runtime cannot be initialized to avoid
subsequent faults
(GitHub <a href="https://github.com/jacoco/jacoco/issues/910">#910</a>).</li>
<li>JaCoCo now depends on ASM 7.2
(GitHub <a href="https://github.com/jacoco/jacoco/issues/947">#947</a>).</li>
</ul>

<h3>API Changes</h3>
Expand Down

0 comments on commit 08826cb

Please sign in to comment.