diff --git a/build.sbt b/build.sbt index 19c4d804a..4e1b8a49b 100644 --- a/build.sbt +++ b/build.sbt @@ -20,17 +20,17 @@ val nlpcraftVer = "1.0.0" // Common libraries. val scalaMajVer = "3" val scalaMinVer = "2.2" -val log4jVer = "2.21.1" +val log4jVer = "2.24.1" val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" val jlineVer = "3.27.1" -val commonsIoVer = "2.16.1" -val commonsLang3Ver = "3.16.0" -val commonsCodecVer = "1.16.1" +val commonsIoVer = "2.17.0" +val commonsLang3Ver = "3.17.0" +val commonsCodecVer = "1.17.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.11.0" -val jacksonVer = "2.16.1" -val apacheOpennlpVer = "2.3.3" +val jacksonVer = "2.16.2" +val apacheOpennlpVer = "2.4.0" // Stanford project libraries. val stanfordCoreNLPVer = "4.5.7" diff --git a/pom.xml b/pom.xml index 562f43ee0..ce2a4f44e 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ 1.6 4.11.1 3.23.0 - 2.11.0 + 2.14.0 3.12.0 1.15 4.4 diff --git a/project/build.properties b/project/build.properties index 49214c4bb..23f7d9793 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.9 +sbt.version = 1.10.2