build(deps): bump org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.2.2 to 1.3.2#8275
Conversation
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](joelittlejohn/jsonschema2pojo@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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
Java 17 is required to upgrade and we don't have plans to stop support of Java 11 for now. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
|
I think we could probably build with Java 17/21/25 and still target Java 11 just fine with correct use of I'd like to have a go at this for other reasons as it's difficult to properly.test/support newer versions confidently without running tests across multiple JVMs since Java 11 is so old. We're starting to hit issues with internal access and things like that which are unvalidated for regressions when we fix them for newer versions. WDYT? This type of thing tends to be more trivial in Gradle but I'll need to figure out the canonical way in Maven these days. |
|
I think it's a great idea, it would improve the way we validate the app. Then if targeting java 11 is enough to make it work, with the CI validating it, we wouldn't have a reason to not upgrade 👍 |
|
Ok! Let me have a go at some point soon. 👍 |
Bumps org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.2.2 to 1.3.2.
Release notes
Sourced from org.jsonschema2pojo:jsonschema2pojo-maven-plugin's releases.
Changelog
Sourced from org.jsonschema2pojo:jsonschema2pojo-maven-plugin's changelog.
Commits
91a1019[maven-release-plugin] prepare release jsonschema2pojo-1.3.2fc5b3e3Restore Gradle plugin metadata so that it's included in Maven Central jar7a2842aRemove unused Eclipse Java compiler(we only use the system compiler now)3727c2aAvoid dependency on maven-xml (it will be provided)c42d9b6Merge pull request #1753 from joelittlejohn/dependabot/github_actions/actions...4a12bd1Bump actions/checkout from 3 to 611422aa[release] Update CHANGELOG.md for 1.3.157f9cd6[release] updating README.md for 1.3.189b493f[maven-release-plugin] prepare for next development iterationa9b17ed[maven-release-plugin] prepare release jsonschema2pojo-1.3.1Dependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)