Skip to content

build(deps): bump org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.1.2 to 1.3.1#673

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.jsonschema2pojo-jsonschema2pojo-maven-plugin-1.3.1
Closed

build(deps): bump org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.1.2 to 1.3.1#673
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.jsonschema2pojo-jsonschema2pojo-maven-plugin-1.3.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.1.2 to 1.3.1.

Release notes

Sourced from org.jsonschema2pojo:jsonschema2pojo-maven-plugin's releases.

1.3.1

  • Add plexus-utils dependency, as this is no longer provided in Maven 3.9 (#1751)

1.3.0

  • Migrate publishing from legacy OSSRH to Maven Central Portal (#1747)
  • Remove Ant task (no longer supported) (#1743)
  • Require JDK 17 (#1741)
  • Add Jackson 3 annotation support (#1740)
  • Prevent StackOverflowError when root is self-referencing (#1679)
  • Fix 'AbstractCompile.destinationDir property has been deprecated' error when using Gradle 8 (#1646)
  • Fix problems with remote URL (e.g. http) when using Maven Plugin (#1614)
  • Fix generics class warning when using generated base builder class (#1587)
  • Allow URL(s) as source in jsonschema2pojo-gradle-plugin (#1554)

1.2.2

  • Don't log ClassAlreadyExistsException for Enum (#1597)
  • Prevent generating duplicate constructors when all properties are required; and both includeAllPropertiesConstructor and includeRequiredPropertiesConstructor are true (#1553)
  • Add support for property names containing question mark(s) (#1522)
  • Avoid NPE when setting additionalProperties path (#1515)

1.2.1

  • Fix detection of targetVersion for Android gradle builds (#1487)

1.2.0

  • Avoid output to System.err when finding unique Enum name (#1485)
  • Add useful debug logging when reading schemas and creating classes (#1483)
  • Use targetVersion to decide which Generated annotation to add (#1482)
  • Add Javadoc to constructors parameters for properties that have title/description/$comment (#1481)
  • Choose default targetVersion using Gradle/Maven configuration (#1478)
  • Use Mojo Annotations instead of Javadoc tags in the Maven Plugin (#1476)
  • Add Email bean validation annotation for "format":"email" (#1475)
  • Allow empty string and underscore as property name (#1468)
  • Use Object as the type in case schema property contains mixed types (#1456)
  • "Path not present" error when processing multiple JSON files having objects with the same name (#1427)

1.1.3

  • Add command line option to print version (#1458)
  • Accept multiple values provided with single "-s"/"--source" argument (#1457)
  • Avoid deprecation warning with Gradle plugin re Gradle 8.0 and IncrementalTaskInputs (#1454)
  • java.lang.OutOfMemoryError: Java heap space (#1423)
  • Properties with special character in the name (#, /, etc) cause IllegalArgumentException 'Path not present' when using 1.1.2 (#1402)
  • Add builder method to create a new instance of the builder (#1396)
  • Added support for JSON-B (#1385)
  • Get Stackoverflow error if array items schema contains trees/cycle dependencies for children (#1376)
Changelog

Sourced from org.jsonschema2pojo:jsonschema2pojo-maven-plugin's changelog.

1.3.1

  • Add plexus-utils dependency, as this is no longer provided in Maven 3.9 (#1751)

1.3.0

  • Migrate publishing from legacy OSSRH to Maven Central Portal (#1747)
  • Remove Ant task (no longer supported) (#1743)
  • Require JDK 17 (#1741)
  • Add Jackson 3 annotation support (#1740)
  • Prevent StackOverflowError when root is self-referencing (#1679)
  • Fix 'AbstractCompile.destinationDir property has been deprecated' error when using Gradle 8 (#1646)
  • Fix problems with remote URL (e.g. http) when using Maven Plugin (#1614)
  • Fix generics class warning when using generated base builder class (#1587)
  • Allow URL(s) as source in jsonschema2pojo-gradle-plugin (#1554)

1.2.2

  • Don't log ClassAlreadyExistsException for Enum (#1597)
  • Prevent generating duplicate constructors when all properties are required; and both includeAllPropertiesConstructor and includeRequiredPropertiesConstructor are true (#1553)
  • Add support for property names containing question mark(s) (#1522)
  • Avoid NPE when setting additionalProperties path (#1515)

1.2.1

  • Fix detection of targetVersion for Android gradle builds (#1487)

1.2.0

  • Avoid output to System.err when finding unique Enum name (#1485)
  • Add useful debug logging when reading schemas and creating classes (#1483)
  • Use targetVersion to decide which Generated annotation to add (#1482)
  • Add Javadoc to constructors parameters for properties that have title/description/$comment (#1481)
  • Choose default targetVersion using Gradle/Maven configuration (#1478)
  • Use Mojo Annotations instead of Javadoc tags in the Maven Plugin (#1476)
  • Add Email bean validation annotation for "format":"email" (#1475)
  • Allow empty string and underscore as property name (#1468)
  • Use Object as the type in case schema property contains mixed types (#1456)
  • "Path not present" error when processing multiple JSON files having objects with the same name (#1427)

1.1.3

  • Add command line option to print version (#1458)
  • Accept multiple values provided with single "-s"/"--source" argument (#1457)
  • Avoid deprecation warning with Gradle plugin re Gradle 8.0 and IncrementalTaskInputs (#1454)
  • java.lang.OutOfMemoryError: Java heap space (#1423)
  • Properties with special character in the name (#, /, etc) cause IllegalArgumentException 'Path not present' when using 1.1.2 (#1402)
  • Add builder method to create a new instance of the builder (#1396)
  • Added support for JSON-B (#1385)
  • Get Stackoverflow error if array items schema contains trees/cycle dependencies for children (#1376)
  • Publish Gradle plugin to plugins.gradle.org (#282)
Commits
  • a9b17ed [maven-release-plugin] prepare release jsonschema2pojo-1.3.1
  • 44270cf Fix gradle build for publishing gradle plugin
  • f1727c7 Merge pull request #1751 from joelittlejohn/fix-missing-directoryscanner
  • 6635658 Add plexus-utils dependency, as this is no longer provided in Maven 3.9
  • 17d12b3 Use mvn for now in the release script as mvnw is not cloned at this point
  • b7f5680 Fix deprecation warnings from license plugin
  • b093885 [release] Update CHANGELOG.md and CONTRIBUTORS.md for 1.3.0
  • 97e2653 [release] updating README.md for 1.3.0
  • e4d718f [maven-release-plugin] prepare for next development iteration
  • 88ac6be [maven-release-plugin] prepare release jsonschema2pojo-1.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [org.jsonschema2pojo:jsonschema2pojo-maven-plugin](https://github.com/joelittlejohn/jsonschema2pojo) from 1.1.2 to 1.3.1.
- [Release notes](https://github.com/joelittlejohn/jsonschema2pojo/releases)
- [Changelog](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md)
- [Commits](joelittlejohn/jsonschema2pojo@jsonschema2pojo-1.1.2...jsonschema2pojo-1.3.1)

---
updated-dependencies:
- dependency-name: org.jsonschema2pojo:jsonschema2pojo-maven-plugin
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2026
@dependabot dependabot bot requested a review from fhussonnois as a code owner February 2, 2026 03:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

Superseded by #682.

@dependabot dependabot bot closed this Feb 10, 2026
@dependabot dependabot bot deleted the dependabot/maven/org.jsonschema2pojo-jsonschema2pojo-maven-plugin-1.3.1 branch February 10, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments