This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new 7877c891 [SHIRO-885] Use OWASP Java Encoder with OSGi manifest
7877c891 is described below

commit 7877c891041cf12184a4bfa1ffa0a33d1bf80ee7
Author: francois papon <[email protected]>
AuthorDate: Wed Jun 29 22:40:36 2022 +0200

    [SHIRO-885] Use OWASP Java Encoder with OSGi manifest
---
 pom.xml                                          | 2 +-
 support/features/src/main/resources/features.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b6c253f1..719964a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <javax.annotation.api.version>1.3.2</javax.annotation.api.version>
         <jdk.version>1.8</jdk.version>
         <jetty.version>9.4.47.v20220610</jetty.version>
-        <owasp.java.encoder.version>1.2.2</owasp.java.encoder.version>
+        <owasp.java.encoder.version>1.2.3</owasp.java.encoder.version>
         <!-- Don't change this version without also changing the shiro-quartz 
and shiro-features
              modules' OSGi metadata: -->
         <quartz.version>2.3.2</quartz.version>
diff --git a/support/features/src/main/resources/features.xml 
b/support/features/src/main/resources/features.xml
index 0196f233..e2151ae4 100644
--- a/support/features/src/main/resources/features.xml
+++ b/support/features/src/main/resources/features.xml
@@ -28,7 +28,7 @@
     <feature name="shiro-web" version="${project.version}">
         <feature version="${project.version}">shiro-core</feature>
         <feature version="[2,5)">war</feature>
-        
<bundle>wrap:mvn:org.owasp.encoder/encoder/${owasp.java.encoder.version}</bundle>
+        
<bundle>mvn:org.owasp.encoder/encoder/${owasp.java.encoder.version}</bundle>
         <bundle>mvn:org.apache.shiro/shiro-web/${project.version}</bundle>
     </feature>
 

Reply via email to