davidmoten / openapi-to-plantuml

Converts OpenAPI 3.0 definitions to Plant UML text for visualisation of your API.
Apache License 2.0
91 stars 18 forks source link

Bump com.github.davidmoten:kool from 0.1.29 to 0.1.30 #210

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps com.github.davidmoten:kool from 0.1.29 to 0.1.30.

Release notes

Sourced from com.github.davidmoten:kool's releases.

0.1.30

Enhancements

Runtime

Build

Full Changelog: https://github.com/davidmoten/kool/compare/0.1.29...0.1.30

Commits
  • 92aa87c [maven-release-plugin] prepare release 0.1.30
  • ed0d7b7 use long parameters for Stream skip, get, mapWithIndex operators (#95)
  • 0dd9190 Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2
  • 4c20ead Bump org.apache.maven.plugins:maven-compiler-plugin
  • eaa0784 Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1
  • ddcbecb Bump org.apache.maven.plugins:maven-compiler-plugin
  • 6bc7b71 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3
  • b674bd6 Bump org.apache.maven.plugins:maven-project-info-reports-plugin
  • f340d64 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1
  • 22360ed Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.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 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)
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6c326ad) 88.32% compared to head (ce85efe) 88.31%. Report is 13 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #210 +/- ## ============================================ - Coverage 88.32% 88.31% -0.02% Complexity 324 324 ============================================ Files 20 20 Lines 1062 1061 -1 Branches 144 143 -1 ============================================ - Hits 938 937 -1 Misses 96 96 Partials 28 28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.