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 9847684d2 chore(java): bump
org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 in /java
(#2119)
9847684d2 is described below
commit 9847684d22cc36bbe0f6e1a5e2272231f7f03932
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 20:18:55 2024 -0400
chore(java): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0
to 3.5.0 in /java (#2119)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.4.0 to 3.5.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 9328cda91..9a5a82b18 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.4.0</version>
+ <version>3.5.0</version>
</plugin>
</plugins>
</pluginManagement>