Skip to content

Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#295) #957

Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#295)

Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#295) #957

Workflow file for this run

name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'zulu'
cache: maven
- name: Build, test, and install shared library
run: mvn install