|
38 | 38 | <properties> |
39 | 39 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
40 | 40 | <javaVersion>8</javaVersion> |
41 | | - <javadoc.version>3.5.0</javadoc.version> |
| 41 | + <javadoc.version>3.6.3</javadoc.version> |
42 | 42 | </properties> |
43 | 43 |
|
44 | 44 | <dependencyManagement> |
45 | 45 | <dependencies> |
46 | 46 | <dependency> |
47 | 47 | <groupId>io.cucumber</groupId> |
48 | 48 | <artifactId>cucumber-bom</artifactId> |
49 | | - <version>7.13.0</version> |
| 49 | + <version>7.14.1</version> |
50 | 50 | <type>pom</type> |
51 | 51 | <scope>import</scope> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>org.junit</groupId> |
55 | 55 | <artifactId>junit-bom</artifactId> |
56 | | - <version>5.10.0</version> |
| 56 | + <version>5.10.1</version> |
57 | 57 | <type>pom</type> |
58 | 58 | <scope>import</scope> |
59 | 59 | </dependency> |
|
108 | 108 | <artifactId>cucumber-junit</artifactId> |
109 | 109 | <scope>test</scope> |
110 | 110 | </dependency> |
111 | | - <dependency><!-- override the version under cloudant-client --> |
112 | | - <groupId>commons-codec</groupId> |
113 | | - <artifactId>commons-codec</artifactId> |
114 | | - <version>1.16.0</version> |
115 | | - </dependency> |
116 | 111 | <dependency> |
117 | 112 | <groupId>com.ibm.cloud</groupId> |
118 | 113 | <artifactId>cloudant</artifactId> |
119 | | - <version>0.5.4</version> |
| 114 | + <version>0.8.1</version> |
120 | 115 | </dependency> |
121 | 116 | </dependencies> |
122 | 117 |
|
|
126 | 121 | <plugins> |
127 | 122 | <plugin> |
128 | 123 | <artifactId>maven-clean-plugin</artifactId> |
129 | | - <version>3.3.1</version> |
| 124 | + <version>3.3.2</version> |
130 | 125 | </plugin> |
131 | 126 | <plugin> |
132 | 127 | <artifactId>maven-site-plugin</artifactId> |
133 | 128 | <version>3.12.1</version> |
134 | 129 | </plugin> |
135 | 130 | <plugin> |
136 | 131 | <artifactId>maven-project-info-reports-plugin</artifactId> |
137 | | - <version>3.4.5</version> |
| 132 | + <version>3.5.0</version> |
138 | 133 | </plugin> |
139 | 134 | <!-- see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> |
140 | 135 | <plugin> |
|
160 | 155 | </plugin> |
161 | 156 | <plugin> |
162 | 157 | <artifactId>maven-surefire-plugin</artifactId> |
163 | | - <version>3.1.2</version> |
| 158 | + <version>3.2.2</version> |
164 | 159 | <configuration> |
165 | 160 | <excludes> |
166 | 161 | <exclude>**/scenario/**</exclude> |
|
233 | 228 | <plugin> |
234 | 229 | <groupId>org.apache.maven.plugins</groupId> |
235 | 230 | <artifactId>maven-enforcer-plugin</artifactId> |
236 | | - <version>3.3.0</version> |
| 231 | + <version>3.4.1</version> |
237 | 232 | <executions> |
238 | 233 | <execution> |
239 | 234 | <id>enforce-version</id> |
|
329 | 324 | <plugin> |
330 | 325 | <groupId>org.apache.maven.plugins</groupId> |
331 | 326 | <artifactId>maven-checkstyle-plugin</artifactId> |
332 | | - <version>3.3.0</version> |
| 327 | + <version>3.3.1</version> |
333 | 328 | <configuration> |
334 | 329 | <configLocation>checkstyle.xml</configLocation> |
335 | 330 | <consoleOutput>true</consoleOutput> |
|
341 | 336 | <dependency> |
342 | 337 | <groupId>com.puppycrawl.tools</groupId> |
343 | 338 | <artifactId>checkstyle</artifactId> |
344 | | - <version>10.12.2</version> |
| 339 | + <version>10.12.5</version> |
345 | 340 | </dependency> |
346 | 341 | </dependencies> |
347 | 342 | <executions> |
|
364 | 359 | <plugin> |
365 | 360 | <groupId>org.owasp</groupId> |
366 | 361 | <artifactId>dependency-check-maven</artifactId> |
367 | | - <version>8.4.0</version> |
| 362 | + <version>9.0.2</version> |
368 | 363 | <configuration> |
369 | 364 | <skipProvidedScope>true</skipProvidedScope> |
370 | 365 | <skipTestScope>true</skipTestScope> |
|
373 | 368 | <suppressionFiles> |
374 | 369 | <suppressionFile>dependency-suppressions.xml</suppressionFile> |
375 | 370 | </suppressionFiles> |
| 371 | + <nvdApiKey>${env.NVD_API_KEY}</nvdApiKey> |
376 | 372 | </configuration> |
377 | 373 | <executions> |
378 | 374 | <execution> |
|
0 commit comments