Commits

md_5 authored 33a62b95913
Revert "Update to SnakeYAML 1.21"

This reverts commit 17ee35ec62eb9128f8c45599f4e4939f9821e443.
No tags

pom.xml

Modified
66 66 <!-- bundled with Minecraft, should be kept in sync -->
67 67 <dependency>
68 68 <groupId>com.google.code.gson</groupId>
69 69 <artifactId>gson</artifactId>
70 70 <version>2.8.0</version>
71 71 <scope>compile</scope>
72 72 </dependency>
73 73 <dependency>
74 74 <groupId>org.yaml</groupId>
75 75 <artifactId>snakeyaml</artifactId>
76 - <version>1.21</version>
76 + <version>1.19</version>
77 77 <scope>compile</scope>
78 78 </dependency>
79 79 <!-- testing -->
80 80 <dependency>
81 81 <groupId>junit</groupId>
82 82 <artifactId>junit</artifactId>
83 83 <version>4.12</version>
84 84 <scope>test</scope>
85 85 </dependency>
86 86 <dependency>
143 143 <execution>
144 144 <phase>process-classes</phase>
145 145 <goals>
146 146 <goal>check</goal>
147 147 </goals>
148 148 </execution>
149 149 </executions>
150 150 <configuration>
151 151 <signature>
152 152 <groupId>org.codehaus.mojo.signature</groupId>
153 - <artifactId>java17</artifactId>
154 - <version>1.0</version>
153 + <artifactId>java16</artifactId>
154 + <version>1.1</version>
155 155 </signature>
156 156 </configuration>
157 157 </plugin>
158 158 </plugins>
159 159 </build>
160 160 </profile>
161 161 </profiles>
162 162 </project>

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

Add shortcut