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

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


The following commit(s) were added to refs/heads/master by this push:
     new 60f5dd8  TINKERPOP-2678 Bumped to jackson-databind 2.13.1
60f5dd8 is described below

commit 60f5dd89e7ec68bdb1bf7b1351b4da40f775afc3
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Feb 15 15:01:56 2022 -0500

    TINKERPOP-2678 Bumped to jackson-databind 2.13.1
    
    Resolves a security issue.
---
 CHANGELOG.asciidoc     | 1 +
 gremlin-shaded/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 7fae2ed..0aa7aee 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -56,6 +56,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Bumped to Apache Hadoop 3.3.1.
 * Bumped to Apache Spark 3.2.0.
 * Bumped node.js in `gremlin-javascript` to v16.13.0.
+* Bumped to `jackson-databind` 2.13.1.
 * Changed `NumberHelper` to properly cast to `byte` and `short` rather than 
default coercing to `Integer`.
 * Modified some driver defaults (maximum content length, pool size, maximum in 
process) to be more consistent with one another.
 * Fixed a potential connection load balancing issue due to a race condition 
not updating the usage count.
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index 9af591f..37538d0 100644
--- a/gremlin-shaded/pom.xml
+++ b/gremlin-shaded/pom.xml
@@ -48,7 +48,7 @@ limitations under the License.
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.11.3</version>
+            <version>2.13.1</version>
             <optional>true</optional>
         </dependency>
     </dependencies>

Reply via email to