Skip to content

Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.16.0 #321

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

Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.16.0 #321

Workflow file for this run

name: CI (5.x)
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 5 * * *'
jobs:
CI-5_x-Java_11:
uses: ./.github/workflows/ci.yml
with:
branch: ${{ github.head_ref || github.ref_name }}
jdk: 11
secrets: inherit
CI-5_x-Java_17:
uses: ./.github/workflows/ci.yml
with:
branch: ${{ github.head_ref || github.ref_name }}
jdk: 17
secrets: inherit