Skip to content

fix: upgrade org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 #143

fix: upgrade org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0

fix: upgrade org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 #143

Workflow file for this run

name: CI
on: [push]
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build
run: mvn install -DskipTests