Skip to content

Bump org.apache.commons:commons-text from 1.8 to 1.10.0 #203

Bump org.apache.commons:commons-text from 1.8 to 1.10.0

Bump org.apache.commons:commons-text from 1.8 to 1.10.0 #203

Workflow file for this run

name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Latex dependencies
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
texlive texlive-latex-extra texlive-luatex texlive-xetex texlive-lang-european -y
- name: Build with Maven
run: mvn -B package --file pom.xml