Skip to content

Commit

Permalink
Upgrade ASM to 9.2 (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchof committed Jun 29, 2021
1 parent f6c3a34 commit 76e29ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
@@ -1,7 +1,7 @@
<h4>ASM</h4>

<p>
<a href="http://asm.objectweb.org/">ASM 9.1</a> is subject to the terms and
<a href="http://asm.objectweb.org/">ASM 9.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>9.1</asm.version>
<asm.version>9.2</asm.version>
<ant.version>1.9.15</ant.version>
<args4j.version>2.0.28</args4j.version>
<junit.version>4.13.1</junit.version>
Expand Down
6 changes: 6 additions & 0 deletions org.jacoco.doc/docroot/doc/changes.html
Expand Up @@ -35,6 +35,12 @@ <h3>Fixed bugs</h3>
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1189">#1189</a>).</li>
</ul>

<h3>Non-functional Changes</h3>
<ul>
<li>JaCoCo now depends on ASM 9.2
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1206">#1206</a>).</li>
</ul>

<h2>Release 0.8.7 (2021/05/04)</h2>

<h3>New Features</h3>
Expand Down

0 comments on commit 76e29ac

Please sign in to comment.