Skip to content

Update dependency org.springframework:spring-core to v5.3.27 [SECURITY] #80

Update dependency org.springframework:spring-core to v5.3.27 [SECURITY]

Update dependency org.springframework:spring-core to v5.3.27 [SECURITY] #80

Workflow file for this run

name: github
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 15 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- run: mvn -B install --no-transfer-progress --file pom.xml