Skip to content

Commit

Permalink
Merge pull request #5119 from openequella/renovate/commons-logging-co…
Browse files Browse the repository at this point in the history
…mmons-logging-1.x

chore(deps): update dependency commons-logging:commons-logging to v1.3.2
  • Loading branch information
PenghaiZhang authored May 17, 2024
2 parents 3f9a461 + a2753d5 commit 396c14b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion import-export-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
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'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.3.2'
implementation group: 'wsdl4j', name: 'wsdl4j', version: '1.6.3'
implementation group: 'net.sf.jpf', name: 'jpf', version: '1.5'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '2.0.13'
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.3",
"org.jacoco" % "org.jacoco.report" % "0.8.12",
"org.jdom" % "jdom2" % "2.0.6.1",
"commons-logging" % "commons-logging" % "1.2",
"commons-logging" % "commons-logging" % "1.3.2",
"commons-discovery" % "commons-discovery" % "0.5",
"commons-configuration" % "commons-configuration" % "1.10",
"commons-beanutils" % "commons-beanutils" % "1.9.4",
Expand Down

0 comments on commit 396c14b

Please sign in to comment.