Commits

md_5 authored 85b16b8a5f0
Update to Minecraft 1.16.5
No tags

pom.xml

Modified
1 1
2 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 4 <modelVersion>4.0.0</modelVersion>
5 5
6 6 <groupId>org.bukkit</groupId>
7 7 <artifactId>bukkit</artifactId>
8 - <version>1.16.4-R0.1-SNAPSHOT</version>
8 + <version>1.16.5-R0.1-SNAPSHOT</version>
9 9 <packaging>jar</packaging>
10 10
11 11 <name>Bukkit</name>
12 12 <url>https://www.spigotmc.org/</url>
13 13 <description>A plugin API for Minecraft servers.</description>
14 14
15 15 <properties>
16 16 <skipTests>true</skipTests>
17 17 <maven.compiler.source>1.8</maven.compiler.source>
18 18 <maven.compiler.target>1.8</maven.compiler.target>
67 67 <!-- bundled with Minecraft, should be kept in sync -->
68 68 <dependency>
69 69 <groupId>com.google.code.gson</groupId>
70 70 <artifactId>gson</artifactId>
71 71 <version>2.8.0</version>
72 72 <scope>compile</scope>
73 73 </dependency>
74 74 <dependency>
75 75 <groupId>org.yaml</groupId>
76 76 <artifactId>snakeyaml</artifactId>
77 - <version>1.26</version>
77 + <version>1.27</version>
78 78 <scope>compile</scope>
79 79 </dependency>
80 80 <!-- annotations -->
81 81 <dependency>
82 82 <groupId>org.jetbrains</groupId>
83 83 <artifactId>annotations-java5</artifactId>
84 - <version>19.0.0</version>
84 + <version>20.1.0</version>
85 85 <scope>provided</scope>
86 86 </dependency>
87 87 <!-- testing -->
88 88 <dependency>
89 89 <groupId>junit</groupId>
90 90 <artifactId>junit</artifactId>
91 91 <version>4.13.1</version>
92 92 <scope>test</scope>
93 93 </dependency>
94 94 <dependency>
95 95 <groupId>org.hamcrest</groupId>
96 96 <artifactId>hamcrest-library</artifactId>
97 97 <version>1.3</version>
98 98 <scope>test</scope>
99 99 </dependency>
100 100 <dependency>
101 101 <groupId>org.ow2.asm</groupId>
102 102 <artifactId>asm-tree</artifactId>
103 - <version>8.0.1</version>
103 + <version>9.0</version>
104 104 <scope>test</scope>
105 105 </dependency>
106 106 </dependencies>
107 107
108 108 <build>
109 109 <plugins>
110 110 <plugin>
111 111 <groupId>net.md-5</groupId>
112 112 <artifactId>scriptus</artifactId>
113 113 <version>0.4.1</version>
131 131 <dependencies>
132 132 <!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
133 133 <dependency>
134 134 <groupId>org.codehaus.plexus</groupId>
135 135 <artifactId>plexus-compiler-eclipse</artifactId>
136 136 <version>2.8.5-spigotmc</version>
137 137 </dependency>
138 138 <dependency>
139 139 <groupId>org.eclipse.jdt</groupId>
140 140 <artifactId>ecj</artifactId>
141 - <version>3.22.0</version>
141 + <version>3.24.0</version>
142 142 </dependency>
143 143 </dependencies>
144 144 </plugin>
145 145 <plugin>
146 146 <groupId>org.apache.maven.plugins</groupId>
147 147 <artifactId>maven-jar-plugin</artifactId>
148 148 <version>3.2.0</version>
149 149 <configuration>
150 150 <archive>
151 151 <manifest>
182 182 <shadedArtifactAttached>true</shadedArtifactAttached>
183 183 </configuration>
184 184 </plugin>
185 185 <plugin>
186 186 <groupId>org.apache.maven.plugins</groupId>
187 187 <artifactId>maven-javadoc-plugin</artifactId>
188 188 <version>3.2.0</version>
189 189 <configuration>
190 190 <links>
191 191 <link>https://guava.dev/releases/21.0/api/docs/</link>
192 - <link>https://javadoc.io/doc/org.yaml/snakeyaml/1.26/</link>
193 - <link>https://javadoc.io/doc/org.jetbrains/annotations-java5/19.0.0/</link>
192 + <link>https://javadoc.io/doc/org.yaml/snakeyaml/1.27/</link>
193 + <link>https://javadoc.io/doc/org.jetbrains/annotations-java5/20.1.0/</link>
194 194 </links>
195 195 </configuration>
196 196 </plugin>
197 197 </plugins>
198 198 </build>
199 199
200 200 <profiles>
201 201 <profile>
202 202 <id>development</id>
203 203 <properties>
218 218 </execution>
219 219 </executions>
220 220 <configuration>
221 221 <configLocation>checkstyle.xml</configLocation>
222 222 <includeTestSourceDirectory>true</includeTestSourceDirectory>
223 223 </configuration>
224 224 <dependencies>
225 225 <dependency>
226 226 <groupId>com.puppycrawl.tools</groupId>
227 227 <artifactId>checkstyle</artifactId>
228 - <version>8.36.2</version>
228 + <version>8.39</version>
229 229 </dependency>
230 230 </dependencies>
231 231 </plugin>
232 232 <plugin>
233 233 <groupId>org.codehaus.mojo</groupId>
234 234 <artifactId>animal-sniffer-maven-plugin</artifactId>
235 235 <version>1.19</version>
236 236 <executions>
237 237 <execution>
238 238 <phase>process-classes</phase>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut