Skip to content

Commit e783986

Browse files
committed
Update to the newest wrensec-parent.
1 parent b9db9c5 commit e783986

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java: [8, 11, 17]
10+
java: [11, 17]
1111
name: "Java ${{ matrix.java }} build"
1212
steps:
1313
- uses: actions/checkout@v2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wrensecurity</groupId>
2323
<artifactId>wrensec-parent</artifactId>
24-
<version>3.3.0</version>
24+
<version>3.4.0</version>
2525
</parent>
2626

2727
<groupId>org.wrensecurity.wrenicf</groupId>

0 commit comments

Comments
 (0)