Skip to content

Commit

Permalink
Merge pull request #35 from veryfi/feature/PLAT-5443-update-json-library
Browse files Browse the repository at this point in the history
Update org.json version
  • Loading branch information
Kaevan89 authored Dec 11, 2023
2 parents da202cb + 8ec4ed7 commit f3b5a11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Install the package using Maven:
```
Install the package using Gradle:
```bash
implementation group: 'com.veryfi', name: 'veryfi-java', version: '1.0.9'
implementation group: 'com.veryfi', name: 'veryfi-java', version: '1.0.10'
```

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.veryfi</groupId>
<artifactId>veryfi-java</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<packaging>jar</packaging>
<name>veryfi-java</name>
<description>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<version>20230227</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/veryfi/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ private Constants() {
/**
* header for HttpRequest
*/
public static final String USER_AGENT_JAVA = "Java Veryfi-Java/1.0.9";
public static final String USER_AGENT_JAVA = "Java Veryfi-Java/1.0.10";
/**
* header for HttpRequest
*/
Expand Down

0 comments on commit f3b5a11

Please sign in to comment.