This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
The following commit(s) were added to refs/heads/master by this push:
new 018b951 update models API dependency to get rid of annotation
processor source code warning
018b951 is described below
commit 018b9514eb71292b08b3891035e4a74612e1a866
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Jul 5 18:21:09 2024 +0200
update models API dependency to get rid of annotation processor source code
warning
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 96dac75..7fb1d5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.api</artifactId>
- <version>1.5.0</version>
+ <version>1.5.4</version>
<scope>provided</scope>
</dependency>
<dependency>