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 2022/05/06 09:58:43 UTC

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

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 22e61dc  Bump johnzon.version from 1.2.15 to 1.2.18
22e61dc is described below

commit 22e61dc0fd91207af5a0d2ee41d3979abf776821
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri May 6 09:07:11 2022 +0000

    Bump johnzon.version from 1.2.15 to 1.2.18
    
    Bumps `johnzon.version` from 1.2.15 to 1.2.18.
    
    Updates `johnzon-core` from 1.2.15 to 1.2.18
    
    Updates `johnzon-mapper` from 1.2.15 to 1.2.18
    
    ---
    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 b659b79..fed3f2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,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.15</johnzon.version>
+        <johnzon.version>1.2.18</johnzon.version>
         <jackson.version>2.13.2</jackson.version>
         <jaxb.version>2.3.3</jaxb.version>
         <jaxws.version>2.3.3</jaxws.version>