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 10ab7cb33 chore(java): bump org.junit:junit-bom from 5.13.1 to 5.13.2
in /java (#3077)
10ab7cb33 is described below
commit 10ab7cb3356ce88ced25deb5eceed295d6198987
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 1 10:12:39 2025 +0900
chore(java): bump org.junit:junit-bom from 5.13.1 to 5.13.2 in /java (#3077)
Bumps
[org.junit:junit-bom](https://github.com/junit-team/junit-framework)
from 5.13.1 to 5.13.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 1c9cd3f92..572b45bdd 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -164,7 +164,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.13.1</version>
+ <version>5.13.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>