Skip to content

Commit

Permalink
Bumped commons-lang3 and commons-text versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Unruh committed Jul 8, 2024
1 parent 23c6042 commit 4561ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 4561ef5

Please sign in to comment.