Skip to content

Commit 63ca007

Browse files
committed
fix: wiremock-spring-boot 3.0.2
1 parent 0edc41f commit 63ca007

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish release on tag push
2+
3+
on:
4+
workflow_dispatch:
5+
workflow_call:
6+
push:
7+
tags:
8+
- "*"
9+
10+
jobs:
11+
call-workflow:
12+
uses: tomasbjerre/.github/.github/workflows/publish-release-on-tag-push.yaml@master

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ project('wiremock-pact-example-springboot-app', {
9797

9898
testImplementation project(':wiremock-pact-extension-junit5')
9999
testImplementation 'org.springframework.boot:spring-boot-starter-test'
100-
testImplementation "org.wiremock.integrations:wiremock-spring-boot:3.0.0"
100+
testImplementation 'org.wiremock.integrations:wiremock-spring-boot:3.0.2'
101101
}
102102

103103
bootJar {

0 commit comments

Comments
 (0)