Skip to content

Issue #1136 - Upgrade commons-io from 2.8.0 to 2.11.0 #3

Issue #1136 - Upgrade commons-io from 2.8.0 to 2.11.0

Issue #1136 - Upgrade commons-io from 2.8.0 to 2.11.0 #3

Workflow file for this run

name: Maven CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots package