Skip to content

Bump org.json:json from 20230227 to 20231013 #829

Bump org.json:json from 20230227 to 20231013

Bump org.json:json from 20230227 to 20231013 #829

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java 14
on:
push:
branches: [ v0.9-DEV ]
pull_request:
branches: [ v0.9-DEV ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 14
- name: Clean, install, and test
run: mvn clean install