Browse Source

rest-assured 5.5.0

Shinsuke Sugaya 8 months ago
parent
commit
6e98cd861a
1 changed files with 1 additions and 11 deletions
  1. 1 11
      pom.xml

+ 1 - 11
pom.xml

@@ -1567,18 +1567,8 @@
 		<dependency>
 		<dependency>
 			<groupId>io.rest-assured</groupId>
 			<groupId>io.rest-assured</groupId>
 			<artifactId>rest-assured</artifactId>
 			<artifactId>rest-assured</artifactId>
-			<version>4.3.2</version>
+			<version>5.5.0</version>
 			<scope>test</scope>
 			<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>
 		</dependency>
 	</dependencies>
 	</dependencies>
 </project>
 </project>