From ebd7c0ea0d4a9aeb45b4214948dab435316554fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:09:48 +0000 Subject: [PATCH] chore(deps): update dependency commons-codec:commons-codec to v1.16.1 --- Installer/build.sbt | 2 +- Source/Server/equellaserver/build.sbt | 2 +- Source/Tools/UpgradeManager/build.sbt | 2 +- import-export-tool/build.gradle | 2 +- project/plugins.sbt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Installer/build.sbt b/Installer/build.sbt index ddd14c6979..3edf46cf96 100644 --- a/Installer/build.sbt +++ b/Installer/build.sbt @@ -2,7 +2,7 @@ import Path.relativeTo libraryDependencies ++= Seq( "com.google.guava" % "guava" % "32.1.3-jre", - "commons-codec" % "commons-codec" % "1.16.0", + "commons-codec" % "commons-codec" % "1.16.1", postgresDep, sqlServerDep ) diff --git a/Source/Server/equellaserver/build.sbt b/Source/Server/equellaserver/build.sbt index 379f5b7ff1..8b30bb251c 100644 --- a/Source/Server/equellaserver/build.sbt +++ b/Source/Server/equellaserver/build.sbt @@ -108,7 +108,7 @@ libraryDependencies ++= Seq( // Exclude slf4j due to issue: https://github.com/brettwooldridge/HikariCP/issues/1746 "com.zaxxer" % "HikariCP" % "4.0.3" excludeAll ExclusionRule(organization = "org.slf4j"), "commons-beanutils" % "commons-beanutils" % "1.9.4", - "commons-codec" % "commons-codec" % "1.16.0", + "commons-codec" % "commons-codec" % "1.16.1", "commons-collections" % "commons-collections" % "3.2.2", "commons-configuration" % "commons-configuration" % "1.10", "commons-daemon" % "commons-daemon" % "1.3.4", diff --git a/Source/Tools/UpgradeManager/build.sbt b/Source/Tools/UpgradeManager/build.sbt index b9cb03a3bd..6d0b5d443d 100644 --- a/Source/Tools/UpgradeManager/build.sbt +++ b/Source/Tools/UpgradeManager/build.sbt @@ -13,7 +13,7 @@ libraryDependencies ++= Seq( log4jCore, log4jSlf4jImpl, "commons-daemon" % "commons-daemon" % "1.3.4", - "commons-codec" % "commons-codec" % "1.16.0", + "commons-codec" % "commons-codec" % "1.16.1", jacksonDataBind, jacksonDataFormatYaml ) diff --git a/import-export-tool/build.gradle b/import-export-tool/build.gradle index 04feecbff8..4157914ddf 100644 --- a/import-export-tool/build.gradle +++ b/import-export-tool/build.gradle @@ -36,7 +36,7 @@ allprojects { implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9' implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.20.0' implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.20.0' - implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0' + implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.1' implementation group: 'commons-discovery', name: 'commons-discovery', version: '0.5' implementation group: 'org.apache.axis', name: 'axis', version: '1.4' implementation group: 'commons-logging', name: 'commons-logging', version: '1.2' diff --git a/project/plugins.sbt b/project/plugins.sbt index 3ed56aae41..fdb82343cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -49,7 +49,7 @@ libraryDependencies ++= Seq( "commons-discovery" % "commons-discovery" % "0.5", "commons-configuration" % "commons-configuration" % "1.10", "commons-beanutils" % "commons-beanutils" % "1.9.4", - "commons-codec" % "commons-codec" % "1.16.0", + "commons-codec" % "commons-codec" % "1.16.1", "org.slf4j" % "slf4j-nop" % "2.0.9", "com.yahoo.platform.yui" % "yuicompressor" % "2.4.8" )