Skip to content

Update xstream to 1.4.21 to fix CVE-2024-47072 #3

Update xstream to 1.4.21 to fix CVE-2024-47072

Update xstream to 1.4.21 to fix CVE-2024-47072 #3

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
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 with Maven
run: mvn -B verify
# - name: Codecov
# You may pin to the exact commit or the version.
# uses: codecov/codecov-action@1f8f3abcccf7960749744fd13547965f0e7d1bdd
# uses: codecov/[email protected]