Skip to content

Bump commons-io:commons-io from 2.11.0 to 2.17.0 #308

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

Bump commons-io:commons-io from 2.11.0 to 2.17.0 #308

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify