Skip to content

Bump com.fasterxml.jackson.core:jackson-databind from 2.18.6 to 2.18.9 #34

Bump com.fasterxml.jackson.core:jackson-databind from 2.18.6 to 2.18.9

Bump com.fasterxml.jackson.core:jackson-databind from 2.18.6 to 2.18.9 #34

Workflow file for this run

# Build validation
name: Build
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [17, 21, 25]
os: [ubuntu-latest]
distribution: [temurin]
steps:
- name: Maven Build
uses: wcm-io-devops/github-action-maven-build@v1
with:
java-version: ${{ matrix.java }}