You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/07/16 08:41:34 UTC

[httpcomponents-website] branch master updated: Bump jackson-databind from 2.9.6 to 2.12.6.1 in /samples

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 22b97a8  Bump jackson-databind from 2.9.6 to 2.12.6.1 in /samples
22b97a8 is described below

commit 22b97a83bab0475b15f22627e93bb7de4f0ae185
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 15 21:09:04 2022 +0000

    Bump jackson-databind from 2.9.6 to 2.12.6.1 in /samples
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.6 to 2.12.6.1.
    - [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
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/pom.xml b/samples/pom.xml
index 78d82b1..6b81d8b 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -42,7 +42,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <hc4.client.version>4.5.13</hc4.client.version>
     <hc5.client.version>5.0.3</hc5.client.version>
-    <jackson.version>2.9.6</jackson.version>
+    <jackson.version>2.12.6.1</jackson.version>
     <asyncjson.version>0.2.0</asyncjson.version>
   </properties>