Skip to content

Commit 63e71c0

Browse files
committed
Fix build deprecations
1 parent 861aa17 commit 63e71c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9393
jacocoTestReport {
9494
reports {
95-
xml.enabled true
95+
xml.required = true
9696
}
9797
}
9898
test.finalizedBy jacocoTestReport

0 commit comments

Comments
 (0)