Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 5f41ab2

Browse files
authored
Merge branch 'master' into update/jackson-dataformat-yaml-2.18.4
2 parents 318686e + 9024335 commit 5f41ab2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ val log4jVer = "2.24.3"
2424
val scalaLoggingVer = "3.9.5"
2525
val orgAntlr4Ver = "4.13.0"
2626
val jlineVer = "3.29.0"
27-
val commonsIoVer = "2.18.0"
27+
val commonsIoVer = "2.19.0"
2828
val commonsLang3Ver = "3.17.0"
2929
val commonsCodecVer = "1.18.0"
30-
val commonsCollectionsVer = "4.4"
31-
val gsonVer = "2.12.1"
32-
val apacheOpennlpVer = "2.5.3"
30+
val commonsCollectionsVer = "4.5.0"
31+
val gsonVer = "2.13.1"
32+
val apacheOpennlpVer = "2.5.4"
3333
val jacksonVer = "2.18.4"
3434

3535
// Stanford project libraries.
36-
val stanfordCoreNLPVer = "4.5.8"
36+
val stanfordCoreNLPVer = "4.5.9"
3737

3838
// Examples libraries.
3939
val languagetoolVer = "6.0"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.10.7
1+
sbt.version = 1.10.11

0 commit comments

Comments
 (0)