Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -754,14 +754,6 @@
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<scope>compile</scope>
</dependency>
</dependencies>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we skip this as it is not showing up in the list of guava CVE's
/opt/connectors/lib/salesforce/libs/io.cdap.plugin.salesforce-plugins-1.6.13.jar/lib/guava-13.0.1.jar

image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, exclude the transitive dependency fetched through hydrator-common:2.10.0 and explicitly add the upgraded version.
image

</dependencyManagement>
<dependencies>
<dependency>
Expand Down
Loading