diff --git a/build.sbt b/build.sbt index ee632a9..78f99e5 100644 --- a/build.sbt +++ b/build.sbt @@ -33,9 +33,9 @@ libraryDependencies += "commons-io" % "commons-io" % "2.13.0" // https://mvnrepository.com/artifact/org.scalaz/scalaz-core libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.3.7" // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.13.0" +libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.14.0" // https://mvnrepository.com/artifact/org.apache.commons/commons-text -libraryDependencies += "org.apache.commons" % "commons-text" % "1.10.0" +libraryDependencies += "org.apache.commons" % "commons-text" % "1.12.0" // https://mvnrepository.com/artifact/com.google.guava/guava libraryDependencies += "com.google.guava" % "guava" % "32.1.2-jre" libraryDependencies += "org.jetbrains" % "annotations" % "24.0.1" diff --git a/project/plugins.sbt b/project/plugins.sbt index 202ef6c..0c91dfc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" +libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.14.0" addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")