File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Core/src/main/java/com/plotsquared/core/exception Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 */
2929public final class PlotSquaredException extends RuntimeException {
3030
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020}
2121
2222group = " com.intellectualsites.plotsquared"
23- version = " 7.5.7 -SNAPSHOT"
23+ version = " 7.5.8 -SNAPSHOT"
2424
2525if (! File (" $rootDir /.git" ).exists()) {
2626 logger.lifecycle("""
Original file line number Diff line number Diff line change 33paper = " 1.20.4-R0.1-SNAPSHOT"
44guice = " 7.0.0"
55spotbugs = " 4.9.4"
6- checkerqual = " 3.49.5 "
6+ checkerqual = " 3.51.0 "
77gson = " 2.10"
88guava = " 31.1-jre"
99snakeyaml = " 2.0"
@@ -13,7 +13,7 @@ log4j = "2.19.0"
1313
1414# Plugins
1515worldedit = " 7.2.20"
16- fawe = " 2.13.1 "
16+ fawe = " 2.13.2 "
1717placeholderapi = " 2.11.6"
1818luckperms = " 5.5"
1919essentialsx = " 2.21.2"
You can’t perform that action at this time.
0 commit comments