Skip to content

Bump commons-io:commons-io from 2.8.0 to 2.14.0 #43

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

Bump commons-io:commons-io from 2.8.0 to 2.14.0 #43

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up the JDK
uses: actions/setup-java@v2
with:
java-version: '22'
distribution: 'zulu'
cache: maven
- name: Test with Maven
run: mvn -B compile process-classes test --file pom.xml