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 4ed6da3a15 Bump org.owasp.esapi:esapi
4ed6da3a15 is described below
commit 4ed6da3a15753311f8632d64fee6b6a64ce7f6cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 26 18:56:49 2024 +0000
Bump org.owasp.esapi:esapi
Bumps [org.owasp.esapi:esapi](https://github.com/ESAPI/esapi-java-legacy)
from 2.5.4.0 to 2.6.0.0.
- [Release notes](https://github.com/ESAPI/esapi-java-legacy/releases)
-
[Changelog](https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.0-readme-crypto-changes.html)
-
[Commits](https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.5.4.0...esapi-2.6.0.0)
---
updated-dependencies:
- dependency-name: org.owasp.esapi:esapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
modules/samples/userguide/src/userguide/springbootdemo/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml
b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml
index 001ab947fc..7195044c37 100644
--- a/modules/samples/userguide/src/userguide/springbootdemo/pom.xml
+++ b/modules/samples/userguide/src/userguide/springbootdemo/pom.xml
@@ -296,7 +296,7 @@
<dependency>
<groupId>org.owasp.esapi</groupId>
<artifactId>esapi</artifactId>
- <version>2.5.4.0</version>
+ <version>2.6.0.0</version>
<classifier>jakarta</classifier>
</dependency>
<dependency>