You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2022/03/25 06:15:51 UTC

[fineract] branch develop updated: chore(deps): bump swagger-ui-dist from 4.6.2 to 4.9.0

This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 800495f  chore(deps): bump swagger-ui-dist from 4.6.2 to 4.9.0
800495f is described below

commit 800495f64e014dff340e84c61e68b02f0963a038
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 25 04:40:50 2022 +0000

    chore(deps): bump swagger-ui-dist from 4.6.2 to 4.9.0
    
    Bumps [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) from 4.6.2 to 4.9.0.
    - [Release notes](https://github.com/swagger-api/swagger-ui/releases)
    - [Commits](https://github.com/swagger-api/swagger-ui/compare/v4.6.2...v4.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.webjars.npm:swagger-ui-dist
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d043552..77508d1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -152,7 +152,7 @@ allprojects  {
             dependency 'com.github.spotbugs:spotbugs-annotations:4.6.0'
             dependency 'javax.cache:cache-api:1.1.1'
             dependency 'org.mock-server:mockserver-junit-jupiter:5.13.0'
-            dependency 'org.webjars.npm:swagger-ui-dist:4.6.2'
+            dependency 'org.webjars.npm:swagger-ui-dist:4.9.0'
             dependency 'org.webjars:webjars-locator-core:0.50'
             dependency 'com.icegreen:greenmail-junit5:1.6.7'
             dependency 'com.intuit.karate:karate-junit5:1.2.0.RC5'