Skip to content

Commit e2a6979

Browse files
committed
Update dependencies
1 parent 52b554b commit e2a6979

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# RandomSpawnPlus5
22

3-
🔀 A random spawn plugin for Minecraft 1.20
3+
🔀 A random spawn plugin for modern Minecraft version
44

5-
Native support 1.20
6-
7-
Support 1.8.x - 1.20.x (maybe?)
5+
Support 1.7.x - 1.20.x (maybe?)
86

97

108
## Contact

pom.xml

Lines changed: 6 additions & 6 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.8</version>
9+
<version>5.0.9</version>
1010
<packaging>jar</packaging>
1111

1212
<name>RandomSpawnPlus</name>
@@ -32,7 +32,7 @@
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-shade-plugin</artifactId>
35-
<version>3.4.1</version>
35+
<version>3.5.0</version>
3636
<configuration>
3737
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
3838
<relocations>
@@ -114,13 +114,13 @@
114114
<dependency>
115115
<groupId>io.papermc.paper</groupId>
116116
<artifactId>paper-api</artifactId>
117-
<version>1.20-R0.1-SNAPSHOT</version>
117+
<version>1.20.1-R0.1-SNAPSHOT</version>
118118
<scope>provided</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.apache.commons</groupId>
122122
<artifactId>commons-lang3</artifactId>
123-
<version>3.12.0</version>
123+
<version>3.13.0</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.projectlombok</groupId>
@@ -147,12 +147,12 @@
147147
<dependency>
148148
<groupId>com.github.cryptomorin</groupId>
149149
<artifactId>XSeries</artifactId>
150-
<version>9.3.1</version>
150+
<version>9.5.0</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>net.essentialsx</groupId>
154154
<artifactId>EssentialsX</artifactId>
155-
<version>2.20.0</version>
155+
<version>2.20.1</version>
156156
<scope>provided</scope>
157157
</dependency>
158158
<dependency>

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.8 #
3+
# Version 5.0.9 #
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.8 #
3+
# Version 5.0.9 #
44
# by @89apt89 & @Dreeam #
55
#############################
66

0 commit comments

Comments
 (0)