From 668c680b54ebe67dd57a6b1b6677026af92b875d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Pin=C4=8Duk?= Date: Wed, 10 Apr 2024 22:48:50 +0300 Subject: [PATCH] Integrate JaCoCo 0.8.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexander PinĨuk --- nucleus/parent/pom.xml | 2 +- pom.xml | 2 +- runtests.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml index 165a0b78105..b30ebe4c098 100644 --- a/nucleus/parent/pom.xml +++ b/nucleus/parent/pom.xml @@ -1595,7 +1595,7 @@ jacoco ${project.build.directory}/jacoco - 0.8.11 + 0.8.12 true ${maven.test.jvmoptions} @{argLine} diff --git a/pom.xml b/pom.xml index b70cedaacd5..e311898dee5 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 jacoco-merge diff --git a/runtests.sh b/runtests.sh index e04d83e188b..0a8a97d071f 100755 --- a/runtests.sh +++ b/runtests.sh @@ -37,7 +37,7 @@ install_glassfish() { install_jacoco() { mvn -N org.apache.maven.plugins:maven-dependency-plugin:3.2.0:copy \ - -Dartifact=org.jacoco:org.jacoco.agent:0.8.8:jar:runtime \ + -Dartifact=org.jacoco:org.jacoco.agent:0.8.12:jar:runtime \ -Dmdep.stripVersion=true \ -Dmdep.stripClassifier=true \ -DoutputDirectory=${WORKSPACE}/bundles \