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

zjffdu 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 a750ba7  [ZEPPELIN-5692] upgrade geode due to cves
a750ba7 is described below

commit a750ba7b59a4f6d7ad5a9b61f6a8e6703f4c95d2
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Thu Mar 24 20:34:54 2022 +0100

    [ZEPPELIN-5692] upgrade geode due to cves
    
    ### What is this PR for?
    
    upgrade geode due to cves
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-5692
    
    ### How should this be tested?
    * Strongly recommended: add automated unit tests for any new or changed 
behavior
    * Outline any manual steps to test the PR here.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update?
    * Is there breaking changes for older versions?
    * Does this needs documentation?
    
    Author: PJ Fanning <pjfann...@users.noreply.github.com>
    
    Closes #4330 from pjfanning/ZEPPELIN-5692-geode and squashes the following 
commits:
    
    f7759cb954 [PJ Fanning] upgrade geode due to cves
---
 geode/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode/pom.xml b/geode/pom.xml
index edd52a0..c521581 100644
--- a/geode/pom.xml
+++ b/geode/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <!--library versions-->
     <interpreter.name>geode</interpreter.name>
-    <geode.version>1.1.0</geode.version>
+    <geode.version>1.12.5</geode.version>
   </properties>
 
   <dependencies>

Reply via email to