You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/11/30 08:50:34 UTC

[servicecomb-fence] branch master updated: Bump mysql-connector-java from 5.1.46 to 8.0.28 in /integration-tests (#40)

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-fence.git


The following commit(s) were added to refs/heads/master by this push:
     new b6921ea  Bump mysql-connector-java from 5.1.46 to 8.0.28 in /integration-tests (#40)
b6921ea is described below

commit b6921eadef5aa54b48c77548aad8c54bdb4aa754
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 30 16:50:29 2022 +0800

    Bump mysql-connector-java from 5.1.46 to 8.0.28 in /integration-tests (#40)
---
 integration-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 9ff0aa2..8296fe9 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -48,7 +48,7 @@
       <dependency>
         <groupId>mysql</groupId>
         <artifactId>mysql-connector-java</artifactId>
-        <version>5.1.46</version>
+        <version>8.0.28</version>
       </dependency>
     </dependencies>
   </dependencyManagement>