🚧 Add state for JSON objects
[rhynodge.git] / build.gradle
index 20219b8..85cf007 100644 (file)
@@ -57,6 +57,7 @@ dependencies {
     testImplementation group: "junit", name: "junit", version: "4.13.2"
     testImplementation group: "org.hamcrest", name: "hamcrest-library", version: "1.3"
     testImplementation group: "org.mockito", name: "mockito-core", version: "5.11.0"
+    testImplementation group: "com.spotify", name: "hamcrest-jackson", version: "1.3.2"
 }
 
 task fatJar(type: Jar) {