From 19b1ebd6bd12e6ae6ef1b4d83b896a4bd4d4f1ae Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 17:05:42 +0000 Subject: [PATCH] chore: Update commons-codec from 1.16.0 to 1.16.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 8959d0b7..7f575bd6 100644 --- a/build.sc +++ b/build.sc @@ -98,7 +98,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiRe ivy"com.zaxxer:SparseBitSet:1.3", ivy"org.apache.commons:commons-collections4:4.4", ivy"com.github.virtuald:curvesapi:1.08", - ivy"commons-codec:commons-codec:1.16.0", + ivy"commons-codec:commons-codec:1.16.1", ivy"org.apache.commons:commons-math3:3.6.1", ivy"org.scala-lang.modules::scala-collection-compat:2.11.0" )