Skip to content

Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre #2

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

Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Verify
uses: maveniverse/parent/.github/workflows/ci.yml@main
with:
maven-single-run: false
jdk-matrix: '[ "21", "8" ]'
maven-test: './mvnw clean verify -e -B -V'