This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new d99f48591 chore(java): bump
org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 in /java
(#2086)
d99f48591 is described below
commit d99f48591c718a490e7f9b9e0b382f7739071436
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 19 20:45:55 2024 -0400
chore(java): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1
to 3.4.0 in /java (#2086)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.3.1 to 3.4.0.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 99aa28022..31116c0eb 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -164,7 +164,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.3.1</version>
+ <version>3.4.0</version>
</plugin>
</plugins>
</pluginManagement>