Skip to content

Bump the maven-dependencies group with 4 updates #1844

Bump the maven-dependencies group with 4 updates

Bump the maven-dependencies group with 4 updates #1844

Workflow file for this run

name: Pull Requests
on:
pull_request:
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
with:
java: 17
Build:
needs:
- CodeAudits
uses: evanchooly/workflows/.github/workflows/pull-request.yml@master
with:
java: 17