Skip to content

Commit

Permalink
Merge pull request #5113 from openequella/renovate/commons-codec-comm…
Browse files Browse the repository at this point in the history
…ons-codec-1.x

chore(deps): update dependency commons-codec:commons-codec to v1.17.0
  • Loading branch information
PenghaiZhang authored May 19, 2024
2 parents d1c3d19 + 1a85232 commit 4f5bc41
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.1",
"commons-codec" % "commons-codec" % "1.17.0",
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 @@ -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",
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.1",
"commons-codec" % "commons-codec" % "1.17.0",
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.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.3.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.1",
"commons-codec" % "commons-codec" % "1.17.0",
"org.slf4j" % "slf4j-nop" % "2.0.13",
"com.yahoo.platform.yui" % "yuicompressor" % "2.4.8"
)

0 comments on commit 4f5bc41

Please sign in to comment.