Skip to content

Commit

Permalink
Bump version.restassured from 4.3.2 to 4.3.3
Browse files Browse the repository at this point in the history
Bumps `version.restassured` from 4.3.2 to 4.3.3.

Updates `rest-assured` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/rest-assured/rest-assured/releases)
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-4.3.2...rest-assured-4.3.3)

Updates `json-schema-validator` from 4.3.2 to 4.3.3

Updates `json-path` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/rest-assured/rest-assured/releases)
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-4.3.2...rest-assured-4.3.3)

Updates `xml-path` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/rest-assured/rest-assured/releases)
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-4.3.2...rest-assured-4.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and aklish committed Jan 5, 2021
1 parent b3a904f commit 392a5df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elide-datastore/elide-datastore-aggregation/pom.xml
Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>4.0.0</version>
<version>4.3.3</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion elide-standalone/pom.xml
Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>4.3.2</version>
<version>4.3.3</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -80,7 +80,7 @@
<version.antlr4>4.9</version.antlr4>
<version.logback>1.2.3</version.logback>
<version.jetty>9.4.35.v20201120</version.jetty>
<version.restassured>4.3.2</version.restassured>
<version.restassured>4.3.3</version.restassured>
<version.jackson>2.11.3</version.jackson>
<version.jersey>2.32</version.jersey>
<version.junit>5.7.0</version.junit>
Expand Down

0 comments on commit 392a5df

Please sign in to comment.