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 73d2d95 + 0c68540 commit c35c901Copy full SHA for c35c901
modules/junit-jupiter/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
testImplementation ('org.mockito:mockito-core:4.2.0') {
13
exclude(module: 'hamcrest-core')
14
}
15
- testImplementation 'org.assertj:assertj-core:3.21.0'
+ testImplementation 'org.assertj:assertj-core:3.22.0'
16
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
17
18
testRuntimeOnly 'org.postgresql:postgresql:42.3.1'
0 commit comments