This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 5ecb9f9883 OAK-10815: Update jacoco plugin to 0.8.12 (#1469)
5ecb9f9883 is described below
commit 5ecb9f98832c0078883b947afe51471ce2666ca6
Author: Julian Reschke <[email protected]>
AuthorDate: Fri May 17 17:14:10 2024 +0200
OAK-10815: Update jacoco plugin to 0.8.12 (#1469)
---
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 62747fbb9a..b3d4136b5a 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -382,7 +382,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.11</version>
+ <version>0.8.12</version>
</plugin>
</plugins>
</pluginManagement>