Skip to content

Commit 99106e6

Browse files
authored
Update README.md for 4.0.0 latest release
1 parent c7ef4aa commit 99106e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Spring MVC Test utils
44

5-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.florianlopes/spring-mvc-test-utils/badge.svg)](https://search.maven.org/#artifactdetails%7Cio.florianlopes%7Cspring-mvc-test-utils%7C3.2.0%7Cjar)
5+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.florianlopes/spring-mvc-test-utils/badge.svg)](https://search.maven.org/#artifactdetails%7Cio.florianlopes%7Cspring-mvc-test-utils%7C4.0.0%7Cjar)
66
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/f-lopes/spring-mvc-test-utils/build.yml)
77
[![codecov](https://codecov.io/gh/f-lopes/spring-mvc-test-utils/branch/main/graph/badge.svg?token=2yY70RB1tw)](https://codecov.io/gh/f-lopes/spring-mvc-test-utils)
88

@@ -21,7 +21,7 @@ Add this dependency to your `pom.xml` file:
2121
<dependency>
2222
<groupId>io.florianlopes</groupId>
2323
<artifactId>spring-mvc-test-utils</artifactId>
24-
<version>3.2.0</version>
24+
<version>4.0.0</version>
2525
<scope>test</scope>
2626
</dependency>
2727
```

0 commit comments

Comments
 (0)