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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ad6f249 Bump com.mysql:mysql-connector-j from 9.5.0 to 9.6.0 (#1802)
1ad6f249 is described below

commit 1ad6f249b6ff65b3eb5acfe73ce3c2ab04b29daf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 06:36:20 2026 +0100

    Bump com.mysql:mysql-connector-j from 9.5.0 to 9.6.0 (#1802)
    
    Bumps 
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 
9.5.0 to 9.6.0.
    - 
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
    - 
[Commits](https://github.com/mysql/mysql-connector-j/compare/9.5.0...9.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.mysql:mysql-connector-j
      dependency-version: 9.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a9cc808..cbe0a284 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@ under the License.
         <jacoco.branchRatio>1.00</jacoco.branchRatio>
         <jacoco.lineRatio>1.00</jacoco.lineRatio>
         <jacoco.complexityRatio>1.00</jacoco.complexityRatio>
-        <mysql-connector-j>9.5.0</mysql-connector-j>
+        <mysql-connector-j>9.6.0</mysql-connector-j>
 
         <skip.format.code>true</skip.format.code>
 

Reply via email to