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 537a7bea0 chore(java): Bump org.junit:junit-bom from 5.14.1 to 5.14.2
(#3862)
537a7bea0 is described below
commit 537a7bea0c1e95ffb4a3a952ee791308a1738bec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 11:42:24 2026 +0900
chore(java): Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#3862)
Bumps the linters group in /java with 1 update:
[org.junit:junit-bom](https://github.com/junit-team/junit-framework).
Updates `org.junit:junit-bom` from 5.14.1 to 5.14.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 f9a3d7b1a..46d3798d1 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -164,7 +164,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.14.1</version>
+ <version>5.14.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>