Skip to content

Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 #179

Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0

Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 #179

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🛠 Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: 📦 Build with Maven
run: mvn clean -B package jacoco:report --no-transfer-progress --file pom.xml
- name: 🚀 Coveralls Coverage Report Submission
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}