Skip to content

Commit e966da1

Browse files
authored
Merge pull request #1 from mohitmun/bump_gauge_version
update gauge plugin version
2 parents 00f0778 + 9328469 commit e966da1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<plugin>
1414
<groupId>com.thoughtworks.gauge.maven</groupId>
1515
<artifactId>gauge-maven-plugin</artifactId>
16-
<version>1.1.0</version>
16+
<version>1.3.0</version>
1717
<executions>
1818
<execution>
1919
<id>test-chrome</id>
@@ -75,12 +75,12 @@
7575
<dependency>
7676
<groupId>com.thoughtworks.gauge</groupId>
7777
<artifactId>gauge-java</artifactId>
78-
<version>0.5.1</version>
78+
<version>0.6.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.seleniumhq.selenium</groupId>
8282
<artifactId>selenium-java</artifactId>
8383
<version>3.0.1</version>
8484
</dependency>
8585
</dependencies>
86-
</project>
86+
</project>

0 commit comments

Comments
 (0)