Skip to content

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #1011

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

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #1011

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java:
- 21
- 22
- 23
- 24-ea
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Maven Download
run: ./mvnw -V -B dependency:go-offline
- name: Maven Install
run: ./mvnw clean install -B -P ci