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 c3adccde Bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.26 to
2.1.0.27 (#2025)
c3adccde is described below
commit c3adccdec421208163eac7d3903d1294713754fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 10 10:11:23 2024 +0200
Bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.26 to 2.1.0.27 (#2025)
Bumps
[com.amazon.redshift:redshift-jdbc42](https://github.com/aws/amazon-redshift-jdbc-driver)
from 2.1.0.26 to 2.1.0.27.
- [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/commits)
---
updated-dependencies:
- dependency-name: com.amazon.redshift:redshift-jdbc42
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 3daee741..d2074074 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,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.12.0</version.org.apache.commons.commons-dbcp2>
-
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.26</version.com.amazon.redshift.redshift-jdbc42>
+
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.27</version.com.amazon.redshift.redshift-jdbc42>
<version.org.apache.activemq.artemis-jakarta-client-all>2.33.0</version.org.apache.activemq.artemis-jakarta-client-all>
<version.org.postgresql.postgresql>42.7.3</version.org.postgresql.postgresql>
<version.net.snowflake.snowflake-jdbc>3.14.5</version.net.snowflake.snowflake-jdbc>