From 540a5e574a63a7a0bf1ee6d040aa10da3af1703e Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Sun, 29 Sep 2019 23:05:32 +0200 Subject: [PATCH 1/2] (WIP) upgrade --- org.jacoco.build/licenses/{asm-7.1.html => asm-7.2.html} | 2 +- org.jacoco.build/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename org.jacoco.build/licenses/{asm-7.1.html => asm-7.2.html} (96%) 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 From 088a7f06a27c33487f4de750d9bc42a535ee13a0 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Sun, 29 Sep 2019 23:07:16 +0200 Subject: [PATCH 2/2] (WIP) update changelog --- org.jacoco.doc/docroot/doc/changes.html | 2 ++ 1 file changed, 2 insertions(+) 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