diff --git a/library/build.gradle b/library/build.gradle index 91362c6..d3ec087 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -72,5 +72,5 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3' testImplementation 'org.json:json:20240303' testImplementation 'org.hamcrest:hamcrest-core:3.0' - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2' }