You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/01 08:22:14 UTC

[jena] branch main updated: Bump jackson-bom from 2.13.2.20220328 to 2.13.3 (#1355)

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 8bb46f7145 Bump jackson-bom from 2.13.2.20220328 to 2.13.3 (#1355)
8bb46f7145 is described below

commit 8bb46f7145871b09c8ea0a5087e1b4c4223513bd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 1 09:22:09 2022 +0100

    Bump jackson-bom from 2.13.2.20220328 to 2.13.3 (#1355)
    
    Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.2.20220328 to 2.13.3.
    - [Release notes](https://github.com/FasterXML/jackson-bom/releases)
    - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.13.2.20220328...jackson-bom-2.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb26acc5cf..343d9df277 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
          and use that or later.
     -->
     <ver.jsonldjava>0.13.4</ver.jsonldjava>
-    <ver.jackson>2.13.2.20220328</ver.jackson>
+    <ver.jackson>2.13.3</ver.jackson>
     <ver.httpclient>4.5.13</ver.httpclient>
     <ver.httpcore>4.4.15</ver.httpcore>