Skip to content

Commit

Permalink
bumped spring boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-costea committed Feb 8, 2017
1 parent c991b14 commit da0119d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
A Cucumber-based integration test project, with Selenium page objects run by Spring Boot...

Uses:
- Spring Boot 1.4.2
- Spring Boot 1.5.1
- Selenium Server 3.0.1
- Cucumber 1.2.5
- Hamcrest 1.3

The whole description of the project can be found here:
https://tryingthings.wordpress.com/2016/12/19/cucumber-selenium-spring-boot/
The initial description of the project can be found here:
https://tryingthings.wordpress.com/2016/12/19/cucumber-selenium-spring-boot/
and the lessons learned part here:
https://tryingthings.wordpress.com/2017/02/08/part-2-cucumber-and-selenium/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>
<version>1.5.1.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit da0119d

Please sign in to comment.