From f03fe296cc690df4fd05f0485905be3da04bd7b5 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Sun, 24 Mar 2024 10:02:53 +0100 Subject: [PATCH] Upgrade ASM to 9.7 Fixes #1599 --- org.jacoco.build/licenses/{asm-9.6.html => asm-9.7.html} | 2 +- org.jacoco.build/pom.xml | 2 +- org.jacoco.doc/docroot/doc/changes.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename org.jacoco.build/licenses/{asm-9.6.html => asm-9.7.html} (96%) diff --git a/org.jacoco.build/licenses/asm-9.6.html b/org.jacoco.build/licenses/asm-9.7.html similarity index 96% rename from org.jacoco.build/licenses/asm-9.6.html rename to org.jacoco.build/licenses/asm-9.7.html index 86e27eb693..5aeeb0b5be 100644 --- a/org.jacoco.build/licenses/asm-9.6.html +++ b/org.jacoco.build/licenses/asm-9.7.html @@ -1,7 +1,7 @@

ASM

- ASM 9.6 is subject to the terms and + ASM 9.7 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 9f42dbdd3e..98389cc93d 100644 --- a/org.jacoco.build/pom.xml +++ b/org.jacoco.build/pom.xml @@ -139,7 +139,7 @@ ${jvm.args} - 9.6 + 9.7 1.9.16 2.0.28 4.13.1 diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 6e366abe17..abac81b9c6 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -76,8 +76,8 @@

Non-functional Changes

(GitHub #1468).
  • JaCoCo build now requires JDK 17 (GitHub #1482).
  • -
  • JaCoCo now depends on ASM 9.6 - (GitHub #1518).
  • +
  • JaCoCo now depends on ASM 9.7 + (GitHub #1599).
  • Release 0.8.10 (2023/04/24)