Skip to content

Commit 4b8b896

Browse files
chore(deps): update all non-major dependencies (#213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d267a42 commit 4b8b896

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

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

99
dependencies {
10-
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.1")
10+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.2")
1111
}
1212

1313
java {

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

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

1818
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1919
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
20-
testImplementation("org.mockito:mockito-core:5.18.0")
21-
testImplementation("org.mockito:mockito-junit-jupiter:5.18.0")
20+
testImplementation("org.mockito:mockito-core:5.19.0")
21+
testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
2222
}
2323

2424
tasks {

0 commit comments

Comments
 (0)