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-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 5775d3fcb chore(deps): bump com.amazon.redshift:redshift-jdbc42 (#2713)
5775d3fcb is described below
commit 5775d3fcb2ba7a8e8d4e0d9813cf03ca3eb9c222
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 06:24:24 2026 +0100
chore(deps): bump com.amazon.redshift:redshift-jdbc42 (#2713)
Bumps
[com.amazon.redshift:redshift-jdbc42](https://github.com/aws/amazon-redshift-jdbc-driver)
from 2.2.2 to 2.2.3.
- [Release
notes](https://github.com/aws/amazon-redshift-jdbc-driver/releases)
-
[Changelog](https://github.com/aws/amazon-redshift-jdbc-driver/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/aws/amazon-redshift-jdbc-driver/compare/v2.2.2...v2.2.3)
---
updated-dependencies:
- dependency-name: com.amazon.redshift:redshift-jdbc42
dependency-version: 2.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 03d2166b4..bd2765e2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<!-- Versions used inside Kamelets (add them also to the
dependencyManagement section and the groovy script below) -->
<!-- These properties must keep this same format
"version.<groupId>.<artifactId>" -->
<version.org.apache.commons.commons-dbcp2>2.14.0</version.org.apache.commons.commons-dbcp2>
-
<version.com.amazon.redshift.redshift-jdbc42>2.2.2</version.com.amazon.redshift.redshift-jdbc42>
+
<version.com.amazon.redshift.redshift-jdbc42>2.2.3</version.com.amazon.redshift.redshift-jdbc42>
<version.org.apache.activemq.artemis-jakarta-client-all>2.44.0</version.org.apache.activemq.artemis-jakarta-client-all>
<version.org.messaginghub.pooled-jms>3.2.2</version.org.messaginghub.pooled-jms>
<version.org.postgresql.postgresql>42.7.9</version.org.postgresql.postgresql>