Skip to content

fix: upgrade commons-io:commons-io from 2.11.0 to 2.16.1 #1146

fix: upgrade commons-io:commons-io from 2.11.0 to 2.16.1

fix: upgrade commons-io:commons-io from 2.11.0 to 2.16.1 #1146

Workflow file for this run

name: Maven package
on: [push, pull_request]
jobs:
unittests:
runs-on: ubuntu-22.04
strategy:
matrix:
java-version: [11]
steps:
- uses: actions/checkout@v2
- name: Setup JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
- name: Run tests
run: |
mvn test
- name: Run package
run: |
mvn package