|
51 | 51 | <kafka.version>6.0.0-ccs-SNAPSHOT</kafka.version> |
52 | 52 | <ce.kafka.version>6.0.0-ce-SNAPSHOT</ce.kafka.version> |
53 | 53 | <easymock.version>4.0.1</easymock.version> |
| 54 | + <!-- keep exec-maven-plugin on 1.5.0 until https://github.com/mojohaus/exec-maven-plugin/issues/76 is fixed |
| 55 | + running our LicenseFinder plugin in create-licenses-for-docker breaks when upgrading to 1.6.0 --> |
54 | 56 | <exec-maven-plugin.version>1.5.0</exec-maven-plugin.version> |
55 | | - <spotbugs.version>3.1.12</spotbugs.version> |
56 | | - <spotbugs.maven.plugin.version>3.1.12</spotbugs.maven.plugin.version> |
| 57 | + <spotbugs.version>4.0.2</spotbugs.version> |
| 58 | + <spotbugs.maven.plugin.version>4.0.0</spotbugs.maven.plugin.version> |
57 | 59 | <java.version>8</java.version> |
58 | 60 | <jackson.version>2.10.2</jackson.version> |
59 | 61 | <jackson.bom.version>2.10.2.20200130</jackson.bom.version> |
|
66 | 68 | <scala.version>2.13.2</scala.version> |
67 | 69 | <licenses.version>${confluent.version}</licenses.version> |
68 | 70 | <maven-assembly.version>3.0.0</maven-assembly.version> |
69 | | - <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version> |
70 | | - <maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version> |
71 | | - <maven-deploy.version>2.8.2</maven-deploy.version> |
72 | | - <maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version> |
73 | | - <maven-jar-plugin.version>3.0.2</maven-jar-plugin.version> |
| 71 | + <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
| 72 | + <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
| 73 | + <maven-deploy.version>3.0.0-M1</maven-deploy.version> |
| 74 | + <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version> |
| 75 | + <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
74 | 76 | <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
75 | | - <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version> |
76 | | - <maven-site-plugin.version>3.7.1</maven-site-plugin.version> |
| 77 | + <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> |
| 78 | + <maven-site-plugin.version>3.9.0</maven-site-plugin.version> |
77 | 79 | <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version> |
78 | 80 | <mbknor-jackson-jsonschema.version>1.0.39</mbknor-jackson-jsonschema.version> |
79 | 81 | <buildnumber-plugin.version>1.4</buildnumber-plugin.version> |
80 | 82 | <mockito.version>2.23.0</mockito.version> |
81 | 83 | <mockito-all.version>1.10.19</mockito-all.version> |
82 | | - <os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version> |
| 84 | + <os-maven-plugin.version>1.6.2</os-maven-plugin.version> |
83 | 85 | <slf4j-api.version>${slf4j.version}</slf4j-api.version> |
84 | 86 | <jaxb.version>2.3.0</jaxb.version> |
85 | 87 | <hamcrest.version>1.3</hamcrest.version> |
|
90 | 92 | <zookeeper.version>3.5.8</zookeeper.version> |
91 | 93 | <bouncycastle.version>1.60</bouncycastle.version> |
92 | 94 | <checkstyle.version>8.18</checkstyle.version> |
93 | | - <maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version> |
94 | | - <maven-clean-plugin.version>3.0.0</maven-clean-plugin.version> |
95 | | - <maven-install-plugin.version>2.5.2</maven-install-plugin.version> |
96 | | - <maven-resources-plugin.version>3.0.2</maven-resources-plugin.version> |
| 95 | + <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version> |
| 96 | + <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
| 97 | + <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version> |
| 98 | + <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version> |
97 | 99 | <checkstyle.config.location>checkstyle/checkstyle.xml</checkstyle.config.location> |
98 | 100 | <checkstyle.suppressions.location>checkstyle/common-suppressions.xml</checkstyle.suppressions.location> |
99 | 101 | <dependency.check.version>5.2.4</dependency.check.version> |
|
425 | 427 | <configuration> |
426 | 428 | <configLocation>${checkstyle.config.location}</configLocation> |
427 | 429 | <suppressionsLocation>${checkstyle.suppressions.location}</suppressionsLocation> |
428 | | - <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 430 | + <sourceDirectories> |
| 431 | + <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 432 | + </sourceDirectories> |
429 | 433 | <encoding>UTF-8</encoding> |
430 | 434 | <consoleOutput>true</consoleOutput> |
431 | 435 | <failsOnError>true</failsOnError> |
|
844 | 848 | <configuration> |
845 | 849 | <configLocation>${checkstyle.config.location}</configLocation> |
846 | 850 | <suppressionsLocation>${checkstyle.suppressions.location}</suppressionsLocation> |
847 | | - <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 851 | + <sourceDirectories> |
| 852 | + <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> |
| 853 | + </sourceDirectories> |
848 | 854 | <encoding>UTF-8</encoding> |
849 | 855 | <consoleOutput>true</consoleOutput> |
850 | 856 | <failsOnError>false</failsOnError> |
|
0 commit comments