Skip to content

Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3 #55

Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3

Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3 #55

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode verify