diff --git a/library/build.gradle b/library/build.gradle index 5e702b9..87c63f9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -72,5 +72,5 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0' testImplementation 'org.json:json:20240303' testImplementation 'org.hamcrest:hamcrest-core:3.0' - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2' }