This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-mcp-server.git
The following commit(s) were added to refs/heads/master by this push:
new 23cf59b chore(deps): use assertj 3.27.7 (#14)
23cf59b is described below
commit 23cf59bc95214e40ee55eb9e33748d83fa32f8a5
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Mar 13 17:48:38 2026 +0100
chore(deps): use assertj 3.27.7 (#14)
This makes dependabot happy
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6578a5e..cd63b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.27.6</version>
+ <version>3.27.7</version>
<scope>test</scope>
</dependency>