File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Spring MVC Test utils
4
4
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.1 .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%7C3.2 .0%7Cjar )
6
6
[ ![ Build Status] ( https://travis-ci.org/f-lopes/spring-mvc-test-utils.svg?branch=develop )] ( https://travis-ci.org/f-lopes/spring-mvc-test-utils )
7
7
[ ![ codecov] ( https://codecov.io/gh/f-lopes/spring-mvc-test-utils/branch/master/graph/badge.svg?token=2yY70RB1tw )] ( https://codecov.io/gh/f-lopes/spring-mvc-test-utils )
8
8
@@ -23,7 +23,7 @@ Add this dependency to your `pom.xml` file:
23
23
<dependency>
24
24
<groupId>io.florianlopes</groupId>
25
25
<artifactId>spring-mvc-test-utils</artifactId>
26
- <version>3.1 .0</version>
26
+ <version>3.2 .0</version>
27
27
<scope>test</scope>
28
28
</dependency>
29
29
```
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.florianlopes</groupId >
8
8
<artifactId >spring-mvc-test-utils</artifactId >
9
- <version >3.2.0-SNAPSHOT </version >
9
+ <version >3.2.0</version >
10
10
11
11
<name >spring-mvc-test-utils</name >
12
12
<description >Spring MVC utils aimed to ease Spring MVC framework testing</description >
You can’t perform that action at this time.
0 commit comments