This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch fix/fix_mysql_vulnerability in repository https://gitbox.apache.org/repos/asf/shenyu.git
commit e526dc4d5389847a52a3fee183f067d407a5b05d Author: liuhy <liuhon...@apache.org> AuthorDate: Tue Dec 24 10:13:21 2024 +0800 [type:fix] fix vulnerability --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b29e20f85..03d9c7e6e7 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ <!-- dependency version start --> <jasypt.version>1.9.2</jasypt.version> <mybatis.starter.version>3.0.3</mybatis.starter.version> - <mysql.version>8.0.29</mysql.version> + <mysql.version>8.0.33</mysql.version> <commons-lang3.version>3.12.0</commons-lang3.version> <guava.version>32.0.0-jre</guava.version> <commons-collections4.version>4.4</commons-collections4.version>