You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by GitBox <gi...@apache.org> on 2019/03/06 16:26:24 UTC

[GitHub] [storm] d2r commented on a change in pull request #2936: STORM-3312: Upgrade Guava to latest version where possible

d2r commented on a change in pull request #2936: STORM-3312: Upgrade Guava to latest version where possible
URL: https://github.com/apache/storm/pull/2936#discussion_r263022592
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -266,8 +266,8 @@
         <httpclient.version>4.5.6</httpclient.version>
         <jctools.version>2.0.1</jctools.version>
         <jgrapht.version>0.9.0</jgrapht.version>
-        <guava.version>16.0.1</guava.version>
-        <auto-service.version>1.0-rc3</auto-service.version>
+        <guava.version>27.0.1-jre</guava.version>
+        <auto-service.version>1.0-rc4</auto-service.version>
 
 Review comment:
   Just curious, why is the version changed for `auto-service` here? Is it related to guava?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services