Skip to content

Commit

Permalink
chore(deps): update dependency commons-codec:commons-codec to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edalex-ian committed Feb 26, 2024
1 parent b314476 commit ebd7c0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Installer/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Source/Tools/UpgradeManager/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion import-export-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit ebd7c0e

Please sign in to comment.