Skip to content

Bump com.fasterxml.jackson.core:jackson-annotations #382

Bump com.fasterxml.jackson.core:jackson-annotations

Bump com.fasterxml.jackson.core:jackson-annotations #382

Workflow file for this run

name: github
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
- run: mvn -B install --no-transfer-progress --file pom.xml