Commits
md_5 authored a865e5935e2
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.18</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> |