diff --git a/build.gradle b/build.gradle index e7f0387b9f15b98a0501805108e59d19f9de24af..0a9eba3d90bdaa0858e0a958b4311c3c1a405f42 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-databind:2.12.1" testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.0" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.0" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.7.1" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.1" testImplementation "org.hamcrest:java-hamcrest:2.0.0.0" }