This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 5e856d52932 chore(deps-dev): Bump com.networknt:json-schema-validator
(#14826)
5e856d52932 is described below
commit 5e856d529327486610350928b0f830ff98f40ff1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 16 09:49:04 2024 +0200
chore(deps-dev): Bump com.networknt:json-schema-validator (#14826)
Bumps
[com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator)
from 1.4.3 to 1.5.0.
- [Release
notes](https://github.com/networknt/json-schema-validator/releases)
-
[Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/networknt/json-schema-validator/compare/1.4.3...1.5.0)
---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 583c6b01ec1..60329512e33 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -372,7 +372,7 @@
<neoscada-version>0.4.0</neoscada-version>
<netty-version>4.1.111.Final</netty-version>
<netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-
<networknt-json-schema-validator-version>1.4.3</networknt-json-schema-validator-version>
+
<networknt-json-schema-validator-version>1.5.0</networknt-json-schema-validator-version>
<nimbus-jose-jwt>9.40</nimbus-jose-jwt>
<nitrite-version>3.4.4</nitrite-version>
<olingo2-version>2.0.13</olingo2-version>