From c85a82031cbc35509b40dff2ed1a8f4da9842840 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 20 Mar 2026 15:20:23 +0000 Subject: [PATCH] Update commons-net to 3.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fe4a212..e761c15 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val logbackVersion = "1.5.32" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.21.0" val guavaVersion = "33.5.0-jre" -val commonsNetVersion = "3.12.0" +val commonsNetVersion = "3.13.0" val scalatestVersion = "3.2.19" val noPublishSettings = Seq(