diff --git a/org.jacoco.build/licenses/asm-8.0.html b/org.jacoco.build/licenses/asm-8.0.1.html similarity index 100% rename from org.jacoco.build/licenses/asm-8.0.html rename to org.jacoco.build/licenses/asm-8.0.1.html diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml index bd8c3c603b..afc868fb55 100644 --- a/org.jacoco.build/pom.xml +++ b/org.jacoco.build/pom.xml @@ -139,7 +139,7 @@ ${jvm.args} - 8.0 + 8.0.1 1.7.1 2.0.28 4.13 diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index aaa783e835..2492aacc33 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -50,8 +50,9 @@

Non-functional Changes

  • Support for Pack200 was removed in JDK 14. JaCoCo will now throw a detailed exception when Pack200 archives are processed with the latest JDKs (GitHub #984).
  • -
  • JaCoCo now depends on ASM 8.0 - (GitHub #1032).
  • +
  • JaCoCo now depends on ASM 8.0.1 + (GitHub #1032, + #1043).
  • Release 0.8.5 (2019/10/11)