Skip to content

Commit

Permalink
chore: update json-schema-validator:1.0.86 (#5406) (#5408)
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Mortari <[email protected]>
  • Loading branch information
github-actions[bot] and tarilabs committed Jul 27, 2023
1 parent 348a6cc commit a7d2780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<version.domino-slf4j-logger>1.0.1</version.domino-slf4j-logger>
<version.com.google.protobuf>3.22.0</version.com.google.protobuf>
<version.com.h2database>2.2.220</version.com.h2database>
<version.com.networknt.json-schema-validator>1.0.43</version.com.networknt.json-schema-validator>
<version.com.networknt.json-schema-validator>1.0.86</version.com.networknt.json-schema-validator>
<version.com.sun.xml.bind>2.3.0</version.com.sun.xml.bind>
<version.com.thoughtworks.xstream>1.4.20</version.com.thoughtworks.xstream>
<version.guru.nidi>0.18.0</version.guru.nidi>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public void test() throws Exception {
assertThat(validateUsing(validator, "{ \"InputBoolean\": true,\n" +
" \"InputDTDuration\": \"P1D\",\n" +
" \"InputDate\": \"2020-04-02\",\n" +
" \"InputDateAndTime\": \"2020-04-02T09:00:00\",\n" +
" \"InputDateAndTime\": \"2020-04-02T09:00:00z\",\n" +
" \"InputNumber\": 1,\n" +
" \"InputString\": \"John Doe\",\n" +
" \"InputTime\": \"09:00:00\",\n" +
" \"InputTime\": \"09:00:00z\",\n" +
" \"InputYMDuration\": \"P1M\"}")).isEmpty();
}
}

0 comments on commit a7d2780

Please sign in to comment.