SLING-9327 - allow for running tests with jdk11
diff --git a/pom.xml b/pom.xml
index c0069ac..10cb6bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.sling</groupId>
-    <artifactId>sling</artifactId>
-    <version>33</version>
+    <artifactId>sling-bundle-parent</artifactId>
+    <version>38</version>
     <relativePath />
   </parent>