8000 Upgrade ASM to 9.6 (#1518) · jacoco/jacoco@ded62fc · GitHub
[go: up one dir, main page]

Skip to content

Commit ded62fc

Browse files
authored
Upgrade ASM to 9.6 (#1518)
1 parent 6798260 commit ded62fc

File tree

3 files changed

+4
-2
lines changed
Expand file tree

3 files changed

+4
-2
lines changed

org.jacoco.build/licenses/asm-9.5.html renamed to org.jacoco.build/licenses/asm-9.6.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="https://asm.ow2.io/">ASM 9.5</a> is subject to the terms and
4+
<a href="https://asm.ow2.io/">ASM 9.6</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>9.5</asm.version>
142+
<asm.version>9.6</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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ <h3>Non-functional Changes</h3>
5151
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1468">#1468</a>).</li>
5252
<li>JaCoCo build now requires JDK 17
5353
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1482">#1482</a>).</li>
54+
<li>JaCoCo now depends on ASM 9.6
55+
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1518">#1518</a>).</li>
5456
</ul>
5557

5658
<h2>Release 0.8.10 (2023/04/24)</h2>

0 commit comments

Comments
 (0)
0