Skip to content

🪶 Bump com.google.guava:guava from 30.0-jre to 33.2.1-jre #12

🪶 Bump com.google.guava:guava from 30.0-jre to 33.2.1-jre

🪶 Bump com.google.guava:guava from 30.0-jre to 33.2.1-jre #12

Workflow file for this run

name: Java CI
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'temurin'
- name: Build with Maven
run: mvn -DskipTests=true --batch-mode --update-snapshots package