zentol commented on a change in pull request #8036: [FLINK-11431][runtime] Upgrade akka to 2.5 URL: https://github.com/apache/flink/pull/8036#discussion_r270359112
########## File path: flink-dist/src/main/resources/META-INF/NOTICE ########## @@ -41,7 +41,7 @@ The following dependencies all share the same BSD license which you find under l - org.scala-lang:scala-library:2.11.12 - org.scala-lang:scala-reflect:2.11.12 - org.scala-lang.modules:scala-java8-compat_2.11:0.7.0 -- org.scala-lang.modules:scala-parser-combinators_2.11:1.0.4 +- org.scala-lang.modules:scala-parser-combinators_2.11:1.1.1 Review comment: Not during runtime since akka is the only runtime dependency requiring this. The other dependency that needs this is `org.scalatest:scalatest_2.11` but that's a test dependency, and since the tests are passing we should be good. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
