This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 3c8524b9d8 [security](fe jar) upgrade commons-codec:commons-codec to 1.13 #13951 3c8524b9d8 is described below commit 3c8524b9d8c9147754703472620e0a554b270d41 Author: zhoumengyks <111965739+zhoumeng...@users.noreply.github.com> AuthorDate: Mon Nov 7 13:50:07 2022 +0800 [security](fe jar) upgrade commons-codec:commons-codec to 1.13 #13951 --- fe/pom.xml | 2 +- fs_brokers/apache_hdfs_broker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index 87e1bf33a0..0fd669cfdd 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -169,7 +169,7 @@ under the License. <cglib.version>2.2</cglib.version> <commons-cli.version>1.4</commons-cli.version> - <commons-codec.version>1.9</commons-codec.version> + <commons-codec.version>1.13</commons-codec.version> <commons-lang.version>2.6</commons-lang.version> <commons-lang3.version>3.9</commons-lang3.version> <commons-pool2.version>2.2</commons-pool2.version> diff --git a/fs_brokers/apache_hdfs_broker/pom.xml b/fs_brokers/apache_hdfs_broker/pom.xml index a1ca1fe0d5..8aaca1aad8 100644 --- a/fs_brokers/apache_hdfs_broker/pom.xml +++ b/fs_brokers/apache_hdfs_broker/pom.xml @@ -138,7 +138,7 @@ under the License. <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.9</version> + <version>1.13</version> </dependency> <!-- https://mvnrepository.com/artifact/commons-collections/commons-collections --> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org