Skip to content

Commit

Permalink
Update junit for maven build.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Feb 9, 2021
1 parent 55c1d35 commit 402bafa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ dependencies {
implementation 'com.sun.xml.bind:jaxb-core:2.3.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:2.3.2'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.1'
testImplementation 'org.mockito:mockito-core:2.25.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.0'
testImplementation 'org.mockito:mockito-core:3.3.3'
}

test {
Expand Down

0 comments on commit 402bafa

Please sign in to comment.