Skip to content

Commit aeb3f4e

Browse files
Update all non-major dependencies
1 parent 786611c commit aeb3f4e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build with Gradle
2828
run: ./gradlew build
2929
- name: Upload a Build Artifact
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
3131
with:
3232
# Artifact name
3333
name: PistonQueue

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.0-beta10")
10+
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.0.0-SNAPSHOT")
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
@@ -12,13 +12,13 @@ java {
1212
dependencies {
1313
implementation("org.jetbrains:annotations:26.0.2")
1414

15-
compileOnly("org.projectlombok:lombok:1.18.36")
16-
annotationProcessor("org.projectlombok:lombok:1.18.36")
15+
compileOnly("org.projectlombok:lombok:1.18.38")
16+
annotationProcessor("org.projectlombok:lombok:1.18.38")
1717

1818
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
19-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
20-
testImplementation("org.mockito:mockito-core:5.16.0")
21-
testImplementation("org.mockito:mockito-junit-jupiter:5.16.0")
19+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
20+
testImplementation("org.mockito:mockito-core:5.16.1")
21+
testImplementation("org.mockito:mockito-junit-jupiter:5.16.1")
2222
}
2323

2424
tasks {

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.20-R0.2")
11+
compileOnly("net.md-5:bungeecord-api:1.21-R0.2")
1212
}

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.36")
10-
annotationProcessor("org.projectlombok:lombok:1.18.36")
9+
compileOnly("org.projectlombok:lombok:1.18.38")
10+
annotationProcessor("org.projectlombok:lombok:1.18.38")
1111

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

shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ plugins {
44

55
dependencies {
66
implementation("org.spongepowered:configurate-yaml:4.2.0")
7-
compileOnly("net.pistonmaster:pistonmotd-api:5.2.0")
8-
compileOnly("com.google.guava:guava:33.4.0-jre")
7+
compileOnly("net.pistonmaster:pistonmotd-api:5.2.1")
8+
compileOnly("com.google.guava:guava:33.4.6-jre")
99
}

0 commit comments

Comments
 (0)