Skip to content

fix(deps): update spring core to v6 (major) - autoclosed #229

fix(deps): update spring core to v6 (major) - autoclosed

fix(deps): update spring core to v6 (major) - autoclosed #229

Workflow file for this run

---
name: Pull Request Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Zulu 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify