This is an automated email from the ASF dual-hosted git repository.
mreutegg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new bc69e96915 OAK-9832: Update jacoco plugin to 0.8.8
new 049e0b455e Merge pull request #618 from mreutegg/OAK-9832
bc69e96915 is described below
commit bc69e96915089251bfb454117da57374407add80
Author: Marcel Reutegger <[email protected]>
AuthorDate: Mon Jul 11 14:07:58 2022 +0200
OAK-9832: Update jacoco plugin to 0.8.8
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index cccbbace99..4e07042c2a 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -424,7 +424,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.5</version>
+ <version>0.8.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>