|
4 | 4 |
|
5 | 5 | <groupId>com.zendesk</groupId> |
6 | 6 | <artifactId>maxwell</artifactId> |
7 | | - <version>1.39.2</version> |
| 7 | + <version>1.39.4</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>maxwell</name> |
|
225 | 225 | <version>0.6.0</version> |
226 | 226 | </dependency> |
227 | 227 |
|
228 | | - <!-- metrics --> |
229 | | - <dependency> |
230 | | - <groupId>io.dropwizard.metrics</groupId> |
231 | | - <artifactId>metrics-core</artifactId> |
232 | | - <version>4.1.17</version> |
233 | | - </dependency> |
234 | | - <dependency> |
235 | | - <groupId>io.dropwizard.metrics</groupId> |
236 | | - <artifactId>metrics-servlets</artifactId> |
237 | | - <version>4.1.17</version> |
238 | | - </dependency> |
239 | | - <dependency> |
240 | | - <groupId>io.dropwizard.metrics</groupId> |
241 | | - <artifactId>metrics-jmx</artifactId> |
242 | | - <version>4.1.17</version> |
243 | | - </dependency> |
244 | | - <dependency> |
245 | | - <groupId>org.eclipse.jetty</groupId> |
246 | | - <artifactId>jetty-server</artifactId> |
247 | | - <version>10.0.12</version> |
248 | | - </dependency> |
249 | | - <dependency> |
250 | | - <groupId>org.eclipse.jetty</groupId> |
251 | | - <artifactId>jetty-servlet</artifactId> |
252 | | - <version>10.0.12</version> |
253 | | - </dependency> |
254 | | - <dependency> |
255 | | - <groupId>com.viafoura</groupId> |
256 | | - <artifactId>metrics-datadog</artifactId> |
257 | | - <version>2.0.0-RC3</version> |
258 | | - </dependency> |
259 | | - <dependency> |
260 | | - <groupId>io.prometheus</groupId> |
261 | | - <artifactId>simpleclient_dropwizard</artifactId> |
262 | | - <version>0.9.0</version> |
263 | | - </dependency> |
264 | | - <dependency> |
265 | | - <groupId>io.prometheus</groupId> |
266 | | - <artifactId>simpleclient_servlet</artifactId> |
267 | | - <version>0.9.0</version> |
268 | | - </dependency> |
269 | | - <!-- OpenCensus used for pushing metrics to stackdriver --> |
270 | | - <dependency> |
271 | | - <groupId>io.opencensus</groupId> |
272 | | - <artifactId>opencensus-contrib-dropwizard</artifactId> |
273 | | - <version>${opencensus.version}</version> |
274 | | - </dependency> |
275 | | - <dependency> |
276 | | - <groupId>io.opencensus</groupId> |
277 | | - <artifactId>opencensus-api</artifactId> |
278 | | - <version>${opencensus.version}</version> |
279 | | - </dependency> |
280 | | - <dependency> |
281 | | - <groupId>io.opencensus</groupId> |
282 | | - <artifactId>opencensus-impl</artifactId> |
283 | | - <version>${opencensus.version}</version> |
284 | | - <scope>runtime</scope> |
285 | | - </dependency> |
286 | | - <dependency> |
287 | | - <groupId>io.opencensus</groupId> |
288 | | - <artifactId>opencensus-exporter-stats-stackdriver</artifactId> |
289 | | - <version>${opencensus.version}</version> |
290 | | - </dependency> |
291 | | - |
292 | 228 | <!-- producer libs --> |
293 | 229 | <dependency> |
294 | 230 | <groupId>com.google.cloud</groupId> |
|
338 | 274 | <dependency> |
339 | 275 | <groupId>com.google.cloud</groupId> |
340 | 276 | <artifactId>google-cloud-pubsub</artifactId> |
341 | | - <version>1.115.1</version> |
| 277 | + <version>1.120.24</version> |
342 | 278 | </dependency> |
343 | 279 | <dependency> |
344 | 280 | <groupId>io.nats</groupId> |
|
355 | 291 | <artifactId>jedis</artifactId> |
356 | 292 | <version>3.5.1</version> |
357 | 293 | </dependency> |
| 294 | + |
| 295 | + <!-- metrics --> |
| 296 | + <dependency> |
| 297 | + <groupId>io.dropwizard.metrics</groupId> |
| 298 | + <artifactId>metrics-core</artifactId> |
| 299 | + <version>4.1.17</version> |
| 300 | + </dependency> |
| 301 | + <dependency> |
| 302 | + <groupId>io.dropwizard.metrics</groupId> |
| 303 | + <artifactId>metrics-servlets</artifactId> |
| 304 | + <version>4.1.17</version> |
| 305 | + </dependency> |
| 306 | + <dependency> |
| 307 | + <groupId>io.dropwizard.metrics</groupId> |
| 308 | + <artifactId>metrics-jmx</artifactId> |
| 309 | + <version>4.1.17</version> |
| 310 | + </dependency> |
| 311 | + <dependency> |
| 312 | + <groupId>org.eclipse.jetty</groupId> |
| 313 | + <artifactId>jetty-server</artifactId> |
| 314 | + <version>10.0.12</version> |
| 315 | + </dependency> |
| 316 | + <dependency> |
| 317 | + <groupId>org.eclipse.jetty</groupId> |
| 318 | + <artifactId>jetty-servlet</artifactId> |
| 319 | + <version>10.0.12</version> |
| 320 | + </dependency> |
| 321 | + <dependency> |
| 322 | + <groupId>com.viafoura</groupId> |
| 323 | + <artifactId>metrics-datadog</artifactId> |
| 324 | + <version>2.0.0-RC3</version> |
| 325 | + </dependency> |
| 326 | + <dependency> |
| 327 | + <groupId>io.prometheus</groupId> |
| 328 | + <artifactId>simpleclient_dropwizard</artifactId> |
| 329 | + <version>0.9.0</version> |
| 330 | + </dependency> |
| 331 | + <dependency> |
| 332 | + <groupId>io.prometheus</groupId> |
| 333 | + <artifactId>simpleclient_servlet</artifactId> |
| 334 | + <version>0.9.0</version> |
| 335 | + </dependency> |
| 336 | + <!-- OpenCensus used for pushing metrics to stackdriver --> |
| 337 | + <dependency> |
| 338 | + <groupId>io.opencensus</groupId> |
| 339 | + <artifactId>opencensus-contrib-dropwizard</artifactId> |
| 340 | + <version>${opencensus.version}</version> |
| 341 | + </dependency> |
| 342 | + <dependency> |
| 343 | + <groupId>io.opencensus</groupId> |
| 344 | + <artifactId>opencensus-api</artifactId> |
| 345 | + <version>${opencensus.version}</version> |
| 346 | + </dependency> |
| 347 | + <dependency> |
| 348 | + <groupId>io.opencensus</groupId> |
| 349 | + <artifactId>opencensus-impl</artifactId> |
| 350 | + <version>${opencensus.version}</version> |
| 351 | + <scope>runtime</scope> |
| 352 | + </dependency> |
| 353 | + <dependency> |
| 354 | + <groupId>io.opencensus</groupId> |
| 355 | + <artifactId>opencensus-exporter-stats-stackdriver</artifactId> |
| 356 | + <version>${opencensus.version}</version> |
| 357 | + </dependency> |
358 | 358 |
|
359 | 359 | <!-- test --> |
360 | 360 | <dependency> |
|
0 commit comments