Skip to content

Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /klab.authentication #471

Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /klab.authentication

Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /klab.authentication #471

Workflow file for this run

name: Build and test
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Java setup
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with maven
run: |
./mvnw -U clean install -DskipTests
./mvnw -pl :klab.ogc -pl :klab.node test -Dtest="*STAC*,Authentication*"