File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
org.jacoco.doc/docroot/doc Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
< h4 > ASM</ h4 >
2
2
3
3
< 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
5
5
conditions of the following license:
6
6
</ p >
7
7
Original file line number Diff line number Diff line change 139
139
<argLine >${jvm.args}</argLine >
140
140
141
141
<!-- Dependencies versions -->
142
- <asm .version>7.1 </asm .version>
142
+ <asm .version>7.2 </asm .version>
143
143
<ant .version>1.7.1</ant .version>
144
144
<args4j .version>2.0.28</args4j .version>
145
145
<junit .version>4.8.2</junit .version>
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ <h3>Non-functional Changes</h3>
60
60
< li > Prevent startup when JaCoCo runtime cannot be initialized to avoid
61
61
subsequent faults
62
62
(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 >
63
65
</ ul >
64
66
65
67
< h3 > API Changes</ h3 >
You can’t perform that action at this time.
0 commit comments