This is an automated email from the ASF dual-hosted git repository.

daim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7bbb4a20b4 OAK-11937 : upgraded assertj-core to 3.27.5 (#2523)
7bbb4a20b4 is described below

commit 7bbb4a20b4dea7f3eeb164422dca1692868220b4
Author: Rishabh Kumar <rishabhdaim1...@gmail.com>
AuthorDate: Mon Sep 22 15:40:25 2025 +0530

    OAK-11937 : upgraded assertj-core to 3.27.5 (#2523)
---
 oak-commons/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-commons/pom.xml b/oak-commons/pom.xml
index fd6144be6e..1b71e5d81c 100644
--- a/oak-commons/pom.xml
+++ b/oak-commons/pom.xml
@@ -129,7 +129,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.26.3</version>
+      <version>3.27.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to