diff --git a/import-export-tool/build.gradle b/import-export-tool/build.gradle index 758efda35f..8ea2ae34a9 100644 --- a/import-export-tool/build.gradle +++ b/import-export-tool/build.gradle @@ -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' diff --git a/project/plugins.sbt b/project/plugins.sbt index 5a1cc7f2c7..1fa4bcf8d1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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",