Skip to content

Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.1.0 #327

Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.1.0

Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.1.0 #327

name: "Build and Test"
on:
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
timeout-minutes: 130
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.5.0
- name: Set up JDK 11
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Apache Maven
run: mvn -U clean install -Djava.awt.headless=true -fae -B
env:
MAVEN_OPTS: "-Xmx1024M"