Skip to content

Commit

Permalink
Address log4j vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
amadib committed Mar 14, 2020
1 parent 53ac8df commit 767676b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
*.classpath
target/
*/target/*
*/target/**
*/target/**
.idea/
cards.iml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<version>1.2.28</version>
<exclusions>
<exclusion>
<groupId>com.sun.jmx</groupId>
Expand Down

0 comments on commit 767676b

Please sign in to comment.