Skip to content

Commit

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

Updates `rest-assured` from 4.3.0 to 4.3.1
- [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.3.0...rest-assured-4.3.1)

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

Updates `json-path` from 4.3.0 to 4.3.1
- [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.3.0...rest-assured-4.3.1)

Updates `xml-path` from 4.3.0 to 4.3.1
- [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.3.0...rest-assured-4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <aklish@gmail.com>
  • Loading branch information
dependabot-preview[bot] and aklish committed Jul 24, 2020
1 parent 53be250 commit 02cb0de
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.3.0</version>
<version>4.3.1</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 @@ -204,7 +204,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>4.3.0</version>
<version>4.3.1</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.30.v20200611</version.jetty>
<version.restassured>4.3.0</version.restassured>
<version.restassured>4.3.1</version.restassured>
<version.jackson>2.11.1</version.jackson>
<version.jersey>2.31</version.jersey>
<version.junit>5.6.2</version.junit>
Expand Down

0 comments on commit 02cb0de

Please sign in to comment.