You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/08 06:22:58 UTC

[isis] branch master updated: Bump jacoco-maven-plugin 0.8.7->0.8.8

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new c7f0ccbded Bump jacoco-maven-plugin 0.8.7->0.8.8
c7f0ccbded is described below

commit c7f0ccbdedcbce9c1c013463c2b21687060efb87
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Apr 8 08:22:50 2022 +0200

    Bump jacoco-maven-plugin
    0.8.7->0.8.8
    
    - fixes java.lang.instrument.IllegalClassFormatException when building
    on jdk-18
---
 isis-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index d0e98b1486..89deb0cd54 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -821,7 +821,7 @@ under the License.
 			<plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.7</version>
+                <version>0.8.8</version>
                 <executions>
                     <execution>
                         <goals>