Skip to content

Bump com.github.spotbugs:spotbugs-annotations from 4.9.6 to 4.9.7 #2150

Bump com.github.spotbugs:spotbugs-annotations from 4.9.6 to 4.9.7

Bump com.github.spotbugs:spotbugs-annotations from 4.9.6 to 4.9.7 #2150

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java:
- 24
- 25
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Resolve all dependencies
run: ./mvnw -V -B clean install dependency:go-offline