We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a998ec commit f3960d2Copy full SHA for f3960d2
pom.xml
@@ -121,18 +121,18 @@
121
</dependency>
122
123
<!-- 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>
130
<dependency>
131
<groupId>junit</groupId>
132
<artifactId>junit</artifactId>
133
<version>4.13.1</version>
134
<scope>test</scope>
135
+ <dependency>
+ <groupId>io.rest-assured</groupId>
+ <artifactId>rest-assured</artifactId>
+ <version>4.2.1</version>
+ <scope>test</scope>
+ </dependency>
136
</dependencies>
137
138
0 commit comments