Skip to content

Commit

Permalink
Update to the newest wrensec-parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Dec 30, 2022
1 parent b9db9c5 commit e783986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17]
java: [11, 17]
name: "Java ${{ matrix.java }} build"
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity</groupId>
<artifactId>wrensec-parent</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</parent>

<groupId>org.wrensecurity.wrenicf</groupId>
Expand Down

0 comments on commit e783986

Please sign in to comment.