SLING-10031 Move MediaRangeList from Servlets POST to Sling API

Use a current SNAPSHOT for the sling api bundle.
diff --git a/pom.xml b/pom.xml
index 07c5936..3d638ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.23.2</version>
+            <version>2.23.3-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>