Skip to content

Commit 53dfb6e

Browse files
committed
Bump WireMock to version 3.9.2
1 parent 87d1f5e commit 53dfb6e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ allprojects {
202202
mavenCentral()
203203
}
204204

205-
version = '3.9.1'
205+
version = '3.9.2'
206206

207207
compileJava {
208208
options.encoding = 'UTF-8'

src/main/resources/swagger/wiremock-admin-api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"title": "WireMock",
5-
"version": "3.9.1",
5+
"version": "3.9.2",
66
"description": "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
77
},
88
"servers": [

src/main/resources/swagger/wiremock-admin-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22

33
info:
44
title: WireMock
5-
version: 3.9.1
5+
version: 3.9.2
66
description: "WireMock offers a REST API for administration, troubleshooting and analysis purposes"
77

88
externalDocs:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.9.1
1+
version=3.9.2

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wiremock-ui-resources",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "WireMock UI resources processor",
55
"engines": {
66
"node": ">= 0.10.0"

0 commit comments

Comments
 (0)