We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d82c37 + 740c0aa commit ee6f02dCopy full SHA for ee6f02d
modules/junit-jupiter/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
exclude(module: 'hamcrest-core')
14
}
15
testImplementation 'org.assertj:assertj-core:3.21.0'
16
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.1'
17
18
testRuntimeOnly 'org.postgresql:postgresql:42.2.24'
19
testRuntimeOnly 'mysql:mysql-connector-java:8.0.26'
0 commit comments