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

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


The following commit(s) were added to refs/heads/master by this push:
     new 810be5d  [SPARK-27493][BUILD][FOLLOWUP] Upgrade ASM to 7.1 in 
plugins.sbt
810be5d is described below

commit 810be5dd204d559f05bb6283a94f3be156d2c115
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Apr 23 18:18:02 2019 +0000

    [SPARK-27493][BUILD][FOLLOWUP] Upgrade ASM to 7.1 in plugins.sbt
    
    ## What changes were proposed in this pull request?
    
    This is a follow-up of https://github.com/apache/spark/pull/24395. This PR 
update `plugins.sbt`, too.
    
    ## How was this patch tested?
    
    Pass the Jenkins.
    
    Closes #24444 from dongjoon-hyun/SPARK-ASM71-2.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: DB Tsai <[email protected]>
---
 project/plugins.sbt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index e510443..bed2cc1 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -45,9 +45,9 @@ addSbtPlugin("com.cavorite" % "sbt-avro" % "0.3.2")
 
 addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
 
-libraryDependencies += "org.ow2.asm"  % "asm" % "7.0"
+libraryDependencies += "org.ow2.asm"  % "asm" % "7.1"
 
-libraryDependencies += "org.ow2.asm"  % "asm-commons" % "7.0"
+libraryDependencies += "org.ow2.asm"  % "asm-commons" % "7.1"
 
 // sbt 1.0.0 support: https://github.com/ihji/sbt-antlr4/issues/14
 addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.7.13")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to