From 6c1e1b51db5ce49904618cc886adc2406a6174f7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Dec 2022 01:14:55 +0100 Subject: Update commons-text to 1.10.0 (#2566) Co-authored-by: Jack Koenig Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- build.sbt | 2 +- build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 4b06fe32..0bea52a0 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ lazy val firrtlSettings = Seq( "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "org.json4s" %% "json4s-native" % "4.0.6", - "org.apache.commons" % "commons-text" % "1.9", + "org.apache.commons" % "commons-text" % "1.10.0", "io.github.alexarchambault" %% "data-class" % "0.2.5", "com.lihaoyi" %% "os-lib" % "0.8.1" ), diff --git a/build.sc b/build.sc index 9d5b23fe..a4f86211 100644 --- a/build.sc +++ b/build.sc @@ -48,7 +48,7 @@ class firrtlCrossModule(val crossScalaVersion: String) ivy"com.github.scopt::scopt:3.7.1", ivy"net.jcazevedo::moultingyaml:0.4.2", ivy"org.json4s::json4s-native:4.0.6", - ivy"org.apache.commons:commons-text:1.9", + ivy"org.apache.commons:commons-text:1.10.0", ivy"io.github.alexarchambault::data-class:0.2.5", ivy"org.antlr:antlr4-runtime:$antlr4Version", ivy"com.google.protobuf:protobuf-java:$protocVersion", -- cgit v1.2.3