We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c23fa8 + 2bb7268 commit 9f6ce4fCopy full SHA for 9f6ce4f
build.gradle
@@ -265,7 +265,7 @@ dependencies {
265
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
266
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
267
268
- testImplementation(platform('org.junit:junit-bom:5.12.2'))
+ testImplementation(platform('org.junit:junit-bom:5.13.0'))
269
testImplementation 'org.mockito:mockito-core:5.18.0'
270
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
271
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments