Skip to content

Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 #945

Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2

Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 #945

Workflow file for this run

name: Pull Requests
on:
pull_request:
paths-ignore:
- '.github/**'
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
needs:
- CodeAudits
uses: evanchooly/workflows/.github/workflows/pull-request.yml@master
with:
maven-flags: "-Dmongodb=6"