-
Notifications
You must be signed in to change notification settings - Fork 180
Dependency upgrades 4.0 #240
base: master
Are you sure you want to change the base?
Changes from 1 commit
381b02f
b4257a9
47aba46
f6b619a
3fed6db
2495f10
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,6 +83,7 @@ | |
<jackson.version>2.11.4</jackson.version> | ||
<jasypt.version>1.18</jasypt.version> | ||
<logback.version>1.2.3</logback.version> | ||
<log4j2.version>2.14.1</log4j2.version> | ||
<mongodb.version>4.0.0</mongodb.version> | ||
<jjwt.version>0.6.0</jjwt.version> | ||
<springfox.version>2.4.0</springfox.version> | ||
|
@@ -157,10 +158,15 @@ | |
|
||
<!-- https://mvnrepository.com/artifact/log4j/log4j --> | ||
<dependency> | ||
<groupId>log4j</groupId> | ||
<artifactId>log4j</artifactId> | ||
<version>1.2.17</version> | ||
</dependency> | ||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-api</artifactId> | ||
<version>${log4j2.version}</version> | ||
</dependency> | ||
<dependency> | ||
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. Critical OSS Vulnerability: pkg:maven/org.apache.commons/[email protected]4 Critical, 0 Severe, 0 Moderate and 0 Unknown vulnerabilities have been found in a transitive dependency of pkg:maven/org.apache.logging.log4j/[email protected] CRITICAL Vulnerabilities (4)CVE-2021-36090
CVE-2021-35517
CVE-2021-35515
CVE-2021-35516
(at-me in a reply with |
||
<groupId>org.apache.logging.log4j</groupId> | ||
<artifactId>log4j-core</artifactId> | ||
<version>${log4j2.version}</version> | ||
</dependency> | ||
|
||
|
||
<dependency> | ||
|
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 OSS Vulnerability:
pkg:maven/log4j/[email protected]
1 Critical, 0 Severe, 1 Moderate and 0 Unknown vulnerabilities have been found in a direct dependency
CRITICAL Vulnerabilities (1)
CVE-2019-17571
MODERATE Vulnerabilities (1)
CVE-2020-9488
(at-me in a reply with
help
orignore
)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.
Updates have been checked in