@@ -29,19 +29,19 @@ repositories {
2929}
3030
3131dependencies {
32- testImplementation ' commons-io:commons-io:2.6 '
33- testImplementation ' junit:junit:4.13.1 '
34- testImplementation ' org.mockito:mockito-core:2.28.2 '
35- testImplementation ' org.assertj:assertj-core:3.16.1 '
36- testImplementation ' org.apache.commons:commons-lang3:3.10 '
37- testImplementation ' com.h2database:h2:1.4.200 '
32+ testImplementation ' commons-io:commons-io:2.11.0 '
33+ testImplementation ' junit:junit:4.13.2 '
34+ testImplementation ' org.mockito:mockito-core:4.3.1 '
35+ testImplementation ' org.assertj:assertj-core:3.22.0 '
36+ testImplementation ' org.apache.commons:commons-lang3:3.12.0 '
37+ testImplementation ' com.h2database:h2:2.1.210 '
3838
3939 // for JaCoCo Reports
40- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.1 '
40+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2 '
4141 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
4242
4343 // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
44- testImplementation ' org.mockito:mockito-junit-jupiter:4.1.0 '
44+ testImplementation ' org.mockito:mockito-junit-jupiter:4.3.1 '
4545
4646 // enforce latest version of JavaCC
4747 javacc ' net.java.dev.javacc:javacc:7.0.10'
@@ -115,7 +115,7 @@ jacocoTestCoverageVerification {
115115 limit {
116116 counter = ' LINE'
117117 value = ' MISSEDCOUNT'
118- maximum = 5500
118+ maximum = 5513
119119 }
120120 excludes = [
121121 ' net.sf.jsqlparser.util.validation.*' ,
0 commit comments