Skip to content

Commit

Permalink
Bump json-smart from 2.2.1 to 2.3.1
Browse files Browse the repository at this point in the history
Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](https://github.com/netplex/json-smart-v2/commits)

---
updated-dependencies:
- dependency-name: net.minidev:json-smart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 25, 2022
1 parent 3e6f53a commit 5f44b03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cs-cyberark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.7</version>
<version>2.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cs-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.7</version>
<version>2.3.1</version>
</dependency>
<!-- Json provider required for Jayway in order to handle single quoted JSONs-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion cs-microsoft-ad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.7</version>
<version>2.3.1</version>
</dependency>

<!--HTTP CLIENT-->
Expand Down
2 changes: 1 addition & 1 deletion cs-office-365/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.7</version>
<version>2.3.1</version>
</dependency>

<!--HTTP CLIENT-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.2.1</version>
<version>2.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5f44b03

Please sign in to comment.