Skip to content

chore(deps): bump commons-io:commons-io from 2.7 to 2.14.0 #13

chore(deps): bump commons-io:commons-io from 2.7 to 2.14.0

chore(deps): bump commons-io:commons-io from 2.7 to 2.14.0 #13

Workflow file for this run

name: Build job
on: push
jobs:
test:
name: Test - Units & Integrations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: 'temurin'
cache: maven
- name: Maven test
run: mvn test -B