Skip to content

chore(deps): bump com.networknt:json-schema-validator from 3.0.3 to 3.0.4 #123

chore(deps): bump com.networknt:json-schema-validator from 3.0.3 to 3.0.4

chore(deps): bump com.networknt:json-schema-validator from 3.0.3 to 3.0.4 #123

Workflow file for this run

name: Pullrequest Workflow
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
lfs: true
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Set up JDK 25
uses: actions/setup-java@v5
with:
java-version: '25'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./mvnw clean package verify