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-java.git
The following commit(s) were added to refs/heads/main by this push:
new 95df256d MINOR: Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
(#566)
95df256d is described below
commit 95df256dd4bf64a0a9032bbc6e56b6e3611bdfc7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 05:51:07 2025 -0500
MINOR: Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#566)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj)
from 3.27.2 to 3.27.3.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2e8f0278..e9248976 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@ under the License.
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.27.2</version>
+ <version>3.27.3</version>
<scope>test</scope>
</dependency>
<dependency>