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 0242fcd77b3e chore(deps-dev): Bump
org.jsonschema2pojo:jsonschema2pojo-maven-plugin (#21226)
0242fcd77b3e is described below
commit 0242fcd77b3e0494bbd3c0731f2e8a6a4161aa7b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 3 11:05:44 2026 +0100
chore(deps-dev): Bump org.jsonschema2pojo:jsonschema2pojo-maven-plugin
(#21226)
Bumps
[org.jsonschema2pojo:jsonschema2pojo-maven-plugin](https://github.com/joelittlejohn/jsonschema2pojo)
from 1.2.2 to 1.3.2.
- [Release notes](https://github.com/joelittlejohn/jsonschema2pojo/releases)
-
[Changelog](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/joelittlejohn/jsonschema2pojo/compare/jsonschema2pojo-1.2.2...jsonschema2pojo-1.3.2)
---
updated-dependencies:
- dependency-name: org.jsonschema2pojo:jsonschema2pojo-maven-plugin
dependency-version: 1.3.2
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>
---
components/camel-ocsf/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-ocsf/pom.xml b/components/camel-ocsf/pom.xml
index 0e4f75a1f726..625839be1649 100644
--- a/components/camel-ocsf/pom.xml
+++ b/components/camel-ocsf/pom.xml
@@ -76,7 +76,7 @@
<plugin>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
- <version>1.2.2</version>
+ <version>1.3.2</version>
<configuration>
<sourceDirectory>${basedir}/src/main/resources/schema</sourceDirectory>
<targetPackage>org.apache.camel.dataformat.ocsf.model</targetPackage>