File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ dependencies {
4646 // newer version of dependency to fix vulnerability until converter-jackson is updated
4747 api ' com.fasterxml.jackson.core:jackson-databind:2.13.4'
4848
49- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.0 '
50- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.0 '
51- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.0 '
49+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.1 '
50+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.1 '
51+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1 '
5252 testImplementation ' org.assertj:assertj-core:3.23.1'
5353 testImplementation ' com.google.code.bean-matchers:bean-matchers:0.14'
5454}
@@ -92,7 +92,7 @@ spotbugs {
9292
9393jacocoTestReport {
9494 reports {
95- xml. enabled true
95+ xml. required = true
9696 }
9797}
9898test. finalizedBy jacocoTestReport
You can’t perform that action at this time.
0 commit comments