|
52 | 52 | <hdrhistogram.version>2.1.11</hdrhistogram.version> |
53 | 53 | <metrics.version>4.0.5</metrics.version> |
54 | 54 | <native-protocol.version>1.4.6-SNAPSHOT</native-protocol.version> |
55 | | - <netty.version>4.1.34.Final</netty.version> |
| 55 | + <netty.version>4.1.38.Final</netty.version> |
56 | 56 | <slf4j.version>1.7.26</slf4j.version> |
57 | 57 | <!-- optional dependencies --> |
58 | | - <snappy.version>1.1.7.2</snappy.version> |
59 | | - <lz4.version>1.5.1</lz4.version> |
| 58 | + <snappy.version>1.1.7.3</snappy.version> |
| 59 | + <lz4.version>1.6.0</lz4.version> |
60 | 60 | <!-- test dependencies --> |
61 | | - <assertj.version>3.12.1</assertj.version> |
| 61 | + <assertj.version>3.13.1</assertj.version> |
62 | 62 | <commons-exec.version>1.3</commons-exec.version> |
63 | 63 | <junit.version>4.12</junit.version> |
64 | 64 | <logback.version>1.2.3</logback.version> |
65 | 65 | <pax-exam.version>4.12.0</pax-exam.version> |
66 | | - <simulacron.version>0.8.8</simulacron.version> |
| 66 | + <simulacron.version>0.8.9</simulacron.version> |
67 | 67 | <jsr353-api.version>1.0</jsr353-api.version> |
68 | 68 | <jersey.version>2.28</jersey.version> |
69 | 69 | <hk2.version>2.5.0</hk2.version> |
|
114 | 114 | <dependency> |
115 | 115 | <groupId>com.github.jnr</groupId> |
116 | 116 | <artifactId>jnr-ffi</artifactId> |
117 | | - <version>2.1.9</version> |
| 117 | + <version>2.1.10</version> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
120 | 120 | <groupId>org.xerial.snappy</groupId> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>com.github.jnr</groupId> |
131 | 131 | <artifactId>jnr-posix</artifactId> |
132 | | - <version>3.0.49</version> |
| 132 | + <version>3.0.50</version> |
133 | 133 | </dependency> |
134 | 134 | <dependency> |
135 | 135 | <groupId>io.dropwizard.metrics</groupId> |
|
179 | 179 | <dependency> |
180 | 180 | <groupId>org.mockito</groupId> |
181 | 181 | <artifactId>mockito-core</artifactId> |
182 | | - <version>2.25.0</version> |
| 182 | + <version>2.28.2</version> |
183 | 183 | </dependency> |
184 | 184 | <dependency> |
185 | 185 | <groupId>com.datastax.oss.simulacron</groupId> |
|
269 | 269 | <dependency> |
270 | 270 | <groupId>com.google.testing.compile</groupId> |
271 | 271 | <artifactId>compile-testing</artifactId> |
272 | | - <version>0.15</version> |
| 272 | + <version>0.18</version> |
273 | 273 | </dependency> |
274 | 274 | </dependencies> |
275 | 275 | </dependencyManagement> |
|
379 | 379 | <dependency> |
380 | 380 | <groupId>org.revapi</groupId> |
381 | 381 | <artifactId>revapi-java</artifactId> |
382 | | - <version>0.18.2</version> |
| 382 | + <version>0.19.1</version> |
383 | 383 | </dependency> |
384 | 384 | </dependencies> |
385 | 385 | </plugin> |
|
400 | 400 | <target>1.8</target> |
401 | 401 | <compilerArgs combine.children="override"> |
402 | 402 | <compilerArg>-Xep:FutureReturnValueIgnored:OFF</compilerArg> |
| 403 | + <compilerArg>-Xep:MockitoInternalUsage:OFF</compilerArg> |
| 404 | + <compilerArg>-XepExcludedPaths:.*/target/generated-sources/.*</compilerArg> |
| 405 | + <compilerArg>-XepExcludedPaths:.*/target/generated-test-sources/.*</compilerArg> |
403 | 406 | </compilerArgs> |
404 | 407 | <showWarnings>true</showWarnings> |
405 | 408 | <failOnWarning>true</failOnWarning> |
|
0 commit comments