We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f429d commit 987fad8Copy full SHA for 987fad8
.gitignore
@@ -1,2 +1,3 @@
1
target
2
-*.log
+*.log
3
+.vscode
pom.xml
@@ -12,12 +12,12 @@
12
<java.version>17</java.version>
13
<maven.compiler.version>3.8.1</maven.compiler.version>
14
<maven.surefire.version>2.22.2</maven.surefire.version>
15
- <karate.version>1.1.0</karate.version>
+ <karate.version>1.5.0</karate.version>
16
</properties>
17
18
<dependencies>
19
<dependency>
20
- <groupId>com.intuit.karate</groupId>
+ <groupId>io.karatelabs</groupId>
21
<artifactId>karate-junit5</artifactId>
22
<version>${karate.version}</version>
23
<scope>test</scope>
0 commit comments