fix: flakiness in org.json.junit.JSONObjectTest#valueToString

This commit is contained in:
simonh5
2023-09-19 14:28:06 -05:00
parent 01727fd0ed
commit ca88454f1c
3 changed files with 13 additions and 4 deletions

View File

@@ -72,6 +72,13 @@
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.skyscreamer/jsonassert -->
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>