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 ea7f869a6 chore(java): Bump org.assertj:assertj-core from 3.27.4 to
3.27.6 in /java (#3463)
ea7f869a6 is described below
commit ea7f869a658f68b8803fc8f29faf442188e090d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 10:38:07 2025 +0900
chore(java): Bump org.assertj:assertj-core from 3.27.4 to 3.27.6 in /java
(#3463)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj)
from 3.27.4 to 3.27.6.
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 39eedf1d7..ac7704f8b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -159,7 +159,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.27.4</version>
+ <version>3.27.6</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>