Skip to content

Commit 5f12145

Browse files
authored
Upgrade ASM to 9.5 (#1416)
1 parent b865890 commit 5f12145

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

org.jacoco.build/licenses/asm-9.4.html renamed to org.jacoco.build/licenses/asm-9.5.html

+1-1
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 9.4</a> is subject to the terms and
4+
<a href="http://asm.objectweb.org/">ASM 9.5</a> is subject to the terms and
55
conditions of the following license:
66
</p>
77

org.jacoco.build/pom.xml

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

141141
<!-- Dependencies versions -->
142-
<asm.version>9.4</asm.version>
142+
<asm.version>9.5</asm.version>
143143
<ant.version>1.9.16</ant.version>
144144
<args4j.version>2.0.28</args4j.version>
145145
<junit.version>4.13.1</junit.version>

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ <h3>Fixed bugs</h3>
4444

4545
<h3>Non-functional Changes</h3>
4646
<ul>
47-
<li>JaCoCo now depends on ASM 9.4
47+
<li>JaCoCo now depends on ASM 9.5
4848
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1299">#1299</a>,
49-
<a href="https://github.com/jacoco/jacoco/issues/1368">#1368</a>).</li>
49+
<a href="https://github.com/jacoco/jacoco/issues/1368">#1368</a>,
50+
<a href="https://github.com/jacoco/jacoco/issues/1416">#1416</a>).</li>
5051
<li>JaCoCo build now requires JDK 11
5152
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1413">#1413</a>).</li>
5253
</ul>

0 commit comments

Comments
 (0)