dependabot[bot] opened a new pull request, #21226: URL: https://github.com/apache/camel/pull/21226
Bumps [org.jsonschema2pojo:jsonschema2pojo-maven-plugin](https://github.com/joelittlejohn/jsonschema2pojo) from 1.2.2 to 1.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/joelittlejohn/jsonschema2pojo/releases">org.jsonschema2pojo:jsonschema2pojo-maven-plugin's releases</a>.</em></p> <blockquote> <h2>1.3.2</h2> <ul> <li>Could not apply requested plugin error when using version 1.3.1 of Gradle plugin 'org.jsonschema2pojo' (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/issues/1769">#1769</a>)</li> </ul> <h2>1.3.1</h2> <ul> <li>Add plexus-utils dependency, as this is no longer provided in Maven 3.9 (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1751">#1751</a>)</li> </ul> <h2>1.3.0</h2> <ul> <li>Migrate publishing from legacy OSSRH to Maven Central Portal (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1747">#1747</a>)</li> <li><strong>Remove Ant task (no longer supported) (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1743">#1743</a>)</strong></li> <li><strong>Require JDK 17 (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1741">#1741</a>)</strong></li> <li>Add Jackson 3 annotation support (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1740">#1740</a>)</li> <li>Prevent StackOverflowError when root is self-referencing (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1679">#1679</a>)</li> <li>Fix 'AbstractCompile.destinationDir property has been deprecated' error when using Gradle 8 (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/issues/1646">#1646</a>)</li> <li>Fix problems with remote URL (e.g. http) when using Maven Plugin (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1614">#1614</a>)</li> <li>Fix generics class warning when using generated base builder class (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1587">#1587</a>)</li> <li>Allow URL(s) as source in jsonschema2pojo-gradle-plugin (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1554">#1554</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md">org.jsonschema2pojo:jsonschema2pojo-maven-plugin's changelog</a>.</em></p> <blockquote> <h2>1.3.2</h2> <ul> <li>Could not apply requested plugin error when using version 1.3.1 of Gradle plugin 'org.jsonschema2pojo' (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/issues/1769">#1769</a>)</li> </ul> <h2>1.3.1</h2> <ul> <li>Add plexus-utils dependency, as this is no longer provided in Maven 3.9 (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1751">#1751</a>)</li> </ul> <h2>1.3.0</h2> <ul> <li>Migrate publishing from legacy OSSRH to Maven Central Portal (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1747">#1747</a>)</li> <li><strong>Remove Ant task (no longer supported) (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1743">#1743</a>)</strong></li> <li><strong>Require JDK 17 (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1741">#1741</a>)</strong></li> <li>Add Jackson 3 annotation support (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1740">#1740</a>)</li> <li>Prevent StackOverflowError when root is self-referencing (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1679">#1679</a>)</li> <li>Fix 'AbstractCompile.destinationDir property has been deprecated' error when using Gradle 8 (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/issues/1646">#1646</a>)</li> <li>Fix problems with remote URL (e.g. http) when using Maven Plugin (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1614">#1614</a>)</li> <li>Fix generics class warning when using generated base builder class (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1587">#1587</a>)</li> <li>Allow URL(s) as source in jsonschema2pojo-gradle-plugin (<a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/pull/1554">#1554</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/91a1019ffa65be9b4bf8874f0e8b3c47e91831e2"><code>91a1019</code></a> [maven-release-plugin] prepare release jsonschema2pojo-1.3.2</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/fc5b3e3bee94d62b564df77e32ce4ffcad1ba30b"><code>fc5b3e3</code></a> Restore Gradle plugin metadata so that it's included in Maven Central jar</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/7a2842a469dce98712081b8dcc7b382df88c2fba"><code>7a2842a</code></a> Remove unused Eclipse Java compiler(we only use the system compiler now)</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/3727c2afb645748d10b5293e23151de778b9481f"><code>3727c2a</code></a> Avoid dependency on maven-xml (it will be provided)</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/c42d9b6d67bb09c14792c2941d3853db28b64c90"><code>c42d9b6</code></a> Merge pull request <a href="https://redirect.github.com/joelittlejohn/jsonschema2pojo/issues/1753">#1753</a> from joelittlejohn/dependabot/github_actions/actions...</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/4a12bd14b8b508815b3a010b7bee34bd64ecedb5"><code>4a12bd1</code></a> Bump actions/checkout from 3 to 6</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/11422aa2e4e234b619de9ad1797ac6ae1f2181f2"><code>11422aa</code></a> [release] Update CHANGELOG.md for 1.3.1</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/57f9cd631c6c0322c6044d0017deb00ddde94c66"><code>57f9cd6</code></a> [release] updating README.md for 1.3.1</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/89b493fc692cd86aef7fda785110bec451b8343a"><code>89b493f</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/joelittlejohn/jsonschema2pojo/commit/a9b17edf95b8d46d370a24352189adc90a63dc35"><code>a9b17ed</code></a> [maven-release-plugin] prepare release jsonschema2pojo-1.3.1</li> <li>Additional commits viewable in <a href="https://github.com/joelittlejohn/jsonschema2pojo/compare/jsonschema2pojo-1.2.2...jsonschema2pojo-1.3.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
