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 ed1383fceef chore(deps): Bump com.mysql:mysql-connector-j from 9.2.0
to 9.3.0 (#17923)
ed1383fceef is described below
commit ed1383fceef96e482f7d10edd7e0cb3a7bc92706
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 30 10:15:00 2025 +0200
chore(deps): Bump com.mysql:mysql-connector-j from 9.2.0 to 9.3.0 (#17923)
Bumps
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from
9.2.0 to 9.3.0.
-
[Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
-
[Commits](https://github.com/mysql/mysql-connector-j/compare/9.2.0...9.3.0)
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 9.3.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 73a0a66047b..cb17a88f43e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -134,7 +134,7 @@
<dapr-version>1.14.0</dapr-version>
<datasonnet-mapper-version>3.0.0</datasonnet-mapper-version>
<debezium-version>3.1.1.Final</debezium-version>
-
<debezium-mysql-connector-version>9.2.0</debezium-mysql-connector-version>
+
<debezium-mysql-connector-version>9.3.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.0</directory-watcher-version>