From 5b85e16fd5c469500b3e907beebd6a2a6fc02ded Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Aug 2024 13:28:04 +0000 Subject: [PATCH 01/10] Update jackson-databind to 2.16.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..1a5cd2889 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val commonsLang3Ver = "3.16.0" val commonsCodecVer = "1.16.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.11.0" -val jacksonVer = "2.16.1" +val jacksonVer = "2.16.2" val apacheOpennlpVer = "2.3.3" // Stanford project libraries. From a702f149ab10bcb96cb2fd8b3a0ab0fc1b504857 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Aug 2024 13:28:15 +0000 Subject: [PATCH 02/10] Update jackson-dataformat-yaml to 2.16.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..1a5cd2889 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val commonsLang3Ver = "3.16.0" val commonsCodecVer = "1.16.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.11.0" -val jacksonVer = "2.16.1" +val jacksonVer = "2.16.2" val apacheOpennlpVer = "2.3.3" // Stanford project libraries. From c04d05ca3254ec2b4031b83171e01f3378924bcb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Aug 2024 13:28:26 +0000 Subject: [PATCH 03/10] Update jackson-module-scala_3 to 2.16.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..1a5cd2889 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val commonsLang3Ver = "3.16.0" val commonsCodecVer = "1.16.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.11.0" -val jacksonVer = "2.16.1" +val jacksonVer = "2.16.2" val apacheOpennlpVer = "2.3.3" // Stanford project libraries. From 4f6c56468a6ae3f45e5797c8010431ac03ea2d76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Aug 2024 13:28:37 +0000 Subject: [PATCH 04/10] Update commons-codec to 1.17.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..e8a943d4f 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val orgAntlr4Ver = "4.13.0" val jlineVer = "3.26.3" val commonsIoVer = "2.16.1" val commonsLang3Ver = "3.16.0" -val commonsCodecVer = "1.16.1" +val commonsCodecVer = "1.17.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.11.0" val jacksonVer = "2.16.1" From 24ea49d24d024b8a42a8dcd52f34a6a9a9352a2b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Aug 2024 13:29:00 +0000 Subject: [PATCH 05/10] Update opennlp-tools to 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..53fc8ac57 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ val commonsCodecVer = "1.16.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.11.0" val jacksonVer = "2.16.1" -val apacheOpennlpVer = "2.3.3" +val apacheOpennlpVer = "2.4.0" // Stanford project libraries. val stanfordCoreNLPVer = "4.5.7" From c7f3e803d5e5d10f5d02ef5f62e3f01000313628 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 31 Aug 2024 13:20:02 +0000 Subject: [PATCH 06/10] Update commons-lang3 to 3.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..9445bf8cd 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" val jlineVer = "3.26.3" val commonsIoVer = "2.16.1" -val commonsLang3Ver = "3.16.0" +val commonsLang3Ver = "3.17.0" val commonsCodecVer = "1.16.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.11.0" From d10e605daf3c781eaa460b9604c7e081c6269022 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Sep 2024 13:18:14 +0000 Subject: [PATCH 07/10] Update sbt to 1.10.2 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a5a8dca48286772d1e0e0621b2d8ea9c0b5cb928 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Sep 2024 14:06:40 +0000 Subject: [PATCH 08/10] Update commons-io to 2.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..f66ef9a8c 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val log4jVer = "2.21.1" val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" val jlineVer = "3.26.3" -val commonsIoVer = "2.16.1" +val commonsIoVer = "2.17.0" val commonsLang3Ver = "3.16.0" val commonsCodecVer = "1.16.1" val commonsCollectionsVer = "4.4" From 24acbc674bc7e83e1cb82198ff918b83e6fbece0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 30 Sep 2024 13:14:06 +0000 Subject: [PATCH 09/10] Update log4j-api, log4j-slf4j-impl to 2.24.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 154f7420c..86d1b6ac7 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ 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.26.3" From 2182cead0e42a4d136265c748d2cc3ee9cc25c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:00:53 +0000 Subject: [PATCH 10/10] Bump commons-io:commons-io from 2.11.0 to 2.14.0 Bumps commons-io:commons-io from 2.11.0 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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