You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pr...@apache.org on 2019/11/29 10:33:15 UTC

[zeppelin] branch master updated: Bump jackson-databind from 2.9.9.1 to 2.9.10.1 in /zeppelin-server

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

prabhjyotsingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new d9be35d  Bump jackson-databind from 2.9.9.1 to 2.9.10.1 in /zeppelin-server
d9be35d is described below

commit d9be35d9837fc9cad76c10f7a53eda5bcf30802c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 13 07:00:19 2019 +0000

    Bump jackson-databind from 2.9.9.1 to 2.9.10.1 in /zeppelin-server
    
    Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9.1 to 2.9.10.1.
    <details>
    <summary>Commits</summary>
    
    - See full diff in [compare view](https://github.com/FasterXML/jackson/commits)
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.9.1&new-version=2.9.10.1)](https://help.github.com/articles/configuring-automated-security-fixes)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    Change-Id: I90dee251db8d0d8b710b53610b32396eaec690b3
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `dependabot rebase` will rebase this PR
    - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `dependabot merge` will merge this PR after your CI passes on it
    - `dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `dependabot reopen` will reopen this PR if it is closed
    - `dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
    - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    - `dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
    - `dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
    - `dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
    - `dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
    
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/zeppelin/network/alerts).
    
    </details>
    
    Author: dependabot[bot] <49...@users.noreply.github.com>
    
    Closes #3519 from dependabot[bot]/dependabot/maven/zeppelin-server/com.fasterxml.jackson.core-jackson-databind-2.9.10.1 and squashes the following commits:
    
    88d1ec475 [dependabot[bot]] Bump jackson-databind from 2.9.9.1 to 2.9.10.1 in /zeppelin-server
---
 zeppelin-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
index 9aafe6f..9943bd8 100644
--- a/zeppelin-server/pom.xml
+++ b/zeppelin-server/pom.xml
@@ -157,7 +157,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.9.9.1</version>
+      <version>2.9.10.1</version>
       <exclusions>
         <exclusion>
           <groupId>com.fasterxml.jackson.core</groupId>