|
17 | 17 | <avro.version>1.11.0</avro.version> |
18 | 18 | <jackson.version>2.12.5</jackson.version> |
19 | 19 | <typesafe.logging.version>3.9.4</typesafe.logging.version> |
20 | | - <slf4j.simple.version>1.7.32</slf4j.simple.version> |
| 20 | + <slf4j.simple.version>1.7.36</slf4j.simple.version> |
21 | 21 | <!-- test dependency versions --> |
22 | 22 | <scalatest.version>3.2.10</scalatest.version> |
23 | 23 | <scalatestplus.version>1.0.0-M2</scalatestplus.version> |
24 | | - <mockito.version>4.1.0</mockito.version> |
| 24 | + <mockito.version>4.3.1</mockito.version> |
25 | 25 | <gpg.skip>true</gpg.skip> |
26 | 26 | </properties> |
27 | 27 | <licenses> |
|
169 | 169 | <plugin> |
170 | 170 | <groupId>net.alchim31.maven</groupId> |
171 | 171 | <artifactId>scala-maven-plugin</artifactId> |
172 | | - <version>4.5.4</version> |
| 172 | + <version>4.5.6</version> |
173 | 173 | <executions> |
174 | 174 | <execution> |
175 | 175 | <id>scala-compile-first</id> |
|
232 | 232 | <compilerPlugin> |
233 | 233 | <groupId>org.scalameta</groupId> |
234 | 234 | <artifactId>semanticdb-scalac_${scala.version}</artifactId> |
235 | | - <version>4.4.30</version> |
| 235 | + <version>4.4.35</version> |
236 | 236 | </compilerPlugin> |
237 | 237 | </compilerPlugins> |
238 | 238 | </configuration> |
239 | 239 | </plugin> |
240 | 240 | <plugin> |
241 | 241 | <groupId>org.apache.maven.plugins</groupId> |
242 | 242 | <artifactId>maven-compiler-plugin</artifactId> |
243 | | - <version>3.8.1</version> |
| 243 | + <version>3.10.0</version> |
244 | 244 | <configuration> |
245 | 245 | <source>${java.version}</source> |
246 | 246 | <target>${java.version}</target> |
|
314 | 314 | <plugin> |
315 | 315 | <groupId>org.codehaus.mojo</groupId> |
316 | 316 | <artifactId>versions-maven-plugin</artifactId> |
317 | | - <version>2.8.1</version> |
| 317 | + <version>2.9.0</version> |
318 | 318 | <executions> |
319 | 319 | <execution> |
320 | 320 | <phase>package</phase> |
|
331 | 331 | <plugin> |
332 | 332 | <groupId>org.sonatype.ossindex.maven</groupId> |
333 | 333 | <artifactId>ossindex-maven-plugin</artifactId> |
334 | | - <version>3.1.0</version> |
| 334 | + <version>3.2.0</version> |
335 | 335 | <executions> |
336 | 336 | <execution> |
337 | 337 | <phase>package</phase> |
|
364 | 364 | <plugin> |
365 | 365 | <groupId>org.itsallcode</groupId> |
366 | 366 | <artifactId>openfasttrace-maven-plugin</artifactId> |
367 | | - <version>1.2.0</version> |
| 367 | + <version>1.4.0</version> |
368 | 368 | <executions> |
369 | 369 | <execution> |
370 | 370 | <id>trace-requirements</id> |
|
442 | 442 | <plugin> |
443 | 443 | <groupId>org.apache.maven.plugins</groupId> |
444 | 444 | <artifactId>maven-javadoc-plugin</artifactId> |
445 | | - <version>3.3.1</version> |
| 445 | + <version>3.3.2</version> |
446 | 446 | <executions> |
447 | 447 | <execution> |
448 | 448 | <id>attach-javadocs</id> |
|
463 | 463 | <plugin> |
464 | 464 | <groupId>io.github.zlika</groupId> |
465 | 465 | <artifactId>reproducible-build-maven-plugin</artifactId> |
466 | | - <version>0.14</version> |
| 466 | + <version>0.15</version> |
467 | 467 | <executions> |
468 | 468 | <execution> |
469 | 469 | <id>strip-jar</id> |
|
477 | 477 | <plugin> |
478 | 478 | <groupId>com.exasol</groupId> |
479 | 479 | <artifactId>error-code-crawler-maven-plugin</artifactId> |
480 | | - <version>0.7.1</version> |
| 480 | + <version>1.0.0</version> |
481 | 481 | <executions> |
482 | 482 | <execution> |
483 | 483 | <goals> |
|
530 | 530 | <plugin> |
531 | 531 | <groupId>org.scoverage</groupId> |
532 | 532 | <artifactId>scoverage-maven-plugin</artifactId> |
533 | | - <version>1.4.1</version> |
| 533 | + <version>1.4.11</version> |
534 | 534 | <configuration> |
535 | 535 | <scalaVersion>${scala.version}</scalaVersion> |
536 | 536 | <aggregate>true</aggregate> |
|
563 | 563 | <plugin> |
564 | 564 | <groupId>com.diffplug.spotless</groupId> |
565 | 565 | <artifactId>spotless-maven-plugin</artifactId> |
566 | | - <version>2.17.4</version> |
| 566 | + <version>2.20.2</version> |
567 | 567 | <configuration> |
568 | 568 | <scala> |
569 | 569 | <scalafmt> |
|
582 | 582 | <plugin> |
583 | 583 | <groupId>io.github.evis</groupId> |
584 | 584 | <artifactId>scalafix-maven-plugin_${scala.compat.version}</artifactId> |
585 | | - <version>0.1.4_0.9.31</version> |
| 585 | + <version>0.1.4_0.9.33</version> |
586 | 586 | <dependencies> |
587 | 587 | <dependency> |
588 | 588 | <groupId>com.github.liancheng</groupId> |
|
592 | 592 | <dependency> |
593 | 593 | <groupId>com.github.vovapolu</groupId> |
594 | 594 | <artifactId>scaluzzi_${scala.compat.version}</artifactId> |
595 | | - <version>0.1.20</version> |
| 595 | + <version>0.1.21</version> |
596 | 596 | </dependency> |
597 | 597 | </dependencies> |
598 | 598 | <configuration> |
|
612 | 612 | </plugin> |
613 | 613 | <plugin> |
614 | 614 | <artifactId>maven-jar-plugin</artifactId> |
615 | | - <version>3.2.0</version> |
| 615 | + <version>3.2.2</version> |
616 | 616 | </plugin> |
617 | 617 | <plugin> |
618 | 618 | <artifactId>maven-resources-plugin</artifactId> |
619 | 619 | <version>3.2.0</version> |
620 | 620 | </plugin> |
621 | 621 | <plugin> |
622 | 622 | <artifactId>maven-site-plugin</artifactId> |
623 | | - <version>3.9.1</version> |
| 623 | + <version>3.11.0</version> |
624 | 624 | </plugin> |
625 | 625 | </plugins> |
626 | 626 | </pluginManagement> |
|
632 | 632 | <activeByDefault>true</activeByDefault> |
633 | 633 | </activation> |
634 | 634 | <properties> |
635 | | - <scala.version>2.13.6</scala.version> |
| 635 | + <scala.version>2.13.8</scala.version> |
636 | 636 | <scala.compat.version>2.13</scala.compat.version> |
637 | 637 | </properties> |
638 | 638 | </profile> |
|
0 commit comments