aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2021-02-17 18:30:30 +0100
committerGitHub <noreply@github.com>2021-02-17 18:30:30 +0100
commitbce6a683f9c8ce44eaef6ae7fcd035f0b3aa9fab (patch)
tree23bee321dc976300b4765790b9cd596759d6d775
parentfef266288e7e5d610f16e7d11871a45863a3bd94 (diff)
downloadjacoco-bce6a683f9c8ce44eaef6ae7fcd035f0b3aa9fab.tar.gz
Upgrade ASM to 9.1 (#1153)
-rw-r--r--org.jacoco.build/licenses/asm-9.1.html (renamed from org.jacoco.build/licenses/asm-9.0.html)2
-rw-r--r--org.jacoco.build/pom.xml2
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html5
3 files changed, 5 insertions, 4 deletions
diff --git a/org.jacoco.build/licenses/asm-9.0.html b/org.jacoco.build/licenses/asm-9.1.html
index 7e6d1d7b..849f693c 100644
--- a/org.jacoco.build/licenses/asm-9.0.html
+++ b/org.jacoco.build/licenses/asm-9.1.html
@@ -1,7 +1,7 @@
<h4>ASM</h4>
<p>
- <a href="http://asm.objectweb.org/">ASM 9.0</a> is subject to the terms and
+ <a href="http://asm.objectweb.org/">ASM 9.1</a> is subject to the terms and
conditions of the following license:
</p>
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index a13956c9..bb0c7cf2 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -139,7 +139,7 @@
<argLine>${jvm.args}</argLine>
<!-- Dependencies versions -->
- <asm.version>9.0</asm.version>
+ <asm.version>9.1</asm.version>
<ant.version>1.9.15</ant.version>
<args4j.version>2.0.28</args4j.version>
<junit.version>4.13.1</junit.version>
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index f35ffaf7..30369bd8 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -37,9 +37,10 @@
<h3>Non-functional Changes</h3>
<ul>
- <li>JaCoCo now depends on ASM 9.0
+ <li>JaCoCo now depends on ASM 9.1
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1094">#1094</a>,
- <a href="https://github.com/jacoco/jacoco/issues/1097">#1097</a>).</li>
+ <a href="https://github.com/jacoco/jacoco/issues/1097">#1097</a>,
+ <a href="https://github.com/jacoco/jacoco/issues/1153">#1153</a>).</li>
<li>Maven plug-in has no dependency on <code>maven-reporting-impl</code> any more
(GitHub <a href="https://github.com/jacoco/jacoco/issues/1121">#1121</a>).</li>
</ul>