Skip to content

Commit 75fd49e

Browse files
chore(deps): update all non-major dependencies (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 005f738 commit 75fd49e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.1")
11+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.2")
1212
}
1313

1414
java {

buildSrc/src/main/kotlin/pc.java-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies {
1313

1414
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1515
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")
16+
testImplementation("org.mockito:mockito-core:5.19.0")
17+
testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
1818
}
1919

2020
tasks {

0 commit comments

Comments
 (0)