|
@@ -1567,18 +1567,8 @@
|
|
|
<dependency>
|
|
|
<groupId>io.rest-assured</groupId>
|
|
|
<artifactId>rest-assured</artifactId>
|
|
|
- <version>4.3.2</version>
|
|
|
+ <version>5.5.0</version>
|
|
|
<scope>test</scope>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>jakarta.xml.bind</groupId>
|
|
|
- <artifactId>jakarta.xml.bind-api</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</project>
|