File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5555 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5656 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5757 <module-name >${groupId} .${artifactId} </module-name >
58+ <io .cucumber.version>7.21.0</io .cucumber.version>
5859 <javadoc .failOnWarnings>true</javadoc .failOnWarnings>
5960 <!-- This is required for later correct replacement of surefireArgLine -->
6061 <!-- see surefire-java8 and surefire-java9+ profiles -->
189190 <dependency >
190191 <groupId >io.cucumber</groupId >
191192 <artifactId >cucumber-java</artifactId >
192- <version >7.21.1 </version >
193+ <version >${io.cucumber.version} </version >
193194 <scope >test</scope >
194195 </dependency >
195196
196197 <dependency >
197198 <groupId >io.cucumber</groupId >
198199 <artifactId >cucumber-junit-platform-engine</artifactId >
199- <version >7.21.1 </version >
200+ <version >${io.cucumber.version} </version >
200201 <scope >test</scope >
201202 </dependency >
202203
203204 <dependency >
204205 <groupId >io.cucumber</groupId >
205206 <artifactId >cucumber-picocontainer</artifactId >
206- <version >7.21.1 </version >
207+ <version >${io.cucumber.version} </version >
207208 <scope >test</scope >
208209 </dependency >
209210
You can’t perform that action at this time.
0 commit comments