Skip to content

[Snyk] Upgrade org.springframework.boot:spring-boot-starter-tomcat from 3.0.5 to 3.2.0 #935

[Snyk] Upgrade org.springframework.boot:spring-boot-starter-tomcat from 3.0.5 to 3.2.0

[Snyk] Upgrade org.springframework.boot:spring-boot-starter-tomcat from 3.0.5 to 3.2.0 #935

Workflow file for this run

name: compile
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B clean package --file pom.xml