Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#40)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-1726923

Co-authored-by: V K <koneru.chowdary@gmail.com>
  • Loading branch information
snyk-bot and koneru9999 authored Mar 20, 2022
1 parent f350fa8 commit 2929e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<lombok.version>1.16.20</lombok.version>
<logback.version>1.2.7</logback.version>
<slf4j.version>1.7.35</slf4j.version>
<logback.version>1.2.3</logback.version>
<usb4java.version>1.3.0</usb4java.version>
<junit.jupiter.version>5.1.1</junit.jupiter.version>
</properties>
Expand Down

0 comments on commit 2929e1b

Please sign in to comment.