Skip to content

Update dependency com.fasterxml.jackson.datatype:jackson-datatype-json-org to v2.15.3 #349

Update dependency com.fasterxml.jackson.datatype:jackson-datatype-json-org to v2.15.3

Update dependency com.fasterxml.jackson.datatype:jackson-datatype-json-org to v2.15.3 #349

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI/CD with Gradle
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon