Skip to content

Commit 2220fb0

Browse files
fix(deps): update all non-major dependencies (#215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c08ab1 commit 2220fb0

4 files changed

Lines changed: 9 additions & 9 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.0.2")
10+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.1.0")
1111
}
1212

1313
java {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ java {
1010
}
1111

1212
dependencies {
13-
implementation("org.jetbrains:annotations:26.0.2")
13+
implementation("org.jetbrains:annotations:26.0.2-1")
1414

15-
compileOnly("org.projectlombok:lombok:1.18.38")
16-
annotationProcessor("org.projectlombok:lombok:1.18.38")
15+
compileOnly("org.projectlombok:lombok:1.18.42")
16+
annotationProcessor("org.projectlombok:lombok:1.18.42")
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.19.0")
21-
testImplementation("org.mockito:mockito-junit-jupiter:5.19.0")
20+
testImplementation("org.mockito:mockito-core:5.20.0")
21+
testImplementation("org.mockito:mockito-junit-jupiter:5.20.0")
2222
}
2323

2424
tasks {

placeholder/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies {
66
compileOnly("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT")
77
compileOnly("me.clip:placeholderapi:2.11.6")
88

9-
compileOnly("org.projectlombok:lombok:1.18.38")
10-
annotationProcessor("org.projectlombok:lombok:1.18.38")
9+
compileOnly("org.projectlombok:lombok:1.18.42")
10+
annotationProcessor("org.projectlombok:lombok:1.18.42")
1111

1212
implementation("net.pistonmaster:PistonUtils:1.4.0")
1313
}

shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ plugins {
55
dependencies {
66
implementation("org.spongepowered:configurate-yaml:4.2.0")
77
compileOnly("net.pistonmaster:pistonmotd-api:5.2.7")
8-
compileOnly("com.google.guava:guava:33.4.8-jre")
8+
compileOnly("com.google.guava:guava:33.5.0-jre")
99
}

0 commit comments

Comments
 (0)