Skip to content

Bump tools.jackson.core:jackson-databind from 3.1.3 to 3.1.4 #233

Bump tools.jackson.core:jackson-databind from 3.1.3 to 3.1.4

Bump tools.jackson.core:jackson-databind from 3.1.3 to 3.1.4 #233

Workflow file for this run

name: Test
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Run maven tests
run: mvn -B verify