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 baed36b25 chore(java): bump org.junit:junit-bom from 5.11.1 to 5.11.2
in /java (#2252)
baed36b25 is described below
commit baed36b25638ed2e3161f457c836e12d2add65ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 14 21:11:01 2024 -0400
chore(java): bump org.junit:junit-bom from 5.11.1 to 5.11.2 in /java (#2252)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from
5.11.1 to 5.11.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 d85f22d90..c4b2c9ade 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -160,7 +160,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
- <version>5.11.1</version>
+ <version>5.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>