Skip to content

Commit 9215c66

Browse files
fix(deps): update all non-major dependencies (#216)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ffc916 commit 9215c66

3 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
@@ -7,7 +7,7 @@ repositories {
77
}
88

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

1313
java {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
annotationProcessor("org.projectlombok:lombok:1.18.42")
1717

1818
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
19-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
19+
testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
2020
testImplementation("org.mockito:mockito-core:5.20.0")
2121
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
2222
}

bungee/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies {
88
implementation("net.pistonmaster:PistonUtils:1.4.0")
99
implementation("org.bstats:bstats-bungeecord:3.1.0")
1010

11-
compileOnly("net.md-5:bungeecord-api:1.21-R0.3")
11+
compileOnly("net.md-5:bungeecord-api:1.21-R0.4")
1212
}

0 commit comments

Comments
 (0)