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/09/20 17:13:20 UTC

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

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 7de159c  Bump johnzon.version from 1.2.11 to 1.2.14
7de159c is described below

commit 7de159c205ad511b35aa837593679dfc5a154dca
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 20 17:09:28 2021 +0000

    Bump johnzon.version from 1.2.11 to 1.2.14
    
    Bumps `johnzon.version` from 1.2.11 to 1.2.14.
    
    Updates `johnzon-core` from 1.2.11 to 1.2.14
    
    Updates `johnzon-mapper` from 1.2.11 to 1.2.14
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.johnzon:johnzon-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.johnzon:johnzon-mapper
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 0f1114f..b216121 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.11</johnzon.version>
+        <johnzon.version>1.2.14</johnzon.version>
         <jackson.version>2.12.3</jackson.version>
         <jaxb.version>2.3.3</jaxb.version>
         <jaxws.version>2.3.3</jaxws.version>