Skip to content

Bump com.itextpdf:itextpdf from 5.5.10 to 5.5.13.3 in /api #15

Bump com.itextpdf:itextpdf from 5.5.10 to 5.5.13.3 in /api

Bump com.itextpdf:itextpdf from 5.5.10 to 5.5.13.3 in /api #15

Workflow file for this run

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