This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 4793c97fde2fb7fcc5ff2357fd2077af27bb0348 Author: realize096 <102856702+realize...@users.noreply.github.com> AuthorDate: Sat Sep 9 00:37:07 2023 +0800 [fix](sec)upgrade org.yaml:snakeyaml to 2.0 #24057 --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 1d43f1041e..794c4736bf 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -253,7 +253,7 @@ under the License. <logging-interceptor.version>4.7.2</logging-interceptor.version> <okhttp.version>4.9.3</okhttp.version> <okio.version>3.4.0</okio.version> - <snakeyaml.version>1.33</snakeyaml.version> + <snakeyaml.version>2.0</snakeyaml.version> <validation-api.version>1.1.0.Final</validation-api.version> <zjsonpatch.version>0.2.3</zjsonpatch.version> <kafka-clients.version>3.4.0</kafka-clients.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org