Skip to content

chore: Upgrade libraries to get rid of vulnerabilities #142

chore: Upgrade libraries to get rid of vulnerabilities

chore: Upgrade libraries to get rid of vulnerabilities #142

Workflow file for this run

name: CI
on: [ push ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Maven tests
run: mvn test
- name: Maven package
run: mvn package