Skip to content

Commit

Permalink
Change version for karate
Browse files Browse the repository at this point in the history
  • Loading branch information
t-strecker committed Mar 8, 2021
1 parent 25a8b40 commit acfb496
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<modelmapper.version>2.3.9</modelmapper.version>
<test.container.version>1.15.2</test.container.version>
<jacoco.version>0.8.6</jacoco.version>
<karate.version>0.9.6</karate.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -88,13 +89,13 @@
<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-apache</artifactId>
<version>0.9.5</version>
<version>${karate.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-junit5</artifactId>
<version>0.9.6</version>
<version>${karate.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit acfb496

Please sign in to comment.