Skip to content

Bump jackson.version from 2.17.2 to 2.18.0 #200

Bump jackson.version from 2.17.2 to 2.18.0

Bump jackson.version from 2.17.2 to 2.18.0 #200

name: RNS Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 19
uses: actions/setup-java@v4
with:
java-version: '19'
distribution: 'adopt'
- name: Make full build
run: make b
- name: Build and Test
run: make build-report