Skip to content

Commit 78a5a7b

Browse files
committed
Merge branch 'master' into develop
2 parents ba31f00 + a378ba4 commit 78a5a7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/jdk-compat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
website: jdk.java.net
1818
release: 21
1919
- name: cache maven packages
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: ~/.m2/repository
2323
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/maven-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: adopt
2020
java-version: 17
2121
- name: cache maven packages
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.m2/repository
2525
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

karate-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.jayway.jsonpath</groupId>
9494
<artifactId>json-path</artifactId>
95-
<version>2.8.0</version>
95+
<version>2.9.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>net.minidev</groupId>

0 commit comments

Comments
 (0)