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/11/05 13:27:40 UTC

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

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 658c2fa  Bump johnzon.version from 1.2.14 to 1.2.15
658c2fa is described below

commit 658c2fae71eb2a5ecfb5c26fa76cbc40d9790ebb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 3 09:14:21 2021 +0000

    Bump johnzon.version from 1.2.14 to 1.2.15
    
    Bumps `johnzon.version` from 1.2.14 to 1.2.15.
    
    Updates `johnzon-core` from 1.2.14 to 1.2.15
    
    Updates `johnzon-mapper` from 1.2.14 to 1.2.15
    
    ---
    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 660bb3b..876dde1 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.14</johnzon.version>
+        <johnzon.version>1.2.15</johnzon.version>
         <jackson.version>2.12.3</jackson.version>
         <jaxb.version>2.3.3</jaxb.version>
         <jaxws.version>2.3.3</jaxws.version>