diff --git a/dist/build.gradle b/dist/build.gradle index 55dc98aba..fad54e691 100644 --- a/dist/build.gradle +++ b/dist/build.gradle @@ -75,7 +75,7 @@ dependencies { thirdPartyShaded("org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}") implementation("commons-logging:commons-logging:1.2") - implementation("commons-codec:commons-codec:1.15") + implementation("commons-codec:commons-codec:1.16.0") implementation("javax.xml.bind:jaxb-api:2.3.1") implementation("org.apache.hive:hive-service:$hiveVersion") { exclude module: "log4j-slf4j-impl" diff --git a/dist/licenses/commons-codec-1.15.jar.sha1 b/dist/licenses/commons-codec-1.15.jar.sha1 deleted file mode 100644 index 62d99837b..000000000 --- a/dist/licenses/commons-codec-1.15.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -49d94806b6e3dc933dacbd8acb0fdbab8ebd1e5d \ No newline at end of file diff --git a/dist/licenses/commons-codec-1.16.0.jar.sha1 b/dist/licenses/commons-codec-1.16.0.jar.sha1 new file mode 100644 index 000000000..7f13472ee --- /dev/null +++ b/dist/licenses/commons-codec-1.16.0.jar.sha1 @@ -0,0 +1 @@ +4e3eb3d79888d76b54e28b350915b5dc3919c9de \ No newline at end of file