Skip to content

Bump jackson.version from 2.14.0 to 2.16.1 #42

Bump jackson.version from 2.14.0 to 2.16.1

Bump jackson.version from 2.14.0 to 2.16.1 #42

Workflow file for this run

name: CI + Coverage Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Krill
# Reference the major version of a release
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build and install Krill
run: mvn install