Skip to content

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.1 #181

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.1

build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.1 #181

Workflow file for this run

name: Pull request check
on:
pull_request:
jobs:
conventional-commits:
runs-on: ubuntu-latest
name: Check conventional commits
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
build:
name: Pull request check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout from Git
with:
fetch-depth: 0
- uses: actions/setup-java@v4
name: Setup Java
with:
distribution: 'temurin'
java-version: '11'
cache: maven
- name: Run tests
run: ./mvnw --no-transfer-progress verify