Skip to content

Bump io.openapiprocessor:json-schema-validator-bom from 2024.4 to 2024.5 #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps io.openapiprocessor:json-schema-validator-bom from 2024.4 to 2024.5.

Release notes

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

2025.5

openapi-parser 3.0/3.1

#114, fix

  • in OpenAPI 3.1 exclusiveMinimum & excusiveMaximum are numbers and not booleans.

updated dependencies

  • updated com.fasterxml.jackson:jackson-* to 2.18.1
Commits
  • dcda2cc next release
  • 7aaa941 clean up
  • d46418b overlay: info/action objects (#120)
  • fea669c overlay: overlay object (#120)
  • 9110b48 Merge pull request #122 from openapi-processor/dependabot/gradle/ch.qos.logba...
  • 81446b3 Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12
  • 9c32133 Merge pull request #121 from openapi-processor/dependabot/gradle/com.fasterxm...
  • 50f074e Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1
  • e636b23 Merge pull request #119 from openapi-processor/dependabot/gradle/ch.qos.logba...
  • 6fb4295 Merge pull request #118 from openapi-processor/dependabot/gradle/checker-3.48.1
  • 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)

@dependabot dependabot bot added the dependencies Dependencies update to newer versions label Nov 4, 2024
@OptimumCode OptimumCode enabled auto-merge (squash) November 8, 2024 21:43
Bumps [io.openapiprocessor:json-schema-validator-bom](https://github.com/openapi-processor/openapi-parser) from 2024.4 to 2024.5.
- [Release notes](https://github.com/openapi-processor/openapi-parser/releases)
- [Commits](openapi-processor/openapi-parser@2024.4...v2024.5)

---
updated-dependencies:
- dependency-name: io.openapiprocessor:json-schema-validator-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@OptimumCode
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/io.openapiprocessor-json-schema-validator-bom-2024.5 branch from 474e521 to 43c6ac8 Compare November 8, 2024 21:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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: 43c6ac8 Previous: 001d040 Ratio
mingwX64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 5388.8819459459455 us/op 3530.6864561403513 us/op 1.53
mingwX64.CommonAvgTimeBench.validateBasic ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 5581.495384615385 us/op 3608.1197500000003 us/op 1.55
mingwX64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 11709.888390804597 us/op 7440.356814814816 us/op 1.57
mingwX64.CommonAvgTimeBench.validateDetailed ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 12791.732345679013 us/op 7896.462834645669 us/op 1.62
mingwX64.CommonAvgTimeBench.validateFlag ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 3942.866963562753 us/op 2586.4844300518134 us/op 1.52
mingwX64.CommonAvgTimeBench.validateVerbose ( {"objectPath":"openapi.json","schemaPath":"openapi_schema.json"} ) 18651.49821428571 us/op 11745.29523255814 us/op 1.59
mingwX64.CommonAvgTimeBench.validateVerbose ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 18293.97 us/op 11619.780465116279 us/op 1.57
mingwX64.CommonAvgTimeBench.validate ( {"objectPath":"openapi-invalid.json","schemaPath":"openapi_schema.json"} ) 5253.046597938143 us/op 3438.746450511945 us/op 1.53

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

CC: @OptimumCode

@OptimumCode OptimumCode merged commit dcdbaa1 into main Nov 8, 2024
20 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/io.openapiprocessor-json-schema-validator-bom-2024.5 branch November 8, 2024 22:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant