You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2020/04/29 18:16:01 UTC

[tinkerpop] 01/01: Bump commons-codec 1.14

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

rdale pushed a commit to branch bump-commons-codec
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit e7995ef548219028cf84670ce95145b9fb3031c7
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Wed Apr 29 14:15:32 2020 -0400

    Bump commons-codec 1.14
---
 CHANGELOG.asciidoc | 1 +
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index ce200c1..6c68ce4 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -34,6 +34,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Remove invalid service descriptors from gremlin-shaded.
 * Fixed bug in Python and .NET traversal `clone()` where deep copies of bytecode were not occurring.
 * Fixed bug in Python about integer serializer which was out of range of `g:Int32`
+* Bump commons-codec 1.14
 
 [[release-3-3-10]]
 === TinkerPop 3.3.10 (Release Date: February 3, 2020)
diff --git a/pom.xml b/pom.xml
index b3645f7..a0a97f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,7 +748,7 @@ limitations under the License.
             <dependency>
                 <groupId>commons-codec</groupId>
                 <artifactId>commons-codec</artifactId>
-                <version>1.12</version>
+                <version>1.14</version>
             </dependency>
         </dependencies>
     </dependencyManagement>