diff --git a/dist/build.gradle b/dist/build.gradle index 129b4e418..14be78e14 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -77,7 +77,7 @@ dependencies { thirdPartyShaded("org.codehaus.jackson:jackson-mapper-asl:${project.ext.jacksonVersion}") thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}") - implementation("commons-logging:commons-logging:1.3.4") + implementation("commons-logging:commons-logging:1.3.5") implementation("commons-codec:commons-codec:1.18.0") implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("org.apache.hive:hive-service:$hiveVersion") { diff --git a/dist/licenses/commons-logging-1.3.4.jar.sha1 b/dist/licenses/commons-logging-1.3.4.jar.sha1 deleted file mode 100644 index a39819305..000000000 --- a/dist/licenses/commons-logging-1.3.4.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b9fc14968d63a8b8a8a2c1885fe3e90564239708 \ No newline at end of file diff --git a/dist/licenses/commons-logging-1.3.5.jar.sha1 b/dist/licenses/commons-logging-1.3.5.jar.sha1 new file mode 100644 index 000000000..f7ddad61a --- /dev/null +++ b/dist/licenses/commons-logging-1.3.5.jar.sha1 @@ -0,0 +1 @@ +a3fcc5d3c29b2b03433aa2d2f2d2c1b1638924a1 \ No newline at end of file