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-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push:
new fd118b1d08 Bump com.amazon.redshift:redshift-jdbc42 (#1637)
fd118b1d08 is described below
commit fd118b1d08e06f0c3a05bc9e3f4e706b0efc6807
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 19 09:39:43 2024 +0200
Bump com.amazon.redshift:redshift-jdbc42 (#1637)
Bumps
[com.amazon.redshift:redshift-jdbc42](https://github.com/aws/amazon-redshift-jdbc-driver)
from 2.1.0.26 to 2.1.0.28.
- [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.1.0.26...v2.1.0.28)
---
updated-dependencies:
- dependency-name: com.amazon.redshift:redshift-jdbc42
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
connectors/camel-aws-redshift-source-kafka-connector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/connectors/camel-aws-redshift-source-kafka-connector/pom.xml
b/connectors/camel-aws-redshift-source-kafka-connector/pom.xml
index 9eeb4109a8..262e90c707 100644
--- a/connectors/camel-aws-redshift-source-kafka-connector/pom.xml
+++ b/connectors/camel-aws-redshift-source-kafka-connector/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>com.amazon.redshift</groupId>
<artifactId>redshift-jdbc42</artifactId>
- <version>2.1.0.26</version>
+ <version>2.1.0.28</version>
</dependency>
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>