Commits

md_5 authored 63f80e2e7e8
Update depends to versions which have been soak tested in Spigot.

No breaking changes here.
No tags

pom.xml

Modified
73 73 </plugin>
74 74 </reportPlugins>
75 75 </configuration>
76 76 </plugin>
77 77 </plugins>
78 78 </build>
79 79 <dependencies>
80 80 <dependency>
81 81 <groupId>org.yaml</groupId>
82 82 <artifactId>snakeyaml</artifactId>
83 - <version>1.9</version>
83 + <version>1.14</version>
84 84 <type>jar</type>
85 85 <scope>compile</scope>
86 86 </dependency>
87 87 <dependency>
88 88 <groupId>com.googlecode.json-simple</groupId>
89 89 <artifactId>json-simple</artifactId>
90 90 <version>1.1.1</version>
91 91 <type>jar</type>
92 92 <scope>compile</scope>
93 93 </dependency>
94 94 <dependency>
95 95 <groupId>org.avaje</groupId>
96 96 <artifactId>ebean</artifactId>
97 - <version>2.7.3</version>
97 + <version>2.8.1</version>
98 98 <type>jar</type>
99 99 <scope>compile</scope>
100 100 </dependency>
101 101 <!-- Should be kept in sync with Minecraft -->
102 102 <dependency>
103 103 <groupId>com.google.guava</groupId>
104 104 <artifactId>guava</artifactId>
105 105 <version>17.0</version>
106 106 <type>jar</type>
107 107 <scope>compile</scope>
108 108 </dependency>
109 109 <dependency>
110 110 <groupId>commons-lang</groupId>
111 111 <artifactId>commons-lang</artifactId>
112 - <version>2.3</version>
112 + <version>2.6</version>
113 113 </dependency>
114 114
115 115 <!-- testing -->
116 116 <dependency>
117 117 <groupId>junit</groupId>
118 118 <artifactId>junit</artifactId>
119 - <version>4.11</version>
119 + <version>4.12</version>
120 120 <scope>test</scope>
121 121 </dependency>
122 122 <dependency>
123 123 <groupId>org.hamcrest</groupId>
124 124 <artifactId>hamcrest-library</artifactId>
125 125 <version>1.3</version>
126 126 <scope>test</scope>
127 127 </dependency>
128 128 </dependencies>
129 129 </project>

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

Add shortcut