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 3a45bacc3 chore(java): bump
org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 in /java
(#2253)
3a45bacc3 is described below
commit 3a45bacc31f018615c9c59b08f30c7f49562323f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 14 22:00:51 2024 -0400
chore(java): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0
to 3.5.1 in /java (#2253)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.5.0 to 3.5.1.
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 c9d5a6ba6..9118a9b61 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.0</version>
+ <version>3.5.1</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>