Skip to content

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

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 #316

Workflow file for this run

name: RDF Delta Project CI
on:
push:
branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn -B verify --file pom.xml