This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 8cc6ca3a9b31 chore(deps): Bump com.mysql:mysql-connector-j from 9.5.0
to 9.6.0 (#21158)
8cc6ca3a9b31 is described below
commit 8cc6ca3a9b315c127b31db226d1a8f30ec66c296
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 30 09:25:54 2026 +0100
chore(deps): Bump com.mysql:mysql-connector-j from 9.5.0 to 9.6.0 (#21158)
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index f62788204bf4..98e077bae93c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
<dapr-workflow-version>1.16.1</dapr-workflow-version>
<datasonnet-mapper-version>3.0.1.3</datasonnet-mapper-version>
<debezium-version>3.4.1.Final</debezium-version>
-
<debezium-mysql-connector-version>9.5.0</debezium-mysql-connector-version>
+
<debezium-mysql-connector-version>9.6.0</debezium-mysql-connector-version>
<derby-version>10.16.1.1</derby-version>
<digitalocean-api-client-version>2.17</digitalocean-api-client-version>
<directory-watcher-version>0.19.1</directory-watcher-version>