From 1a852323683b0a6e1690e983ba27eacf2020d9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:59:53 +0000 Subject: [PATCH] chore(deps): update dependency commons-codec:commons-codec to v1.17.0 --- 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 3edf46cf96..f67a7fd949 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.1", + "commons-codec" % "commons-codec" % "1.17.0", postgresDep, sqlServerDep ) diff --git a/Source/Server/equellaserver/build.sbt b/Source/Server/equellaserver/build.sbt index bc353a6df4..48e5b7a816 100644 --- a/Source/Server/equellaserver/build.sbt +++ b/Source/Server/equellaserver/build.sbt @@ -109,7 +109,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.1", + "commons-codec" % "commons-codec" % "1.17.0", "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 0734492b0a..310df329c3 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.1", + "commons-codec" % "commons-codec" % "1.17.0", jacksonDataBind, jacksonDataFormatYaml ) diff --git a/import-export-tool/build.gradle b/import-export-tool/build.gradle index 758efda35f..a45d2331ed 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.13' implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.23.1' implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.23.1' - implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.1' + implementation group: 'commons-codec', name: 'commons-codec', version: '1.17.0' 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 5a1cc7f2c7..256d5b7418 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.1", + "commons-codec" % "commons-codec" % "1.17.0", "org.slf4j" % "slf4j-nop" % "2.0.13", "com.yahoo.platform.yui" % "yuicompressor" % "2.4.8" )