Skip to content

build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jr… #16

build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jr…

build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jr… #16

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- run: mvn -B verify jacoco:report