Skip to content

Commit 746887c

Browse files
committed
2 parents 375d2d2 + b613318 commit 746887c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Validate Gradle Wrapper
1414
uses: gradle/actions/wrapper-validation@v4
1515
- name: Setup Java
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
distribution: temurin
1919
java-version: 21

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Validate Gradle Wrapper
1414
uses: gradle/actions/wrapper-validation@v4
1515
- name: Setup Java
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
distribution: temurin
1919
java-version: 21

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v5
2424
- name: Setup Java
25-
uses: actions/setup-java@v4
25+
uses: actions/setup-java@v5
2626
with:
2727
distribution: temurin
2828
java-version: 21

Core/src/main/java/com/plotsquared/core/exception/PlotSquaredException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Internal use only. Used to allow adventure captions to be used in an exception
2626
*
27-
* @since TODO
27+
* @since 7.5.7
2828
*/
2929
public final class PlotSquaredException extends RuntimeException {
3030

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group = "com.intellectualsites.plotsquared"
23-
version = "7.5.7-SNAPSHOT"
23+
version = "7.5.8-SNAPSHOT"
2424

2525
if (!File("$rootDir/.git").exists()) {
2626
logger.lifecycle("""

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
paper = "1.20.4-R0.1-SNAPSHOT"
44
guice = "7.0.0"
55
spotbugs = "4.9.4"
6-
checkerqual = "3.49.5"
6+
checkerqual = "3.51.0"
77
gson = "2.10"
88
guava = "31.1-jre"
99
snakeyaml = "2.0"
@@ -13,7 +13,7 @@ log4j = "2.19.0"
1313

1414
# Plugins
1515
worldedit = "7.2.20"
16-
fawe = "2.13.1"
16+
fawe = "2.13.2"
1717
placeholderapi = "2.11.6"
1818
luckperms = "5.5"
1919
essentialsx = "2.21.2"

0 commit comments

Comments
 (0)