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 d7c57baf3 chore(java): bump org.assertj:assertj-core from 3.27.3 to
3.27.4 in /java (#3268)
d7c57baf3 is described below
commit d7c57baf3ca22ae97cf0e34d2fcc5758f8eb0205
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 12 16:21:33 2025 +0900
chore(java): bump org.assertj:assertj-core from 3.27.3 to 3.27.4 in /java
(#3268)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj)
from 3.27.3 to 3.27.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 5778c29da..9e8acb7f2 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.3</version>
+ <version>3.27.4</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>