Skip to content

Bump com.google.guava:guava from 29.0-jre to 33.2.1-jre #12

Bump com.google.guava:guava from 29.0-jre to 33.2.1-jre

Bump com.google.guava:guava from 29.0-jre to 33.2.1-jre #12

Workflow file for this run

name: Java CI with Maven
on:
push:
pull_request:
jobs:
BuildAndTest:
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 verify --file pom.xml -P ci