Skip to content

Commit

Permalink
chore: ⬆️ upgrade Karate 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlyautomatiza committed Aug 11, 2024
1 parent 85f429d commit 987fad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target
*.log
*.log
.vscode
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<java.version>17</java.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<karate.version>1.1.0</karate.version>
<karate.version>1.5.0</karate.version>
</properties>

<dependencies>
<dependency>
<groupId>com.intuit.karate</groupId>
<groupId>io.karatelabs</groupId>
<artifactId>karate-junit5</artifactId>
<version>${karate.version}</version>
<scope>test</scope>
Expand Down

0 comments on commit 987fad8

Please sign in to comment.