This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 f0f3922cec0 chore(deps): Bump com.mysql:mysql-connector-j from 9.3.0
to 9.4.0 (#18783)
f0f3922cec0 is described below
commit f0f3922cec02c7c00c05a83082c766e16a1693ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 31 09:45:08 2025 +0200
chore(deps): Bump com.mysql:mysql-connector-j from 9.3.0 to 9.4.0 (#18783)
Bumps
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from
9.3.0 to 9.4.0.
-
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
-
[Commits](https://github.com/mysql/mysql-connector-j/compare/9.3.0...9.4.0)
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 9.4.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 c7f5a57492d..616a681671f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -135,7 +135,7 @@
<dapr-version>1.14.1</dapr-version>
<datasonnet-mapper-version>3.0.0</datasonnet-mapper-version>
<debezium-version>3.2.0.Final</debezium-version>
-
<debezium-mysql-connector-version>9.3.0</debezium-mysql-connector-version>
+
<debezium-mysql-connector-version>9.4.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>