Skip to content

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

Bump org.json:json from 20230227 to 20231013

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

Workflow file for this run

name: Maven CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'
- name: Build with Maven
run: mvn package --file pom.xml