|
6 | 6 |
|
7 | 7 | <groupId>systems.kscott</groupId> |
8 | 8 | <artifactId>randomspawnplus</artifactId> |
9 | | - <version>5.0.8</version> |
| 9 | + <version>5.0.9</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>RandomSpawnPlus</name> |
|
32 | 32 | <plugin> |
33 | 33 | <groupId>org.apache.maven.plugins</groupId> |
34 | 34 | <artifactId>maven-shade-plugin</artifactId> |
35 | | - <version>3.4.1</version> |
| 35 | + <version>3.5.0</version> |
36 | 36 | <configuration> |
37 | 37 | <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation> |
38 | 38 | <relocations> |
|
114 | 114 | <dependency> |
115 | 115 | <groupId>io.papermc.paper</groupId> |
116 | 116 | <artifactId>paper-api</artifactId> |
117 | | - <version>1.20-R0.1-SNAPSHOT</version> |
| 117 | + <version>1.20.1-R0.1-SNAPSHOT</version> |
118 | 118 | <scope>provided</scope> |
119 | 119 | </dependency> |
120 | 120 | <dependency> |
121 | 121 | <groupId>org.apache.commons</groupId> |
122 | 122 | <artifactId>commons-lang3</artifactId> |
123 | | - <version>3.12.0</version> |
| 123 | + <version>3.13.0</version> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
126 | 126 | <groupId>org.projectlombok</groupId> |
|
147 | 147 | <dependency> |
148 | 148 | <groupId>com.github.cryptomorin</groupId> |
149 | 149 | <artifactId>XSeries</artifactId> |
150 | | - <version>9.3.1</version> |
| 150 | + <version>9.5.0</version> |
151 | 151 | </dependency> |
152 | 152 | <dependency> |
153 | 153 | <groupId>net.essentialsx</groupId> |
154 | 154 | <artifactId>EssentialsX</artifactId> |
155 | | - <version>2.20.0</version> |
| 155 | + <version>2.20.1</version> |
156 | 156 | <scope>provided</scope> |
157 | 157 | </dependency> |
158 | 158 | <dependency> |
|
0 commit comments