Skip to content

Bump tools.jackson.core:jackson-databind from 3.1.3 to 3.2.1 #10

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

Bump tools.jackson.core:jackson-databind from 3.1.3 to 3.2.1 #10

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up JDK 17
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and test with Maven
run: mvn -B verify --file pom.xml