This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 485128f089 ARROW-17810: [Java] Use jacoco-maven-plugin 0.8.8 for Java
18 support (#14197)
485128f089 is described below
commit 485128f089e945fd836bdebf30f80fd7fa762500
Author: David Li <[email protected]>
AuthorDate: Fri Sep 23 09:50:19 2022 -0400
ARROW-17810: [Java] Use jacoco-maven-plugin 0.8.8 for Java 18 support
(#14197)
Authored-by: David Li <[email protected]>
Signed-off-by: David Li <[email protected]>
---
java/flight/flight-sql-jdbc-driver/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/java/flight/flight-sql-jdbc-driver/pom.xml
b/java/flight/flight-sql-jdbc-driver/pom.xml
index 778a385d25..646a888a96 100644
--- a/java/flight/flight-sql-jdbc-driver/pom.xml
+++ b/java/flight/flight-sql-jdbc-driver/pom.xml
@@ -259,6 +259,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
+ <version>0.8.8</version>
<executions>
<execution>
<goals>