Skip to content

[Snyk] Security upgrade org.springframework.security:spring-security-web from 5.8.12 to 6.0.0 #20

[Snyk] Security upgrade org.springframework.security:spring-security-web from 5.8.12 to 6.0.0

[Snyk] Security upgrade org.springframework.security:spring-security-web from 5.8.12 to 6.0.0 #20

Workflow file for this run

name: Verify
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11 ]
steps:
- uses: actions/checkout@v2
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B verify