Skip to content

Bump com.google.guava:guava from 33.0.0-jre to 33.2.1-jre #200

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

Bump com.google.guava:guava from 33.0.0-jre to 33.2.1-jre #200

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- name: Build with Maven
run: mvn -B package verify --file pom.xml