Skip to content

fix: pom.xml to reduce vulnerabilities #43

fix: pom.xml to reduce vulnerabilities

fix: pom.xml to reduce vulnerabilities #43

Workflow file for this run

name: CI
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run tests
run: mvn --batch-mode --update-snapshots verify