You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2022/06/21 13:15:37 UTC

[jclouds-examples] branch master updated: Bump mysql-connector-java from 5.1.25 to 8.0.28 in /openstack

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

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e70e8e  Bump mysql-connector-java from 5.1.25 to 8.0.28 in /openstack
1e70e8e is described below

commit 1e70e8e855735f847de8f5ab3ac054025edb1e2a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 21 00:54:30 2022 +0000

    Bump mysql-connector-java from 5.1.25 to 8.0.28 in /openstack
    
    Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.25 to 8.0.28.
    - [Release notes](https://github.com/mysql/mysql-connector-j/releases)
    - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
    - [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.25...8.0.28)
    
    ---
    updated-dependencies:
    - dependency-name: mysql:mysql-connector-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 openstack/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openstack/pom.xml b/openstack/pom.xml
index 5bd40fd..adb2ba8 100644
--- a/openstack/pom.xml
+++ b/openstack/pom.xml
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
-      <version>5.1.25</version>
+      <version>8.0.28</version>
     </dependency>
   </dependencies>