Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Many of our depedencies have newer versions released than what we currently depend on. We should look into updating these dependencies to make sure we have the latest security and bug fixes. The results of the sbt-updates plugin currently show the following (where the right side shows the version we depend on -> the newest minor version -> the newest major version):
com.fasterxml.jackson.core:jackson-core : 2.9.6 -> 2.9.10 -> 2.10.2 com.fasterxml.woodstox:woodstox-core : 5.1.0 -> 5.3.0 -> 6.0.3 com.ibm.icu:icu4j : 62.1 -> 62.2 -> 65.1 com.typesafe.genjavadoc:genjavadoc-plugin : 0.11 -> 0.15 junit:junit : 4.12 -> 4.13 org.rogach:scallop : 3.1.3 -> 3.1.5 -> 3.3.2 org.scala-lang.modules:scala-parser-combinators : 1.1.1 -> 1.1.2 org.scala-lang.modules:scala-xml : 1.1.0 -> 1.1.1 -> 1.2.0 org.scala-lang:scala-library : 2.12.6 -> 2.12.10 -> 2.13.1 org.scala-lang:scala-reflect : 2.12.6 -> 2.12.10 -> 2.13.1 org.scalacheck:scalacheck : 1.14.0 -> 1.14.3
Also, the plugins we use have updates:
com.typesafe.sbt:sbt-native-packager : 1.3.17 -> 1.3.25 -> 1.5.2
org.scoverage:sbt-scoverage : 1.5.1 -> 1.6.1