Skip to content

Commit 08826cb

Browse files
Godinmarchof
authored andcommitted
Upgrade ASM to 7.2 (bazel-contrib#947)
1 parent 4c83d07 commit 08826cb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

org.jacoco.build/licenses/asm-7.1.html renamed to org.jacoco.build/licenses/asm-7.2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h4>ASM</h4>
22

33
<p>
4-
<a href="http://asm.objectweb.org/">ASM 7.1</a> is subject to the terms and
4+
<a href="http://asm.objectweb.org/">ASM 7.2</a> is subject to the terms and
55
conditions of the following license:
66
</p>
77

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>7.1</asm.version>
142+
<asm.version>7.2</asm.version>
143143
<ant.version>1.7.1</ant.version>
144144
<args4j.version>2.0.28</args4j.version>
145145
<junit.version>4.8.2</junit.version>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ <h3>Non-functional Changes</h3>
6060
<li>Prevent startup when JaCoCo runtime cannot be initialized to avoid
6161
subsequent faults
6262
(GitHub <a href="https://github.com/jacoco/jacoco/issues/910">#910</a>).</li>
63+
<li>JaCoCo now depends on ASM 7.2
64+
(GitHub <a href="https://github.com/jacoco/jacoco/issues/947">#947</a>).</li>
6365
</ul>
6466

6567
<h3>API Changes</h3>

0 commit comments

Comments
 (0)