Skip to content

Bump commons-io:commons-io from 2.17.0 to 2.18.0 #192

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

Bump commons-io:commons-io from 2.17.0 to 2.18.0 #192

name: PSR Pull Request
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report