Skip to content

Commit f3960d2

Browse files
committed
upgrade rest-assured dependency + list junit before rest-assured
1 parent 3a998ec commit f3960d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,18 @@
121121
</dependency>
122122

123123
<!-- TEST DEPENDENCIES -->
124-
<dependency>
125-
<groupId>io.rest-assured</groupId>
126-
<artifactId>rest-assured</artifactId>
127-
<version>3.1.0</version>
128-
<scope>test</scope>
129-
</dependency>
130124
<dependency>
131125
<groupId>junit</groupId>
132126
<artifactId>junit</artifactId>
133127
<version>4.13.1</version>
134128
<scope>test</scope>
135129
</dependency>
130+
<dependency>
131+
<groupId>io.rest-assured</groupId>
132+
<artifactId>rest-assured</artifactId>
133+
<version>4.2.1</version>
134+
<scope>test</scope>
135+
</dependency>
136136
</dependencies>
137137

138138

0 commit comments

Comments
 (0)