Skip to content

[Snyk] Security upgrade org.springframework.boot:spring-boot-starter-web from 2.2.7.RELEASE to 2.5.15 #112

[Snyk] Security upgrade org.springframework.boot:spring-boot-starter-web from 2.2.7.RELEASE to 2.5.15

[Snyk] Security upgrade org.springframework.boot:spring-boot-starter-web from 2.2.7.RELEASE to 2.5.15 #112

Workflow file for this run

name: CI
on: pull_request
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Build and run unit tests
run: mvn test -f pom.xml