rest-assured 5.5.0

This commit is contained in:
Shinsuke Sugaya 2024-10-21 22:56:43 +09:00
parent a6f7abf4ec
commit 6e98cd861a

12
pom.xml
View file

@ -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>