Skip to content

Commit

Permalink
Merge branch 'LOG4J-2.17.1' into 'master'
Browse files Browse the repository at this point in the history
Update to log4j version 2.17.1

See merge request kount/third_party/kount-ris-java-sdk!36
  • Loading branch information
dharp-kount committed Jan 6, 2022
2 parents 0891aaf + 6c6f407 commit c6f6dbe
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 c6f6dbe

Please sign in to comment.