Skip to content

Commit

Permalink
build(deps): bump jsonschema2pojo.version from 1.2.1 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps `jsonschema2pojo.version` from 1.2.1 to 1.2.2.

Updates `org.jsonschema2pojo:jsonschema2pojo-maven-plugin` from 1.2.1 to 1.2.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.1...jsonschema2pojo-1.2.2)

Updates `org.jsonschema2pojo:jsonschema2pojo-core` from 1.2.1 to 1.2.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.1...jsonschema2pojo-1.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent e518e36 commit c701257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.18.2</jackson.version>
<gpg.skip>true</gpg.skip>
<jsonschema2pojo.version>1.2.1</jsonschema2pojo.version>
<jsonschema2pojo.version>1.2.2</jsonschema2pojo.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c701257

Please sign in to comment.