You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2023/01/09 09:08:09 UTC

[isis] branch master updated: Bump various swagger versions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f32f1e3a5d Bump various swagger versions
f32f1e3a5d is described below

commit f32f1e3a5dd9871185844d4b4fd9c6d0a7e4e848
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jan 9 10:07:57 2023 +0100

    Bump various swagger versions
---
 incubator/viewers/vaadin/model/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/incubator/viewers/vaadin/model/pom.xml b/incubator/viewers/vaadin/model/pom.xml
index f4587a4902..d6034045b2 100644
--- a/incubator/viewers/vaadin/model/pom.xml
+++ b/incubator/viewers/vaadin/model/pom.xml
@@ -89,7 +89,7 @@
 		<dependency>
 			<groupId>io.swagger.parser.v3</groupId>
 			<artifactId>swagger-parser-v3</artifactId>
-			<version>2.1.9</version>
+			<version>2.1.10</version>
 			<exclusions>
 				<exclusion>
 					<groupId>io.swagger.core.v3</groupId>
@@ -104,7 +104,7 @@
 		<dependency>
 			<groupId>io.swagger.core.v3</groupId>
 			<artifactId>swagger-core</artifactId>
-			<version>2.2.7</version>
+			<version>2.2.8</version>
 			<exclusions>
 				<exclusion>
 					<groupId>io.swagger.core.v3</groupId>
@@ -115,7 +115,7 @@
 		<dependency>
 			<groupId>io.swagger.parser.v3</groupId>
 			<artifactId>swagger-parser-core</artifactId>
-			<version>2.1.9</version>
+			<version>2.1.10</version>
 			<exclusions>
 				<exclusion>
 					<groupId>io.swagger.core.v3</groupId>
@@ -136,7 +136,7 @@
 		<dependency>
 			<groupId>io.swagger.core.v3</groupId>
 			<artifactId>swagger-models</artifactId>
-			<version>2.2.7</version>
+			<version>2.2.8</version>
 		</dependency>
 
 		<!-- TEST DEPENDENCIES -->