Skip to content

Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre #184

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

Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre #184

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: maven
- name: Run Integration Tests
run: mvn clean test -P errorprone