You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/05/02 15:29:06 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump johnzon.version from 1.2.10 to 1.2.11

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new f717a60  Bump johnzon.version from 1.2.10 to 1.2.11
f717a60 is described below

commit f717a6076e9904e4a390684fb318d3a5ebe78fcd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 2 15:12:13 2021 +0000

    Bump johnzon.version from 1.2.10 to 1.2.11
    
    Bumps `johnzon.version` from 1.2.10 to 1.2.11.
    
    Updates `johnzon-core` from 1.2.10 to 1.2.11
    
    Updates `johnzon-mapper` from 1.2.10 to 1.2.11
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fa3594..19c2efc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
         <geronimo.jaxrs.version>1.1</geronimo.jaxrs.version>
         <geronimo.json.version>1.5</geronimo.json.version>
         <hamcrest.version>2.2</hamcrest.version>
-        <johnzon.version>1.2.10</johnzon.version>
+        <johnzon.version>1.2.11</johnzon.version>
         <jackson.version>2.12.3</jackson.version>
         <jaxb.version>2.3.3</jaxb.version>
         <jettison.version>1.4.1</jettison.version>