Skip to content
Snippets Groups Projects
Commit 437c4b08 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

updated gradle config for TP 3

parent bb1797ce
Branches main
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ repositories {
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation('org.mockito:mockito-core:5.0.0')
testImplementation('org.mockito:mockito-core:5.9.0')
testImplementation("org.assertj:assertj-core:3.25.1")
}
test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment