Skip to content

Commit 0b2ab7b

Browse files
author
Kirill Peshin
committed
Merge branch 'master' into 2296
2 parents de53c3a + 00b664a commit 0b2ab7b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ dependencies {
105105

106106
testImplementation "org.hamcrest:hamcrest-core:2.2"
107107
testImplementation "org.hamcrest:hamcrest-library:2.2"
108-
testImplementation 'org.mockito:mockito-core:5.4.0'
109-
testImplementation 'org.mockito:mockito-junit-jupiter:5.4.0'
108+
testImplementation 'org.mockito:mockito-core:5.5.0'
109+
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
110110
testImplementation "net.javacrumbs.json-unit:json-unit:$versions.jsonUnit"
111111
testImplementation "org.skyscreamer:jsonassert:1.2.3"
112112
testImplementation 'com.toomuchcoding.jsonassert:jsonassert:0.6.2'
@@ -204,7 +204,7 @@ allprojects {
204204
mavenCentral()
205205
}
206206

207-
version = '3.0.0-beta-16'
207+
version = '3.0.0'
208208

209209

210210
sourceCompatibility = 11

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.0.0-beta-16"
5+
"version": "3.0.0"
66
},
77
"externalDocs": {
88
"description": "WireMock user documentation",

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.0.0-beta-16
5+
version: 3.0.0
66

77
externalDocs:
88
description: WireMock user documentation

ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0-beta-16",
3+
"version": "3.0.0",
44
"description": "WireMock UI resources processor",
55
"engines": {
66
"node": ">= 0.10.0"

0 commit comments

Comments
 (0)