Skip to content

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
java-version: ${{ matrix.java }}
1818
- name: Cache Maven packages
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: ~/.m2
2222
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</repositories>
9898

9999
<properties>
100-
<pgpVerifyKeysVersion>1.7.12</pgpVerifyKeysVersion>
100+
<pgpVerifyKeysVersion>1.8.3</pgpVerifyKeysVersion>
101101
<wrenBuildToolsVersion>1.2.0</wrenBuildToolsVersion>
102102

103103
<!-- Source code has to be Java 8 compliant (code base is not JPMS ready) -->

0 commit comments

Comments
 (0)