Skip to content

Commit

Permalink
chore(deps): update dependency commons-codec:commons-codec to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edalex-ian committed Jul 7, 2023
1 parent eac91a1 commit deb160d
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" % "31.1-jre",
"commons-codec" % "commons-codec" % "1.15",
"commons-codec" % "commons-codec" % "1.16.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 @@ -102,7 +102,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.15",
"commons-codec" % "commons-codec" % "1.16.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.15",
"commons-codec" % "commons-codec" % "1.16.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.7'
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.19.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.19.0'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.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'
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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.15",
"commons-codec" % "commons-codec" % "1.16.0",
"org.slf4j" % "slf4j-nop" % "2.0.7",
"com.yahoo.platform.yui" % "yuicompressor" % "2.4.8"
)
Expand Down

0 comments on commit deb160d

Please sign in to comment.