Skip to content

fix: pom.xml to reduce vulnerabilities #604

fix: pom.xml to reduce vulnerabilities

fix: pom.xml to reduce vulnerabilities #604

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 9, 11 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Build with Maven
run: mvn test