Skip to content

Bump org.mozilla:rhino from 1.7.14 to 1.7.15 #111

Bump org.mozilla:rhino from 1.7.14 to 1.7.15

Bump org.mozilla:rhino from 1.7.14 to 1.7.15 #111

Workflow file for this run

name: Pull Request CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Maven build
run: ./mvnw -B install