This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new c72f399cbe Bump org.owasp.encoder:encoder from 1.3.0 to 1.3.1 c72f399cbe is described below commit c72f399cbe4d1f098920564845707349fb7e4bd7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Aug 20 13:45:53 2024 +0000 Bump org.owasp.encoder:encoder from 1.3.0 to 1.3.1 Bumps [org.owasp.encoder:encoder](https://github.com/owasp/owasp-java-encoder) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/owasp/owasp-java-encoder/releases) - [Commits](https://github.com/owasp/owasp-java-encoder/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: org.owasp.encoder:encoder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- modules/json/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 3f1400e5a5..cb2c3825e1 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -82,7 +82,7 @@ <dependency> <groupId>org.owasp.encoder</groupId> <artifactId>encoder</artifactId> - <version>1.3.0</version> + <version>1.3.1</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId>