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 726f6a1a6 chore(java): bump
org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 in /java
(#2302)
726f6a1a6 is described below
commit 726f6a1a6285330c599e36cc0281d78c557f9fd8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 20:26:21 2024 -0500
chore(java): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1
to 3.5.2 in /java (#2302)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.5.1 to 3.5.2.
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 3e7f66f87..b9b45822c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -173,7 +173,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>