Skip to content

Commit 2c47376

Browse files
committed
Upgrading rest assured version to 4.3.1
1 parent 8e128b6 commit 2c47376

File tree

1 file changed

+1
-53
lines changed

1 file changed

+1
-53
lines changed

pom.xml

Lines changed: 1 addition & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<version.servlet.api>3.1.0</version.servlet.api>
8888
<version.slf4j>1.7.30</version.slf4j>
8989
<version.spring.boot>2.2.4.RELEASE</version.spring.boot>
90-
<version.rest.assured>4.3.0</version.rest.assured>
90+
<version.rest.assured>4.3.1</version.rest.assured>
9191
<version.hibernate.validator>6.1.0.Final</version.hibernate.validator>
9292
<version.glassfish.javax.el>3.0.1-b08</version.glassfish.javax.el>
9393
<version.antlr>4.7.1</version.antlr>
@@ -1011,58 +1011,6 @@
10111011
<version>${version.rest.assured}</version>
10121012
<scope>test</scope>
10131013
</dependency>
1014-
1015-
<dependency>
1016-
<groupId>io.rest-assured</groupId>
1017-
<artifactId>json-path</artifactId>
1018-
<version>${version.rest.assured}</version>
1019-
<exclusions>
1020-
<exclusion>
1021-
<groupId>org.codehaus.groovy</groupId>
1022-
<artifactId>groovy</artifactId>
1023-
</exclusion>
1024-
<exclusion>
1025-
<groupId>org.codehaus.groovy</groupId>
1026-
<artifactId>groovy-xml</artifactId>
1027-
</exclusion>
1028-
<exclusion>
1029-
<groupId>org.codehaus.groovy</groupId>
1030-
<artifactId>groovy-json</artifactId>
1031-
</exclusion>
1032-
</exclusions>
1033-
</dependency>
1034-
1035-
<dependency>
1036-
<groupId>io.rest-assured</groupId>
1037-
<artifactId>xml-path</artifactId>
1038-
<version>${version.rest.assured}</version>
1039-
<exclusions>
1040-
<exclusion>
1041-
<groupId>org.codehaus.groovy</groupId>
1042-
<artifactId>groovy</artifactId>
1043-
</exclusion>
1044-
<exclusion>
1045-
<groupId>org.codehaus.groovy</groupId>
1046-
<artifactId>groovy-xml</artifactId>
1047-
</exclusion>
1048-
<exclusion>
1049-
<groupId>javax.activation</groupId>
1050-
<artifactId>activation</artifactId>
1051-
</exclusion>
1052-
<exclusion>
1053-
<groupId>jakarta.xml.bind</groupId>
1054-
<artifactId>jakarta.xml.bind-api</artifactId>
1055-
</exclusion>
1056-
<exclusion>
1057-
<groupId>com.sun.xml.bind</groupId>
1058-
<artifactId>jaxb-osgi</artifactId>
1059-
</exclusion>
1060-
<exclusion>
1061-
<groupId>org.ccil.cowan.tagsoup</groupId>
1062-
<artifactId>tagsoup</artifactId>
1063-
</exclusion>
1064-
</exclusions>
1065-
</dependency>
10661014

10671015
<dependency>
10681016
<groupId>io.rest-assured</groupId>

0 commit comments

Comments
 (0)