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 14fe7661f chore(java): bump org.junit:junit-bom from 5.11.3 to 5.11.4
in /java (#2369)
14fe7661f is described below
commit 14fe7661ffcae7306e3930d43a81604530270943
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 18:20:21 2024 -0500
chore(java): bump org.junit:junit-bom from 5.11.3 to 5.11.4 in /java (#2369)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from
5.11.3 to 5.11.4.
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 66cc7b43f..264e44982 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -164,7 +164,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.11.3</version>
+ <version>5.11.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>