Skip to content

Commit c14a858

Browse files
committed
Update dependencies
1 parent 6ccfa1d commit c14a858

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
- name: Set up JDK 17
1212
uses: actions/setup-java@v3
1313
with:
14-
java-version: 17
14+
java-version: 19
1515
distribution: temurin
1616
cache: maven
1717
- name: Build with Maven
1818
run: mvn -B package --file pom.xml
1919
- name: Release RandomSpawnPlus5
2020
uses: marvinpinto/action-automatic-releases@latest
2121
with:
22-
title: "RandomSpawnPlus5 v5.0.6"
23-
automatic_release_tag: "5.0.6"
22+
title: "RandomSpawnPlus5 v5.0.7"
23+
automatic_release_tag: "5.0.7"
2424
repo_token: "${{ secrets.GITHUB_TOKEN }}"
2525
files: "target/*.jar"
2626
prerelease: false

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>systems.kscott</groupId>
88
<artifactId>randomspawnplus</artifactId>
9-
<version>5.0.6</version>
9+
<version>5.0.7</version>
1010
<packaging>jar</packaging>
1111

1212
<name>RandomSpawnPlus</name>
@@ -23,7 +23,7 @@
2323
<plugin>
2424
<groupId>org.apache.maven.plugins</groupId>
2525
<artifactId>maven-compiler-plugin</artifactId>
26-
<version>3.10.1</version>
26+
<version>3.11.0</version>
2727
<configuration>
2828
<source>${java.version}</source>
2929
<target>${java.version}</target>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>io.papermc</groupId>
125125
<artifactId>paperlib</artifactId>
126-
<version>1.0.7</version>
126+
<version>1.0.8</version>
127127
<scope>compile</scope>
128128
</dependency>
129129
<dependency>

src/main/java/systems/kscott/randomspawnplus/spawn/SpawnCacher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import systems.kscott.randomspawnplus.util.Locations;
1010

1111
import java.util.ArrayList;
12-
import java.util.Iterator;
1312
import java.util.List;
1413
import java.util.Random;
1514

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############################
22
# RandomSpawnPlus5 #
3-
# Version 5.0.6 #
3+
# Version 5.0.7 #
44
# by @89apt89 & @Dreeam #
55
#############################
66

src/main/resources/lang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#############################
22
# RandomSpawnPlus5 #
3-
# Version 5.0.6 #
3+
# Version 5.0.7 #
44
# by @89apt89 & @Dreeam #
55
#############################
66

0 commit comments

Comments
 (0)