We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c16c18 commit fcb3d82Copy full SHA for fcb3d82
build.gradle
@@ -137,9 +137,9 @@ testing {
137
withType(JvmTestSuite).configureEach {
138
useJUnitJupiter('5.10.0')
139
dependencies {
140
- implementation 'org.assertj:assertj-core:3.25.1'
+ implementation 'org.assertj:assertj-core:3.25.2'
141
implementation 'org.mockito:mockito-core:5.9.0'
142
143
implementation 'org.mockito:mockito-junit-jupiter:5.9.0'
144
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
145
}
0 commit comments