diff --git a/dist/build.gradle b/dist/build.gradle index 0dd2a41c2..1d201ca26 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.3") + implementation("commons-logging:commons-logging:1.3.4") implementation("commons-codec:commons-codec:1.17.1") 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.3.jar.sha1 b/dist/licenses/commons-logging-1.3.3.jar.sha1 deleted file mode 100644 index 379882ef4..000000000 --- a/dist/licenses/commons-logging-1.3.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -580ad1a4f34876c4f964c083361de31b3d60be68 \ No newline at end of file diff --git a/dist/licenses/commons-logging-1.3.4.jar.sha1 b/dist/licenses/commons-logging-1.3.4.jar.sha1 new file mode 100644 index 000000000..a39819305 --- /dev/null +++ b/dist/licenses/commons-logging-1.3.4.jar.sha1 @@ -0,0 +1 @@ +b9fc14968d63a8b8a8a2c1885fe3e90564239708 \ No newline at end of file