Skip to content

Commit 18bac94

Browse files
committed
fix: app/server/appsmith-plugins/redshiftPlugin/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMAMAZONREDSHIFT-6841702
1 parent 96960df commit 18bac94

File tree

1 file changed

+1
-1
lines changed
  • app/server/appsmith-plugins/redshiftPlugin

1 file changed

+1
-1
lines changed

app/server/appsmith-plugins/redshiftPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.amazon.redshift</groupId>
2929
<artifactId>redshift-jdbc42</artifactId>
30-
<version>2.1.0.9</version>
30+
<version>2.1.0.28</version>
3131
<scope>runtime</scope>
3232
</dependency>
3333
<dependency>

0 commit comments

Comments
 (0)