You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2022/04/07 06:05:39 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2675] swagger

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 18022d8c9 [OPENMEETINGS-2675] swagger
18022d8c9 is described below

commit 18022d8c9f2e9a5f2c8de9c99d48e76142245a62
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Apr 7 13:05:29 2022 +0700

    [OPENMEETINGS-2675] swagger
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22bd3bb2a..9dcd90c52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
 		<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
 		<jquery-ui-touch-punch.version>0.2.3-2</jquery-ui-touch-punch.version>
 		<apacheds-test-framework.version>2.0.0.AM26</apacheds-test-framework.version>
-		<swagger.version>2.1.13</swagger.version>
+		<swagger.version>2.2.0</swagger.version>
 		<!--  Exclude all generated code  -->
 		<sonar.exclusions>file:**/generated-sources/**, file:**/jquery-ui.css, file:**/cssemoticons.js, file:**/bootstrap-confirmation.js</sonar.exclusions>
 		<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>