Skip to content

chore(deps): bump org.json:json from 20140107 to 20231013 in /machmeter #135

chore(deps): bump org.json:json from 20140107 to 20231013 in /machmeter

chore(deps): bump org.json:json from 20140107 to 20231013 in /machmeter #135

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: |
cd machmeter
mvn clean package -P assembly