SLING-11833 - Updating Sling Rewriter to fix script escaping issues
diff --git a/feature/src/main/features/cms/dependencies.json b/feature/src/main/features/cms/dependencies.json
index be0fadf..fc84549 100644
--- a/feature/src/main/features/cms/dependencies.json
+++ b/feature/src/main/features/cms/dependencies.json
@@ -89,7 +89,7 @@
       "start-order":"15"
     },
     {
-      "id":"org.apache.sling:org.apache.sling.rewriter:1.3.2",
+      "id":"org.apache.sling:org.apache.sling.rewriter:1.3.6",
       "start-order":"15"
     },
     {
diff --git a/pom.xml b/pom.xml
index 66cdd75..81488a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
       <dependency>
         <groupId>org.apache.sling</groupId>
         <artifactId>org.apache.sling.rewriter</artifactId>
-        <version>1.3.2</version>
+        <version>1.3.6</version>
         <scope>provided</scope>
       </dependency>
       <dependency>