Skip to content

Commit 0f7eeee

Browse files
committed
Update dependencies
1 parent bc9374d commit 0f7eeee

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

pom.xml

Lines changed: 5 additions & 5 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.3</version>
9+
<version>5.0.4</version>
1010
<packaging>jar</packaging>
1111

1212
<name>RandomSpawnPlus</name>
@@ -99,9 +99,9 @@
9999
<scope>provided</scope>
100100
</dependency>
101101
<dependency>
102-
<groupId>commons-io</groupId>
103-
<artifactId>commons-io</artifactId>
104-
<version>2.11.0</version>
102+
<groupId>org.apache.commons</groupId>
103+
<artifactId>commons-lang3</artifactId>
104+
<version>3.12.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.projectlombok</groupId>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>com.github.MilkBowl</groupId>
137137
<artifactId>VaultAPI</artifactId>
138-
<version>1.7</version>
138+
<version>1.7.1</version>
139139
<scope>provided</scope>
140140
</dependency>
141141
</dependencies>

src/main/java/systems/kscott/randomspawnplus/util/XMaterial.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
import com.google.common.base.Enums;
2626
import com.google.common.cache.Cache;
2727
import com.google.common.cache.CacheBuilder;
28-
import org.apache.commons.lang.StringUtils;
29-
import org.apache.commons.lang.Validate;
30-
import org.apache.commons.lang.WordUtils;
28+
import org.apache.commons.lang3.StringUtils;
29+
import org.apache.commons.lang3.Validate;
30+
import org.apache.commons.lang3.text.WordUtils;
3131
import org.bukkit.Bukkit;
3232
import org.bukkit.Material;
3333
import org.bukkit.inventory.ItemStack;

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

0 commit comments

Comments
 (0)