Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #183

Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0

Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 #183

Workflow file for this run

name: Run Checks
on: [push,pull_request,workflow_call]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Check with Gradle
run: ./gradlew check --continue