Skip to content

[Snyk] Security upgrade com.google.guava:guava from 24.1.1-jre to 32.0.0-jre #1913

[Snyk] Security upgrade com.google.guava:guava from 24.1.1-jre to 32.0.0-jre

[Snyk] Security upgrade com.google.guava:guava from 24.1.1-jre to 32.0.0-jre #1913

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: |
cd deploy-service
mvn package --file pom.xml