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
commit f0a8b42346e27e3e1e8435451ff5fb2b3d5d713d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 17 23:26:14 2022 +0000
Bump jettison from 1.5.1 to 1.5.2
Bumps [jettison](https://github.com/jettison-json/jettison) from 1.5.1 to
1.5.2.
- [Release notes](https://github.com/jettison-json/jettison/releases)
-
[Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.1...jettison-1.5.2)
---
updated-dependencies:
- dependency-name: org.codehaus.jettison:jettison
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 b41b147a9f..c6c941297a 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>