Skip to content

Commit

Permalink
Bumped WireMockk version to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leeturner committed Jul 24, 2024
1 parent 68574ec commit 7bcde1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ compress_html:
ignore:
envs: development

wiremock_version: 3.9.0
wiremock_version: 3.9.1
wiremock_baseline: 3.x
pageEditPrefix: https://github.com/wiremock/wiremock.org/edit/main/

Expand Down
2 changes: 1 addition & 1 deletion assets/js/wiremock-admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "WireMock",
"version": "3.9.0",
"version": "3.9.1",
"description": "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
},
"servers": [
Expand Down
2 changes: 1 addition & 1 deletion swagger/wiremock-admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.0",
"info": {
"title": "WireMock",
"version": "3.9.0",
"version": "3.9.1",
"description": "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
},
"externalDocs": {
Expand Down
2 changes: 1 addition & 1 deletion swagger/wiremock-admin-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: WireMock
version: 3.9.0
version: 3.9.1
description: "WireMock offers a REST API for administration, troubleshooting and analysis purposes"

externalDocs:
Expand Down

0 comments on commit 7bcde1d

Please sign in to comment.