diff --git a/build.gradle b/build.gradle index 6ae7919..98a47f5 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.apache.commons:commons-collections4:4.4' implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.26.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3' testImplementation 'org.assertj:assertj-core:3.26.3' }