Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2 #249

Bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2

Bump com.github.tomakehurst:wiremock-jre8 from 2.35.1 to 2.35.2 #249

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- run: mvn -B verify