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 69fe2a99b4 Fixed version in spark-gremlin plugin
69fe2a99b4 is described below

commit 69fe2a99b4eb43778263ac45e545ba8294e5a3a6
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed May 24 13:59:29 2023 -0400

    Fixed version in spark-gremlin plugin
---
 spark-gremlin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index b0ae44fa4e..aca2494cb2 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -354,10 +354,10 @@ limitations under the License.
                             </Gremlin-Plugin-Dependencies>
                             <!-- initialization failures for using jackson 
after 2.12.* and hadoop pulls these in -->
                             <Gremlin-Plugin-Paths>
-                                
jackson-annotations-2.13.2.jar=;jackson-databind-2.13.2.2.jar=;jackson-core-2.13.2.jar=
+                                
jackson-annotations-2.13.5.jar=;jackson-databind-2.13.5.jar=;jackson-core-2.13.5.jar=
                             </Gremlin-Plugin-Paths>
                             <Gremlin-Lib-Paths>
-                                
jackson-annotations-2.13.2.jar=;jackson-databind-2.13.2.2.jar=;jackson-core-2.13.2.jar=
+                                
jackson-annotations-2.13.5.jar=;jackson-databind-2.13.5.jar=;jackson-core-2.13.5.jar=
                             </Gremlin-Lib-Paths>
                         </manifestEntries>
                     </archive>

Reply via email to