Skip to content

fix(deps): bump the all-deps group across 1 directory with 5 updates - #442

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/all-deps-640fbe8fa4
Open

fix(deps): bump the all-deps group across 1 directory with 5 updates#442
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/all-deps-640fbe8fa4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-deps group with 5 updates in the / directory:

Package From To
io.vertx:vertx-stack-depchain 5.1.5 5.1.6
org.junit:junit-bom 6.1.2 6.1.3
org.folio:domain-models-api-aspects 36.0.0 36.0.1
com.puppycrawl.tools:checkstyle 13.7.0 13.10.0
org.jsonschema2pojo:jsonschema2pojo-maven-plugin 0.5.1 1.3.3

Updates io.vertx:vertx-stack-depchain from 5.1.5 to 5.1.6

Updates org.junit:junit-bom from 6.1.2 to 6.1.3

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.3 = Platform 6.1.3 + Jupiter 6.1.3 + Vintage 6.1.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.2...r6.1.3

Commits
  • f59f60d Release 6.1.3
  • cd8ec92 Finalize 6.1.3 release notes
  • c8729f2 Restore compatibility with GraalVM 25 (#5901)
  • ddc9e74 Update graalvm/setup-graalvm action to v1.6.4 (#5959)
  • fe2c52a Update plugin org.graalvm.buildtools.native to v1.1.7 (#5923)
  • 62afc02 Delay GraalVM plugin updates for 3 days
  • 0cc2902 Skip graalVmTest task if GraalVM env vars are not set
  • f6bbfc5 Move GraalVM tests to separate test task (#5903)
  • e87e052 Update plugin org.graalvm.buildtools.native to v1.1.6 (#5899)
  • 1cd56df Update plugin org.graalvm.buildtools.native to v1.1.5 (#5880)
  • Additional commits viewable in compare view

Updates org.folio:domain-models-api-aspects from 36.0.0 to 36.0.1

Release notes

Sourced from org.folio:domain-models-api-aspects's releases.

v36.0.1

Trillium (2026 R1) CSP.

  • RMB-815 Delete empty testing subproject
  • RMB-1056 Bump deps fixing vulns (Vertx 5.1.5, Jackson 2.21.5, Netty 4.2.16, …)
  • RMB-1057 Bump deps fixing vulns (Vertx 5.1.6, Netty 4.2.17, okapi-common 7.0.6)
Changelog

Sourced from org.folio:domain-models-api-aspects's changelog.

36.0.1 2026-08-05

Trillium (2026 R1) CSP.

  • RMB-815 Delete empty testing subproject
  • RMB-1056 Bump deps fixing vulns (Vertx 5.1.5, Jackson 2.21.5, Netty 4.2.16, …)
  • RMB-1057 Bump deps fixing vulns (Vertx 5.1.6, Netty 4.2.17, okapi-common 7.0.6)
Commits
  • ebefbbc [maven-release-plugin] prepare release v36.0.1
  • be00f31 Add 36.0.1 release notes to NEWS.md
  • 854ebaa Merge pull request #1239 from folio-org/RMB-1057
  • b0cd82e RMB-1057: Bump deps fixing vulns (Vertx 5.1.6, Netty 4.2.17, okapi-common 7.0.6)
  • 8260aec Merge pull request #1238 from folio-org/RMB-1056
  • 4996f0d Replace NullPointerException with IllegalArgumentException
  • a6132fe Update for client closed exception message
  • a248f8d Update for RowSet/RowDescriptor changes
  • 126a018 RMB-1056: Bump deps fixing vulns (Vertx 5.1.5, Jackson 2.21.5, Netty 4.2.16, …)
  • 8635b34 Merge pull request #1233 from folio-org/RMB-815
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 13.7.0 to 13.10.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-13.10.0

Checkstyle 13.10.0 - https://checkstyle.org/releasenotes.html#Release_13.10.0

Breaking backward compatibility:

#5744 - JavadocVariable MissingJavadocMethod MissingJavadocType: Expand Javadoc violation messages to include named context.

New:

#21071 - WriteTag: new messages when violation is on method. #19991 - NonEmptyAtclauseDescription should to validate since tags. #17841 - New Check: GoogleMethodName to fix false-negative on method names with underscores. #21079 - New Check: IllegalBlockTag. #20987 - New check: JavadocRegexp. #18064 - New check: ArrayBracketWhitespace. #18420 - New Check: GoogleMethodNameCheck to enforce Google Java Style Guide method naming.

Bug fixes:

#20995 - Add MultilineCommentLeadingAsteriskPresence check to google_checks.xml. #3469 - JavadocMethod: check for duplicate parameter block tags. #20972 - Javadoc parse error on HTML comment with a line ending in a hyphen. #19931 - Documentation Comments Style Guide - Contents of package.html source file. #18842 - google_checks.xml incorrectly marks return inlined tag as violation from SummaryJavadoc. #19925 - Documentation Comments Style Guide - Custom Tags and Annotations. #19919 - Documentation Comments Style Guide - @param. #19808 - Add checks for Documentation Comments Style Guide - Notes.

... (truncated)

Commits
  • a9eec04 [maven-release-plugin] prepare release checkstyle-13.10.0
  • 1b9b260 doc: release notes for 13.10.0
  • dfa2dc8 Issue #20514: Code changes for enabling toc in website
  • 1d9666f Issue #20514: Added xml and xml template toc changes
  • b709107 Issue #17841: Add GoogleMethodName to google_checks
  • ec37719 Issue #21119: Fix duplicate violation behavior in examples: methodname
  • 13f477f minor: Update expected size in XmlMetaReaderTest
  • 2c40ae6 Issue #20995: Add MultilineCommentLeadingAsteriskPresence to google_checks
  • 913f6cf Issue #21119: Fix duplicate violation behavior in examples: typename
  • 91a7bf2 Issue #21079: New Check IllegalBlockTag
  • Additional commits viewable in compare view

Updates org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 0.5.1 to 1.3.3

Release notes

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

1.3.3

No release notes provided.

1.3.2

  • Could not apply requested plugin error when using version 1.3.1 of Gradle plugin 'org.jsonschema2pojo' (#1769)

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)

... (truncated)

Changelog

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

1.3.3

  • Support type-use annotations for map value validation (Map<String, @​Valid T>) (#1774)
  • Ignore null values when generating item type from array examples (#1772)
  • Support type-use annotations for array item validation (List<@​Valid T>) (#1771)

1.3.2

  • Could not apply requested plugin error when using version 1.3.1 of Gradle plugin 'org.jsonschema2pojo' (#1769)

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)

... (truncated)

Commits
  • ad02aab [maven-release-plugin] prepare release jsonschema2pojo-1.3.3
  • beebaf9 Avoid publishing integration tests
  • 49171ff Merge pull request #1774 from joelittlejohn/valid-annotates-value-type-on-maps
  • 6beff79 Support type-use annotations for map value validation (Map<String, @​Valid T>)
  • dc4677a Ensure integration tests are not published during deploy
  • 8833225 Remove noisy warnings and unnecessary info from the build
  • 21da375 Avoid producing javadocs unless we are running a release
  • e27cc47 Upgrade github actions
  • a57294d Dependency and plugin upgrades
  • 49f1f19 Upgrade dependencies for all examples
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| io.vertx:vertx-stack-depchain | `5.1.5` | `5.1.6` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.2` | `6.1.3` |
| [org.folio:domain-models-api-aspects](https://github.com/folio-org/raml-module-builder) | `36.0.0` | `36.0.1` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `13.7.0` | `13.10.0` |
| [org.jsonschema2pojo:jsonschema2pojo-maven-plugin](https://github.com/joelittlejohn/jsonschema2pojo) | `0.5.1` | `1.3.3` |



Updates `io.vertx:vertx-stack-depchain` from 5.1.5 to 5.1.6

Updates `org.junit:junit-bom` from 6.1.2 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.2...r6.1.3)

Updates `org.folio:domain-models-api-aspects` from 36.0.0 to 36.0.1
- [Release notes](https://github.com/folio-org/raml-module-builder/releases)
- [Changelog](https://github.com/folio-org/raml-module-builder/blob/master/NEWS.md)
- [Commits](folio-org/raml-module-builder@v36.0.0...v36.0.1)

Updates `com.puppycrawl.tools:checkstyle` from 13.7.0 to 13.10.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-13.7.0...checkstyle-13.10.0)

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

---
updated-dependencies:
- dependency-name: io.vertx:vertx-stack-depchain
  dependency-version: 5.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: org.folio:domain-models-api-aspects
  dependency-version: 36.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-deps
- dependency-name: org.jsonschema2pojo:jsonschema2pojo-maven-plugin
  dependency-version: 1.3.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-deps
...

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 Aug 16, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 16, 2026 18:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 16, 2026
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