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 3a1bbc61bc2c9c24e52a3fc2d0d76c1497c7a7b9 Author: ChengDaqi2023 <131479795+chengdaqi2...@users.noreply.github.com> AuthorDate: Sat Sep 2 23:24:34 2023 +0800 [fix](sec) update mysql:mysql-connector-java 8.0.15 to 8.0.28 (#22776) --- samples/doris-demo/spring-jdbc-demo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/doris-demo/spring-jdbc-demo/pom.xml b/samples/doris-demo/spring-jdbc-demo/pom.xml index 1d3dfef008..2c221f8eb3 100644 --- a/samples/doris-demo/spring-jdbc-demo/pom.xml +++ b/samples/doris-demo/spring-jdbc-demo/pom.xml @@ -60,7 +60,7 @@ under the License. <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> - <version>8.0.15</version> + <version>8.0.28</version> </dependency> <!-- SpringBoot Web --> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org