Skip to content

Commit efb3cc6

Browse files
authored
Update dependency io.cucumber:cucumber-parent to v3.0.0 (#2555)
1 parent 35d42a1 commit efb3cc6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.cucumber</groupId>
55
<artifactId>cucumber-parent</artifactId>
6-
<version>2.3.2</version>
6+
<version>3.0.0</version>
77
</parent>
88
<artifactId>cucumber-jvm</artifactId>
99
<version>7.4.0-SNAPSHOT</version>
@@ -193,7 +193,6 @@
193193
<plugin>
194194
<groupId>org.commonjava.maven.plugins</groupId>
195195
<artifactId>directory-maven-plugin</artifactId>
196-
<version>1.0</version>
197196
<executions>
198197
<execution>
199198
<id>directories</id>
@@ -416,6 +415,13 @@
416415
<plugin>
417416
<groupId>org.apache.maven.plugins</groupId>
418417
<artifactId>maven-checkstyle-plugin</artifactId>
418+
<dependencies>
419+
<dependency>
420+
<groupId>com.puppycrawl.tools</groupId>
421+
<artifactId>checkstyle</artifactId>
422+
<version>10.1</version>
423+
</dependency>
424+
</dependencies>
419425
<configuration>
420426
<consoleOutput>true</consoleOutput>
421427
<failsOnError>true</failsOnError>

0 commit comments

Comments
 (0)