This is an automated email from the ASF dual-hosted git repository.
enapps-enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git
The following commit(s) were added to refs/heads/master by this push:
new 543775d SLING-13222 Bump org.apache.sling.api to 2.25.4 (#20)
543775d is described below
commit 543775de469cc934bc3cb448a2dc6f8d5c530f89
Author: Eric Norman <[email protected]>
AuthorDate: Thu May 28 08:10:06 2026 -0700
SLING-13222 Bump org.apache.sling.api to 2.25.4 (#20)
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index db76f60..8cd16e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,12 +158,12 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.api</artifactId>
- <version>2.22.0</version>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.api</artifactId>
+ <version>2.25.4</version>
<scope>provided</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.scheduler</artifactId>