Skip to content

Commit b84a6f7

Browse files
committed
1 parent 2c629f5 commit b84a6f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wrensecurity</groupId>
2424
<artifactId>wrensec-parent</artifactId>
25-
<version>4.0.0</version>
25+
<version>4.0.2</version>
2626
<relativePath />
2727
</parent>
2828

@@ -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)