You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2022/06/18 08:59:20 UTC

[axis-axis2-java-core] branch master updated: Bump jettison from 1.4.1 to 1.5.0

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 ddd849c0d8 Bump jettison from 1.4.1 to 1.5.0
ddd849c0d8 is described below

commit ddd849c0d82b334adf2916a456aef4aa9293c8cd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 16 22:24:07 2022 +0000

    Bump jettison from 1.4.1 to 1.5.0
    
    Bumps [jettison](https://github.com/jettison-json/jettison) from 1.4.1 to 1.5.0.
    - [Release notes](https://github.com/jettison-json/jettison/releases)
    - [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.4.1...jettison-1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.jettison:jettison
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@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 dcef587cc5..e1cb5635c7 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.4.1</version>
+            <version>1.5.0</version>
         </dependency>
          <dependency>
             <groupId>org.apache.axis2</groupId>