You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2020/01/08 17:22:00 UTC

[jira] [Created] (DAFFODIL-2269) Update to latest dependenciesk

Steve Lawrence created DAFFODIL-2269:
----------------------------------------

             Summary: Update to latest dependenciesk
                 Key: DAFFODIL-2269
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2269
             Project: Daffodil
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Steve Lawrence
             Fix For: 2.6.0


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):
{code}
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
{code}
Also, the plugins we use have updates:
{code}
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 
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)