This commit is contained in:
bskjon 2025-02-24 00:34:10 +01:00
parent 741b2e6ca2
commit a1b91eefc0

View File

@ -60,6 +60,8 @@ dependencies {
testImplementation("org.assertj:assertj-core:3.21.0")
testImplementation("junit:junit:4.12")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2")
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0")
testImplementation("org.skyscreamer:jsonassert:1.5.0")
testImplementation("org.mockito:mockito-core:3.+")