switch back to release versions
diff --git a/pom.xml b/pom.xml
index a8dec42..fce7156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,13 +93,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.0</version>
             <scope>test</scope>
         </dependency>
         <!-- Nullability annotations -->