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 005f738 commit 75fd49eCopy full SHA for 75fd49e
2 files changed
buildSrc/build.gradle.kts
@@ -8,7 +8,7 @@ repositories {
8
}
9
10
dependencies {
11
- implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.1")
+ implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.2")
12
13
14
java {
buildSrc/src/main/kotlin/pc.java-conventions.gradle.kts
@@ -13,8 +13,8 @@ dependencies {
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
15
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
16
- testImplementation("org.mockito:mockito-core:5.18.0")
17
- testImplementation("org.mockito:mockito-junit-jupiter:5.18.0")
+ testImplementation("org.mockito:mockito-core:5.19.0")
+ testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
18
19
20
tasks {
0 commit comments