Skip to content

Commit

Permalink
Merge branch 'SDK-60' into 'master'
Browse files Browse the repository at this point in the history
fixed log4j-core vulnerabilities

See merge request kount/third_party/kount-ris-java-sdk!15
  • Loading branch information
Sanjeev Kumar committed Oct 12, 2020
2 parents d6228c8 + d8eac52 commit d82fee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions kount-ris-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.release.plugin.version>2.5.1</maven.release.plugin.version>

<log4j-core.version>2.13.0</log4j-core.version>
<log4j-api.version>2.13.0</log4j-api.version>
<log4j-core.version>2.13.3</log4j-core.version>
<log4j-api.version>2.13.3</log4j-api.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<httpclient.version>4.5.6</httpclient.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit d82fee1

Please sign in to comment.