Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

Commit dc39ff2

Browse files
committed
upgraded swagger dependencies and pushed version to 2.5.2 for release
1 parent fca667d commit dc39ff2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ mvn clean install assembly:single
1616

1717
### Release History
1818

19+
* Feb 2017 - Version 2.5.2 - Updated core Swagger dependencies, sample response creation and host handling
1920
* Sept 2016 - Version 2.5.1 - Fixed autodetection of Swagger 1.X files and added Testcase generation from Swagger
2021
* July 2016 - Version 2.4.0 - Bug fixes for R!A 1.8.0 release bundling
2122
* June 2016 - Version 2.3.1 - Dependency updates for improved message creation

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.smartbear.soapui.plugins</groupId>
1010
<artifactId>soapui-swagger-plugin</artifactId>
11-
<version>2.5.2-SNAPSHOT</version>
11+
<version>2.5.2</version>
1212

1313
<name>Swagger Plugin</name>
1414
<description>Provides Swagger 1.X/2.0 import/export functionality for REST APIs</description>
@@ -51,10 +51,10 @@
5151
</licenses>
5252

5353
<properties>
54-
<jackson-version>2.4.2</jackson-version>
55-
<swagger-version>1.5.10</swagger-version>
56-
<swagger-parser.version>1.0.22</swagger-parser.version>
57-
<swagger-inflector.version>1.0.10</swagger-inflector.version>
54+
<jackson-version>2.8.4</jackson-version>
55+
<swagger-version>1.5.12</swagger-version>
56+
<swagger-parser.version>1.0.25</swagger-parser.version>
57+
<swagger-inflector.version>1.0.11</swagger-inflector.version>
5858
<readyapi-version>1.9.0</readyapi-version>
5959
</properties>
6060

0 commit comments

Comments
 (0)