diff --git a/build.gradle b/build.gradle index bc2fde9..062adf3 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ configurations { dependencies { api 'com.github.jsqlparser:jsqlparser:5.3+' api 'org.apache.commons:commons-collections4:4.+' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' testImplementation 'com.h2database:h2:2.+' xmlDoclet 'com.manticore-projects.tools:xml-doclet:+' }