-
Notifications
You must be signed in to change notification settings - Fork 11
pom and src update #168
base: master
Are you sure you want to change the base?
pom and src update #168
Changes from all commits
2e52e7f
86fe37d
f2d65ae
8a21642
821bd05
3273b67
b414952
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -9,7 +9,7 @@ | |||||||||
<description>RelatedItems Collector</description> | ||||||||||
<packaging>jar</packaging> | ||||||||||
<url>https://github.com/Hygieia/${repository.name}</url> | ||||||||||
<version>3.1.4-SNAPSHOT</version> | ||||||||||
<version>3.1.5-SNAPSHOT</version> | ||||||||||
<artifactId>relatedItems-collector</artifactId> | ||||||||||
|
||||||||||
<parent> | ||||||||||
|
@@ -79,6 +79,7 @@ | |||||||||
<site.publish.checkout.directory>site-content</site.publish.checkout.directory> | ||||||||||
<spotbugs.plugin.version>3.1.11</spotbugs.plugin.version> | ||||||||||
<svnkit.version>1.8.7</svnkit.version> | ||||||||||
<tomcat.version>9.0.69</tomcat.version> | ||||||||||
</properties> | ||||||||||
|
||||||||||
<issueManagement> | ||||||||||
|
@@ -121,6 +122,12 @@ | |||||||||
<groupId>com.capitalone.dashboard</groupId> | ||||||||||
<artifactId>core</artifactId> | ||||||||||
<version>${com.capitalone.dashboard.core.version}</version> | ||||||||||
<exclusions> | ||||||||||
<exclusion> | ||||||||||
<groupId>org.apache.tomcat.embed</groupId> | ||||||||||
<artifactId>tomcat-embed-logging-juli</artifactId> | ||||||||||
</exclusion> | ||||||||||
</exclusions> | ||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>com.googlecode.json-simple</groupId> | ||||||||||
|
@@ -171,6 +178,47 @@ | |||||||||
<groupId>org.apache.httpcomponents</groupId> | ||||||||||
<artifactId>httpclient</artifactId> | ||||||||||
</dependency> | ||||||||||
<!-- adding to resolve vulns --> | ||||||||||
<dependency> | ||||||||||
<groupId>org.apache.tomcat.embed</groupId> | ||||||||||
<artifactId>tomcat-embed-core</artifactId> | ||||||||||
<version>${tomcat.version}</version> | ||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>com.google.code.gson</groupId> | ||||||||||
<artifactId>gson</artifactId> | ||||||||||
<version>2.8.9</version> | ||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>com.fasterxml.jackson.core</groupId> | ||||||||||
<artifactId>jackson-databind</artifactId> | ||||||||||
<version>2.13.4.1</version> | ||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>commons-beanutils</groupId> | ||||||||||
<artifactId>commons-beanutils</artifactId> | ||||||||||
<version>1.9.4</version> | ||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>org.springframework.security</groupId> | ||||||||||
<artifactId>spring-security-web</artifactId> | ||||||||||
<version>5.6.4</version> | ||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>com.querydsl</groupId> | ||||||||||
<artifactId>querydsl-mongodb</artifactId> | ||||||||||
<version>5.0.0</version> | ||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>com.querydsl</groupId> | ||||||||||
<artifactId>querydsl-apt</artifactId> | ||||||||||
<version>5.0.0</version> | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. High Vulnerability: maven : com.querydsl/querydsl-apt : 5.0.00 Critical, 2 High, 0 Medium, 0 Low vulnerabilities have been found across 2 dependencies. ℹ️ Learn about @sonatype-lift commandsYou can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.
Note: When talking to LiftBot, you need to refresh the page to see its response. Was this a good recommendation? |
||||||||||
</dependency> | ||||||||||
<dependency> | ||||||||||
<groupId>org.springframework.data</groupId> | ||||||||||
<artifactId>spring-data-commons-core</artifactId> | ||||||||||
<version>1.4.1.RELEASE</version> | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. High Vulnerability: maven : org.springframework.data/spring-data-commons-core : 1.4.1.RELEASE0 Critical, 1 High, 0 Medium, 0 Low vulnerabilities have been found across 1 dependencies. ℹ️ Learn about @sonatype-lift commandsYou can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.
Note: When talking to LiftBot, you need to refresh the page to see its response. Was this a good recommendation? |
||||||||||
</dependency> | ||||||||||
</dependencies> | ||||||||||
|
||||||||||
<build> | ||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical Vulnerability:
maven : com.capitalone.dashboard/core : 3.7.11
9 Critical, 39 High, 50 Medium, 2 Low vulnerabilities have been found across 11 dependencies.
View the Lift console for details about these vulnerabilities.
ℹ️ Learn about @sonatype-lift commands
You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.
@sonatype-lift ignore
@sonatype-lift ignoreall
@sonatype-lift exclude <file|issue|path|tool>
file|issue|path|tool
from Lift findings by updating your config.toml fileNote: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]