This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 b5e3018070a chore(deps-dev): Bump com.networknt:json-schema-validator
(#17206)
b5e3018070a is described below
commit b5e3018070aa3f46ad6dc3e9b2dfa7ddc8cbd1e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 11:35:55 2025 +0100
chore(deps-dev): Bump com.networknt:json-schema-validator (#17206)
Bumps
[com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator)
from 1.5.5 to 1.5.6.
- [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.5.5...1.5.6)
---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 fd044c1e9b5..3f56d8986a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -385,7 +385,7 @@
<neo4j-version>5.28.1</neo4j-version>
<netty-version>4.1.118.Final</netty-version>
<netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-
<networknt-json-schema-validator-version>1.5.5</networknt-json-schema-validator-version>
+
<networknt-json-schema-validator-version>1.5.6</networknt-json-schema-validator-version>
<nimbus-jose-jwt>10.0.1</nimbus-jose-jwt>
<nitrite-version>3.4.4</nitrite-version>
<olingo2-version>2.0.13</olingo2-version>