Skip to content

Bump com.google.guava:guava from 33.2.1-jre to 33.3.1-jre #197

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

Bump com.google.guava:guava from 33.2.1-jre to 33.3.1-jre #197

Workflow file for this run

name: Maven Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.17
- name: Build with Maven
run: mvn test -B -Dmatsim.preferLocalDtds=true