Skip to content

Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.9.0 #330

Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.9.0

Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.9.0 #330

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # checkout tags so version in Manifest is set properly
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- name: Maven Install Dependencies
run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all -P docker-images
- name: Maven Test
run: ./mvnw install -B
- name: Integration test
run: ./mvnw install -B -pl benchto-it -P it