NIFI-11599 Upgraded json-schema-validator from 1.0.79 to 1.0.82

This closes #7293

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-05-25 07:50:55 -04:00 committed by exceptionfactory
parent 8a0007a6b8
commit 4695925dd5
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.79</version>
<version>1.0.82</version>
</dependency>
</dependencies>
</dependencyManagement>