Skip to content

Commit

Permalink
Update dependency io.rest-assured:json-schema-validator to v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 8, 2020
1 parent 1dd37a1 commit 528185c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-schema-validator</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
Expand Down
2 changes: 1 addition & 1 deletion restassured/myapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-schema-validator</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
Expand Down

0 comments on commit 528185c

Please sign in to comment.