Bump com.itextpdf:itextpdf from 5.5.10 to 5.5.13.3 in /api #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate PR | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build-test-package: | |
name: Build and Package | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up JDK 1.8 | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 1.8 | |
- name: Build and Package with Maven | |
run: ./mvnw --no-transfer-progress clean -U install |