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 49fbda1f0 chore(java): bump org.junit:junit-bom from 5.13.2 to 5.13.3
in /java (#3112)
49fbda1f0 is described below
commit 49fbda1f0995f941e029e91aada517cb3432b807
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 8 08:45:01 2025 +0900
chore(java): bump org.junit:junit-bom from 5.13.2 to 5.13.3 in /java (#3112)
Bumps
[org.junit:junit-bom](https://github.com/junit-team/junit-framework)
from 5.13.2 to 5.13.3.
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 cd9a52d0e..087230ef0 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.2</version>
+ <version>5.13.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>