Skip to content

Commit

Permalink
Merge branch 'junit-version' into 'master'
Browse files Browse the repository at this point in the history
updating java junit version and incrementing version

See merge request kount/third_party/kount-ris-java-sdk!17
  • Loading branch information
Sanjeev Kumar committed Nov 6, 2020
2 parents 31f5527 + 50bcd90 commit d03bdb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Kount Java SDK
### What is this repository for? ###

* Contains sources, tests, and resources for the Kount Java SDK
* SDK version: `7.3.2`
* SDK version: `7.3.5`

### How do I get set up? ###

Expand All @@ -25,7 +25,7 @@ Kount Java SDK
`<dependency>
<groupId>com.kount</groupId>
<artifactId>kount-ris-sdk</artifactId>
<version>7.3.2</version>
<version>7.3.5</version>
</dependency>`

### Contribution guidelines ###
Expand Down
4 changes: 2 additions & 2 deletions kount-ris-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.kount</groupId>
<artifactId>kount-java-parent</artifactId>
<version>7.3.4</version>
<version>7.3.5</version>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 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.4</version>
<version>7.3.5</version>
<packaging>pom</packaging>

<name>Kount Java SDK</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<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>
<junit.version>4.13.1</junit.version>
</properties>

<licenses>
Expand Down

0 comments on commit d03bdb2

Please sign in to comment.