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 b8a5de4b2a6 chore(deps-dev): Bump com.networknt:json-schema-validator
(#18176)
b8a5de4b2a6 is described below
commit b8a5de4b2a683935be77c11c902aa3e198da5af4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 26 09:28:58 2025 +0200
chore(deps-dev): Bump com.networknt:json-schema-validator (#18176)
Bumps
[com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator)
from 1.5.6 to 1.5.7.
- [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.6...1.5.7)
---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
dependency-version: 1.5.7
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 1edf0194a4c..2982ed49497 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -390,7 +390,7 @@
<neo4j-version>5.28.5</neo4j-version>
<netty-version>4.1.119.Final</netty-version>
<netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-
<networknt-json-schema-validator-version>1.5.6</networknt-json-schema-validator-version>
+
<networknt-json-schema-validator-version>1.5.7</networknt-json-schema-validator-version>
<nimbus-jose-jwt>10.3</nimbus-jose-jwt>
<nitrite-version>3.4.4</nitrite-version>
<olingo2-version>2.0.13</olingo2-version>