File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
java/systems/kscott/randomspawnplus/util Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 2525import com .google .common .base .Enums ;
2626import com .google .common .cache .Cache ;
2727import 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 ;
3131import org .bukkit .Bukkit ;
3232import org .bukkit .Material ;
3333import org .bukkit .inventory .ItemStack ;
Original file line number Diff line number Diff line change 11# ############################
22# RandomSpawnPlus5 #
3- # Version 5.0.3 #
3+ # Version 5.0.4 #
44# by @89apt89 & @Dreeam #
55# ############################
66
Original file line number Diff line number Diff line change 11# ############################
22# RandomSpawnPlus5 #
3- # Version 5.0.3 #
3+ # Version 5.0.4 #
44# by @89apt89 & @Dreeam #
55# ############################
66
You can’t perform that action at this time.
0 commit comments