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.
1 parent c7ca549 commit 96a9eddCopy full SHA for 96a9edd
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:${gradleEnterprisePluginVersion}")
28
29
testImplementation("com.gradle:gradle-enterprise-gradle-plugin:${gradleEnterprisePluginVersion}")
30
- testImplementation("org.assertj:assertj-core:3.20.2")
+ testImplementation("org.assertj:assertj-core:3.24.2")
31
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
32
testImplementation("org.mockito:mockito-core:3.11.2")
33
}
0 commit comments