Skip to content

Commit 007c2a0

Browse files
authored
Merge pull request #405 from dlehammer/dlehammer-patch-1
Update wiremock-spring-boot version to 4.0.9 in documentation
2 parents 8dce33b + b7d293e commit 007c2a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/docs/spring-boot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ WireMock's Spring Boot integration provides a simple, declarative way to configu
1414
<dependency>
1515
<groupId>org.wiremock.integrations</groupId>
1616
<artifactId>wiremock-spring-boot</artifactId>
17-
<version>3.10.0</version>
17+
<version>4.0.9</version>
1818
</dependency>
1919
```
2020

2121
</TabItem>
2222
<TabItem label="Gradle Groovy">
2323
```groovy
24-
implementation 'org.wiremock.integrations:wiremock-spring-boot:3.10.0'
24+
implementation 'org.wiremock.integrations:wiremock-spring-boot:4.0.9'
2525
```
2626
</TabItem>
2727
</Tabs>

0 commit comments

Comments
 (0)