Skip to content

Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 #109

Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0

Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0 #109

Workflow file for this run

name: PR build
on:
workflow_call:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Maven Action
uses: s4u/[email protected]
with:
java-distribution: 'temurin'
java-version: 17
maven-version: 3.9.9
cache-enabled: true
- name: Maven build
run: mvn --batch-mode --update-snapshots verify