You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2022/11/13 07:07:56 UTC

[olingo-odata4] branch master updated: Bump jackson-databind from 2.13.3 to 2.14.0

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

mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e739f91a Bump jackson-databind from 2.13.3 to 2.14.0
9e739f91a is described below

commit 9e739f91a1e681bb05a09f2ae44ba532e7b3cb2e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 7 02:08:08 2022 +0000

    Bump jackson-databind from 2.13.3 to 2.14.0
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 to 2.14.0.
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 f72ea5911..820346c81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <hc.client.version>4.5.13</hc.client.version>
     <hc.core.version>4.4.11</hc.core.version>
     <jackson.version>2.13.3</jackson.version>
-    <jackson-databind.version>2.13.3</jackson-databind.version>
+    <jackson-databind.version>2.14.0</jackson-databind.version>
     <aalto-xml.version>1.3.1</aalto-xml.version>
     <xmlunit.version>1.6</xmlunit.version>
     <mockito-all.version>1.9.5</mockito-all.version>