Skip to content

Commit

Permalink
Bump version.restassured from 4.2.0 to 4.3.0 (#1266)
Browse files Browse the repository at this point in the history
Bumps `version.restassured` from 4.2.0 to 4.3.0.

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

Updates `json-schema-validator` from 4.2.0 to 4.3.0

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <[email protected]>
  • Loading branch information
dependabot-preview[bot] and aklish authored Apr 21, 2020
1 parent 966db76 commit 6c13c00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elide-example/elide-blog-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion elide-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<version.antlr4>4.8-1</version.antlr4>
<version.logback>1.2.3</version.logback>
<version.jetty>9.4.27.v20200227</version.jetty>
<version.restassured>4.2.0</version.restassured>
<version.restassured>4.3.0</version.restassured>
<version.jackson>2.10.3</version.jackson>
<version.jersey>2.30.1</version.jersey>
<version.junit>5.6.2</version.junit>
Expand Down

0 comments on commit 6c13c00

Please sign in to comment.