Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps io.openapiprocessor:json-schema-validator-bom from 2025.3 to 2025.5.

Release notes

Sourced from io.openapiprocessor:json-schema-validator-bom's releases.

2025.5

OpenAPI parser

OpenAPI 3.2 support

added support for OpenAPI 3.2

Overlay 1.0 support

OpenApiResult has a new apply() method to apply an Overlay document.

 /**  * Apply an OpenAPI overlay to the OpenAPI document. The result document has to be parsed to navigate its OpenAPI  * model. The document should be bundled before applying an overlay.  *  * @param overlay the overlay document  * @return a raw copy of the OpenAPI document with the applied overlay.  */ @Experimental Map<String, @Nullable Object> apply(OverlayResult overlay);

see usage

2025.4

io-jackson

updated dependencies

  • updated com.fasterxml.jackson:jackson-* to 2.20.0

io-snakeyaml

updated dependencies

  • updated org.yaml:snakeyaml to 2.5
Commits

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)
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'KMP JSON schema validator'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 46be16d Previous: 07894d3 Ratio
macosArm64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 1.7693598220184037 us/op 0.9623768726988597 us/op 1.84
macosArm64.CommonAvgTimeBench.validate ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 3019.5233089686103 us/op 1672.0078617931035 us/op 1.81
macosX64.CommonAvgTimeBench.validateVerbose ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 29809.456808888885 us/op 19161.04986969697 us/op 1.56

This comment was automatically generated by workflow using github-action-benchmark.

CC: @OptimumCode

@OptimumCode OptimumCode enabled auto-merge (squash) October 18, 2025 13:18
@OptimumCode
Copy link
Owner

@dependabot rebase

Bumps [io.openapiprocessor:json-schema-validator-bom](https://github.com/openapi-processor/openapi-parser) from 2025.3 to 2025.5. - [Release notes](https://github.com/openapi-processor/openapi-parser/releases) - [Commits](openapi-processor/openapi-parser@v2025.3...v2025.5) --- updated-dependencies: - dependency-name: io.openapiprocessor:json-schema-validator-bom dependency-version: '2025.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.openapiprocessor-json-schema-validator-bom-2025.5 branch from 46be16d to 676e42f Compare October 18, 2025 13:19
@OptimumCode OptimumCode merged commit ed398ad into main Oct 18, 2025
19 of 20 checks passed
@OptimumCode OptimumCode deleted the dependabot/gradle/io.openapiprocessor-json-schema-validator-bom-2025.5 branch October 18, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update to newer versions

1 participant