Skip to content

Commit

Permalink
Upgrade owasp.encoder to 1.3.1
Browse files Browse the repository at this point in the history
https://github.com/OWASP/owasp-java-encoder/releases/tag/v1.3.0
https://github.com/OWASP/owasp-java-encoder/releases/tag/v1.3.1

Change-Id: I9af9c7fe5639842a8c72baa3c69cc36b958ff97c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Dec 3, 2024
1 parent f67835d commit 703d92b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion aaa-shiro/repackaged-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<dependency>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
<version>1.2.3</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<bundle>mvn:commons-beanutils/commons-beanutils/1.9.4</bundle>
<bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
<bundle>mvn:org.opendaylight.aaa/repackaged-shiro/${project.version}</bundle>
<bundle>mvn:org.owasp.encoder/encoder/1.2.3</bundle>
<bundle>mvn:org.owasp.encoder/encoder/1.3.1</bundle>
</feature>
</features>
5 changes: 5 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
<version>1.3.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 703d92b

Please sign in to comment.