Skip to content

Bump commons-io:commons-io from 2.11.0 to 2.14.0 #64

Bump commons-io:commons-io from 2.11.0 to 2.14.0

Bump commons-io:commons-io from 2.11.0 to 2.14.0 #64

Workflow file for this run

name: Build with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: 'maven'
- name: build jar
run: mvn -B package --file pom.xml