|
43 | 43 |
|
44 | 44 | <properties>
|
45 | 45 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
46 |
| - <slf4j.version>1.7.25</slf4j.version> |
| 46 | + <slf4j.version>1.7.36</slf4j.version> |
47 | 47 | </properties>
|
48 | 48 |
|
49 | 49 | <distributionManagement>
|
|
182 | 182 | <dependency>
|
183 | 183 | <groupId>junit</groupId>
|
184 | 184 | <artifactId>junit</artifactId>
|
185 |
| - <version>4.13.1</version> |
| 185 | + <version>4.13.2</version> |
186 | 186 | <scope>test</scope>
|
187 | 187 | </dependency>
|
188 | 188 | <dependency>
|
189 | 189 | <groupId>com.googlecode.aviator</groupId>
|
190 | 190 | <artifactId>aviator</artifactId>
|
191 |
| - <version>5.3.0-beta2</version> |
| 191 | + <version>5.3.0</version> |
192 | 192 | </dependency>
|
| 193 | + |
193 | 194 | <dependency>
|
194 | 195 | <groupId>com.github.seancfoley</groupId>
|
195 | 196 | <artifactId>ipaddress</artifactId>
|
196 |
| - <version>4.2.0</version> |
| 197 | + <version>5.3.4</version> |
197 | 198 | </dependency>
|
198 | 199 | <dependency>
|
199 | 200 | <groupId>commons-io</groupId>
|
200 | 201 | <artifactId>commons-io</artifactId>
|
201 |
| - <version>2.7</version> |
| 202 | + <version>2.11.0</version> |
202 | 203 | </dependency>
|
203 | 204 | <dependency>
|
204 | 205 | <groupId>org.openjdk.jmh</groupId>
|
205 | 206 | <artifactId>jmh-core</artifactId>
|
206 |
| - <version>1.19</version> |
| 207 | + <version>1.34</version> |
207 | 208 | <scope>test</scope>
|
208 | 209 | </dependency>
|
209 | 210 | <dependency>
|
210 | 211 | <groupId>org.openjdk.jmh</groupId>
|
211 | 212 | <artifactId>jmh-generator-annprocess</artifactId>
|
212 |
| - <version>1.19</version> |
| 213 | + <version>1.34</version> |
213 | 214 | <scope>test</scope>
|
214 | 215 | </dependency>
|
215 | 216 | <dependency>
|
216 | 217 | <groupId>org.apache.commons</groupId>
|
217 | 218 | <artifactId>commons-csv</artifactId>
|
218 |
| - <version>1.8</version> |
| 219 | + <version>1.9.0</version> |
219 | 220 | </dependency>
|
220 | 221 | <dependency>
|
221 | 222 | <groupId>com.google.code.gson</groupId>
|
222 | 223 | <artifactId>gson</artifactId>
|
223 |
| - <version>2.8.9</version> |
| 224 | + <version>2.9.0</version> |
224 | 225 | </dependency>
|
| 226 | + |
225 | 227 | <dependency>
|
226 | 228 | <groupId>com.google.guava</groupId>
|
227 | 229 | <artifactId>guava</artifactId>
|
228 |
| - <version>19.0</version> |
| 230 | + <version>31.1-jre</version> |
229 | 231 | </dependency>
|
| 232 | + |
230 | 233 | </dependencies>
|
231 | 234 |
|
232 | 235 | </project>
|
0 commit comments