GitHub user granthenke opened a pull request: https://github.com/apache/kafka/pull/513
KAFKA-2800: Update outdated dependencies Changes: - org.scala-lang:scala-library [2.10.5 -> 2.10.6] - Scala 2.10.6 resolves a license incompatibility in scala.util.Sorting - Otherwise identical to Scala 2.10.5 - org.xerial.snappy:snappy-java [1.1.1.7 -> 1.1.2] - Fixes SnappyOutputStream.close() is not idempotent - net.jpountz.lz4:lz4 [1.2.0 -> 1.3] - junit:junit [4.11 -> 4.12] - org.easymock:easymock [3.3.1 -> 3.4] - org.powermock:powermock-api-easymock [1.6.2 -> 1.6.3] - org.powermock:powermock-module-junit4 [1.6.2 -> 1.6.3] - org.slf4j:slf4j-api [1.7.6 -> 1.7.12] - org.slf4j:slf4j-log4j12 [1.7.6 -> 1.7.12] - com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider [2.5.4 -> 2.6.3] - com.fasterxml.jackson.core:jackson-databind [2.5.4 -> 2.6.3] - org.eclipse.jetty:jetty-server [9.2.12.v20150709 -> 9.3.5.v20151012] - org.eclipse.jetty:jetty-servlet [9.2.12.v20150709 -> 9.3.5.v20151012] - org.bouncycastle:bcpkix-jdk15on [1.52 -> 1.53] - net.sf.jopt-simple:jopt-simple [3.2 -> 4.9] - removed explicit entry for org.objenesis:objenesis:2.2 (resolved transitively) You can merge this pull request into a Git repository by running: $ git pull https://github.com/granthenke/kafka update-deps Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/513.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #513 ---- commit d6bb5d52f1621b772376f074eaa2afcaea65a9bd Author: Grant Henke <granthe...@gmail.com> Date: 2015-11-12T16:14:23Z KAFKA-2800: Update outdated dependencies Changes: - org.scala-lang:scala-library [2.10.5 -> 2.10.6] - Scala 2.10.6 resolves a license incompatibility in scala.util.Sorting - Otherwise identical to Scala 2.10.5 - org.xerial.snappy:snappy-java [1.1.1.7 -> 1.1.2] - Fixes SnappyOutputStream.close() is not idempotent - net.jpountz.lz4:lz4 [1.2.0 -> 1.3] - junit:junit [4.11 -> 4.12] - org.easymock:easymock [3.3.1 -> 3.4] - org.powermock:powermock-api-easymock [1.6.2 -> 1.6.3] - org.powermock:powermock-module-junit4 [1.6.2 -> 1.6.3] - org.slf4j:slf4j-api [1.7.6 -> 1.7.12] - org.slf4j:slf4j-log4j12 [1.7.6 -> 1.7.12] - com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider [2.5.4 -> 2.6.3] - com.fasterxml.jackson.core:jackson-databind [2.5.4 -> 2.6.3] - org.eclipse.jetty:jetty-server [9.2.12.v20150709 -> 9.3.5.v20151012] - org.eclipse.jetty:jetty-servlet [9.2.12.v20150709 -> 9.3.5.v20151012] - org.bouncycastle:bcpkix-jdk15on [1.52 -> 1.53] - net.sf.jopt-simple:jopt-simple [3.2 -> 4.9] - removed explicit entry for org.objenesis:objenesis:2.2 (resolved transitively) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---