Commits

md_5 authored 0994345029c
Update SnakeYAML version
No tags

pom.xml

Modified
41 41 <!-- bundled with Minecraft, should be kept in sync -->
42 42 <dependency>
43 43 <groupId>com.google.code.gson</groupId>
44 44 <artifactId>gson</artifactId>
45 45 <version>2.8.9</version>
46 46 <scope>compile</scope>
47 47 </dependency>
48 48 <dependency>
49 49 <groupId>org.yaml</groupId>
50 50 <artifactId>snakeyaml</artifactId>
51 - <version>1.32</version>
51 + <version>1.33</version>
52 52 <scope>compile</scope>
53 53 </dependency>
54 54 <!-- not part of the API proper -->
55 55 <dependency>
56 56 <groupId>org.apache.maven</groupId>
57 57 <artifactId>maven-resolver-provider</artifactId>
58 58 <version>3.8.5</version>
59 59 <scope>provided</scope>
60 60 </dependency>
61 61 <dependency>

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

Add shortcut