You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2022/03/05 12:13:41 UTC

[GitHub] [fineract] dependabot[bot] opened a new pull request #2061: Bump swagger-ui-dist from 4.0.1 to 4.6.1

dependabot[bot] opened a new pull request #2061:
URL: https://github.com/apache/fineract/pull/2061


   Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 4.0.1 to 4.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/swagger-api/swagger-ui/releases">swagger-ui-dist's releases</a>.</em></p>
   <blockquote>
   <h2>Swagger UI v4.6.1 Released!</h2>
   <h2><a href="https://github.com/swagger-api/swagger-ui/compare/v4.6.0...v4.6.1">4.6.1</a> (2022-03-02)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>build:</strong> correct export of <code>./dist/swagger-ui.css</code> (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7878">#7878</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/eece9f5d9b5e787e9c78a4c17dff75c717451eb0">eece9f5</a>)</li>
   <li><strong>swagger-ui-react:</strong> fix prop type for plugins (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7877">#7877</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/544d16da3562e1e81bf81f5c9648cdc22b5476fb">544d16d</a>)</li>
   <li><strong>docker-nginx:</strong> Output yml/yaml as text/plain (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7749">#7749</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/4109efd734c0c5267f1e5d33f8ff04aa8a67070c">4109efd</a>)</li>
   <li><strong>oauth2:</strong> addEventListener only if document state is not 'loading' (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7828">#7828</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/824917c2aac39c6ad43bd674ae25d4b262705871">824917c</a>), also (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7879">#7879</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/3eb05287efec9300ae612092e44f5378113179a3">3eb0528</a>)</li>
   </ul>
   <h2>Swagger UI v4.6.0 Released!</h2>
   <h1><a href="https://github.com/swagger-api/swagger-ui/compare/v4.5.2...v4.6.0">4.6.0</a> (2022-03-01)</h1>
   <h3>Features</h3>
   <ul>
   <li><strong>build:</strong> webpack@5 and webpack-dev-server@4 (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7826">#7826</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/07d346b5169ff18be8170b72404d573eb24be196">07d346b</a>)</li>
   <li><strong>swagger-ui-react:</strong> add support for persistAuthorization prop (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7842">#7842</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/67dd4f6a8daca575ef9b824f785f554d05079041">67dd4f6</a>), closes <a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7389">#7389</a></li>
   </ul>
   <h3>Additional Notes</h3>
   <p>SwaggerUI is now built using <code>webpack@5</code>, with dev support for <code>webpack-dev-server@4</code></p>
   <ul>
   <li>ES Module output bundle path now points to <code>swagger-ui-es-bundle-core</code>, which does not include dependencies</li>
   <li>No change to CommonJS output bundle or path</li>
   <li>Now uses Asset Modules, which replaces <code>file-loader</code>, <code>raw-loader</code>, and <code>url-loader</code></li>
   <li>Removed unused rules/loaders for <code>.woff | .woff2 | .ttf | .eot</code> fonts and html</li>
   <li>Node polyfills are no longer bundled with <code>webpack@5</code>, and must be loaded separately and/or use <code>resolve.fallback</code>. As an example, SwaggerUI loads <code>process</code>, <code>buffer</code>, and <code>stream-browserify</code> as <code>devDependencies</code> in order to build development and production bundles.</li>
   </ul>
   <p>SwaggerUI-React:</p>
   <ul>
   <li>Now imports <code>swagger-ui-es-bundle-core</code>, and similarly outputs <code>swagger-ui-es-bundle-core</code> to its <code>dist</code> directory</li>
   </ul>
   <p>Dev:</p>
   <ul>
   <li>Order of execution matters for the production npm build scripts. <code>build-stylesheets</code> needs to get built first,
   then cleanup of any empty artifacts, before building the various production bundles</li>
   <li><code>Dev-helpers</code> now relies on <code>HTMLWebpackPlugin</code> to inject css and bundle files</li>
   </ul>
   <h2>Swagger UI v4.5.2 Released!</h2>
   <h2><a href="https://github.com/swagger-api/swagger-ui/compare/v4.5.1...v4.5.2">4.5.2</a> (2022-02-21)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>swagger-ui-react:</strong> load spec on initial render (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7856">#7856</a>) (<a href="https://github.com/swagger-api/swagger-ui/commit/a81341d25f259a1e164a7ed5760d540d3d75b873">a81341d</a>), closes <a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7578">#7578</a></li>
   </ul>
   <h2>Swagger UI v4.5.1 Released!</h2>
   <h2><a href="https://github.com/swagger-api/swagger-ui/compare/v4.5.0...v4.5.1">4.5.1</a> (2022-02-19)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/1dd3ef62adfd79c9a71cd046ff2b7c7bbabf2751"><code>1dd3ef6</code></a> chore(release): cut the v4.6.1 release</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/4109efd734c0c5267f1e5d33f8ff04aa8a67070c"><code>4109efd</code></a> fix(docker-nginx): Output yml/yaml as text/plain (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7749">#7749</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/09a403f38244c6f04badf63d984de7e54f1b9097"><code>09a403f</code></a> docs: move summary to README (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7816">#7816</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/434e9cf25175b04fa268062ce90a81bc1ddafa95"><code>434e9cf</code></a> chore(deps-dev): bump eslint-plugin-jest from 25.2.4 to 26.1.1 (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7870">#7870</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/3eb05287efec9300ae612092e44f5378113179a3"><code>3eb0528</code></a> fix(oauth2): addEventListener only if document state is not 'loading' (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7879">#7879</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/824917c2aac39c6ad43bd674ae25d4b262705871"><code>824917c</code></a> fix(oauth2): addEventListener only if document state is not 'loading' (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7828">#7828</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/544d16da3562e1e81bf81f5c9648cdc22b5476fb"><code>544d16d</code></a> fix(swagger-ui-react): fix prop type for plugins (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7877">#7877</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/eece9f5d9b5e787e9c78a4c17dff75c717451eb0"><code>eece9f5</code></a> fix(build): correct export of <code>./dist/swagger-ui.css</code> (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7878">#7878</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/b136892dd14a72bd01291b785fa9adec392d00c5"><code>b136892</code></a> chore(deps-dev): bump terser-webpack-plugin from 5.3.0 to 5.3.1 (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7876">#7876</a>)</li>
   <li><a href="https://github.com/swagger-api/swagger-ui/commit/ed0ea867712a11b00a390247536459d7bb01b2c1"><code>ed0ea86</code></a> chore(deps-dev): bump cssnano from 5.0.11 to 5.1.0 (<a href="https://github-redirect.dependabot.com/swagger-api/swagger-ui/issues/7874">#7874</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/swagger-api/swagger-ui/compare/v4.0.1...v4.6.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.webjars.npm:swagger-ui-dist&package-manager=gradle&previous-version=4.0.1&new-version=4.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] vidakovic merged pull request #2061: Bump swagger-ui-dist from 4.0.1 to 4.6.1

Posted by GitBox <gi...@apache.org>.
vidakovic merged pull request #2061:
URL: https://github.com/apache/fineract/pull/2061


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] sonarcloud[bot] removed a comment on pull request #2061: Bump swagger-ui-dist from 4.0.1 to 4.6.1

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] removed a comment on pull request #2061:
URL: https://github.com/apache/fineract/pull/2061#issuecomment-1059800611


   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] sonarcloud[bot] commented on pull request #2061: Bump swagger-ui-dist from 4.0.1 to 4.6.1

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] commented on pull request #2061:
URL: https://github.com/apache/fineract/pull/2061#issuecomment-1059755882


   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] sonarcloud[bot] removed a comment on pull request #2061: Bump swagger-ui-dist from 4.0.1 to 4.6.1

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] removed a comment on pull request #2061:
URL: https://github.com/apache/fineract/pull/2061#issuecomment-1059755882


   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] sonarcloud[bot] commented on pull request #2061: Bump swagger-ui-dist from 4.0.1 to 4.6.1

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] commented on pull request #2061:
URL: https://github.com/apache/fineract/pull/2061#issuecomment-1059800611


   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract] sonarcloud[bot] commented on pull request #2061: Bump swagger-ui-dist from 4.0.1 to 4.6.1

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] commented on pull request #2061:
URL: https://github.com/apache/fineract/pull/2061#issuecomment-1059801314


   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2061&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2061&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2061&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org