Skip to content

Commit

Permalink
Merge branch 'TPA-1050' into 'master'
Browse files Browse the repository at this point in the history
Update log4j library

See merge request kount/third_party/kount-ris-java-sdk!27
  • Loading branch information
dharp-kount committed Dec 10, 2021
2 parents 815c90f + 78c5a34 commit 998a097
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions kount-ris-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>7.3.7</version>
<version>7.3.8</version>
</parent>

<groupId>com.kount</groupId>
<artifactId>kount-ris-sdk</artifactId>
<version>7.3.7</version>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>7.3.7</version>
<version>7.3.8</version>
<packaging>pom</packaging>

<name>Kount Java SDK</name>
Expand Down Expand Up @@ -34,8 +34,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.3</log4j-core.version>
<log4j-api.version>2.13.3</log4j-api.version>
<log4j-core.version>2.15.0</log4j-core.version>
<log4j-api.version>2.15.0</log4j-api.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<httpclient.version>4.5.6</httpclient.version>
<junit.version>4.13.1</junit.version>
Expand Down
4 changes: 2 additions & 2 deletions sdk-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>7.3.7</version>
<version>7.3.8</version>
</parent>

<artifactId>sdk-integration-tests</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.kount</groupId>
<artifactId>kount-ris-sdk</artifactId>
<version>7.3.7</version>
<version>7.3.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 998a097

Please sign in to comment.