We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c7545 commit 09db507Copy full SHA for 09db507
build.gradle
@@ -98,7 +98,7 @@ dependencies {
98
testImplementation platform('org.junit:junit-bom:5.11.4')
99
testImplementation 'org.junit.jupiter:junit-jupiter-api'
100
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
101
- testImplementation 'org.assertj:assertj-core:3.27.0'
+ testImplementation 'org.assertj:assertj-core:3.27.2'
102
103
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
104
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments