diff --git a/build.gradle b/build.gradle index 4e03dfb0..329a5fea 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation('org.junit.jupiter:junit-jupiter:5.8.1') testImplementation("org.hamcrest:hamcrest:2.2") - testImplementation("com.docu-tools:poipath:1.0.0") + testImplementation("com.docu-tools:poipath:1.1.1") } tasks.withType(Checkstyle) {