diff --git a/build.gradle b/build.gradle index 1c11d0d..261ed2f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { compileOnly "com.enonic.xp:portal-api:${xpVersion}" implementation 'org.thymeleaf:thymeleaf:3.1.5.RELEASE' - testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:2.21.2" + testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:2.21.3" testImplementation platform( libs.junit.bom ) testImplementation platform( libs.mockito.core ) testImplementation libs.junit.jupiter