diff --git a/org.jacoco.build/licenses/asm-7.1.html b/org.jacoco.build/licenses/asm-7.2.html similarity index 96% rename from org.jacoco.build/licenses/asm-7.1.html rename to org.jacoco.build/licenses/asm-7.2.html index 325d04d435..1ba58e514c 100644 --- a/org.jacoco.build/licenses/asm-7.1.html +++ b/org.jacoco.build/licenses/asm-7.2.html @@ -1,7 +1,7 @@

ASM

- ASM 7.1 is subject to the terms and + ASM 7.2 is subject to the terms and conditions of the following license:

diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml index b7791f1c22..fab14194e5 100644 --- a/org.jacoco.build/pom.xml +++ b/org.jacoco.build/pom.xml @@ -139,7 +139,7 @@ ${jvm.args} - 7.1 + 7.2 1.7.1 2.0.28 4.8.2 diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 91e67d52df..174ebe3e6e 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -60,6 +60,8 @@

Non-functional Changes

  • Prevent startup when JaCoCo runtime cannot be initialized to avoid subsequent faults (GitHub #910).
  • +
  • JaCoCo now depends on ASM 7.2 + (GitHub #947).
  • API Changes