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

tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git


The following commit(s) were added to refs/heads/main by this push:
     new 52f078b2e2 kie-issues#742: upgrade jacoco maven plugin to 0.8.11 
(#5609)
52f078b2e2 is described below

commit 52f078b2e29ad3328df3ec888a5791597b507e24
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Dec 6 13:33:36 2023 +0100

    kie-issues#742: upgrade jacoco maven plugin to 0.8.11 (#5609)
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 build-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 20be5836ac..ef2b4a4197 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -180,7 +180,7 @@
     <!-- Jacoco plugin configurations -->
     <jacoco.haltOnFailure>false</jacoco.haltOnFailure>
     <jacoco.line.coveredratio.minimum>0.9</jacoco.line.coveredratio.minimum>
-    <version.jacoco.plugin>0.8.7</version.jacoco.plugin>
+    <version.jacoco.plugin>0.8.11</version.jacoco.plugin>
     <!-- TODO: remove this once all repositories comply to the defined 
checkstyle rules -->
     <checkstyle.failOnViolation>false</checkstyle.failOnViolation>
     
<checkstyle.logViolationsToConsole>false</checkstyle.logViolationsToConsole>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to