Skip to content

Commit

Permalink
Update to log4j version 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dharp-kount committed Jan 6, 2022
1 parent 0891aaf commit 6c6f407
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kount-ris-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>7.3.11</version>
<version>7.3.12</version>
</parent>

<artifactId>kount-ris-sdk</artifactId>
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.11</version>
<version>7.3.12</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.17.0</log4j-core.version>
<log4j-api.version>2.17.0</log4j-api.version>
<log4j-core.version>2.17.1</log4j-core.version>
<log4j-api.version>2.17.1</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
2 changes: 1 addition & 1 deletion 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.11</version>
<version>7.3.12</version>
</parent>

<artifactId>sdk-integration-tests</artifactId>
Expand Down

0 comments on commit 6c6f407

Please sign in to comment.