Skip to content

fix(deps): update dependency com.google.guava:guava to v33.1.0-jre #23

fix(deps): update dependency com.google.guava:guava to v33.1.0-jre

fix(deps): update dependency com.google.guava:guava to v33.1.0-jre #23

Workflow file for this run

---
name: Build Java PR
# yamllint disable-line rule:truthy
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml