Skip to content

Commit

Permalink
Merge pull request #1516 from valfirst/upgrade-jbehave-dependencies
Browse files Browse the repository at this point in the history
Upgrade to JBehave 4.3 and jbehave-junit-runner 2.1.3
  • Loading branch information
matozoid committed Apr 17, 2018
2 parents 1b38d61 + 8005403 commit bb5e70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javaparser-core-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
<dependency>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-core</artifactId>
<version>4.1.2</version>
<version>4.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.valfirst</groupId>
<artifactId>jbehave-junit-runner</artifactId>
<version>2.1.0</version>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bb5e70c

Please sign in to comment.