Skip to content

Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 #111

Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0

Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 #111

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
cache: 'maven'
- name: Build with Maven
run: mvn -B -q -ff test --file pom.xml