Skip to content

Commit 75dcc82

Browse files
authored
Merge branch '3.0.0' into oneOfProperties-issue
2 parents 8acbd40 + 0646258 commit 75dcc82

File tree

48 files changed

+286
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+286
-195
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3.svg)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3)
44

5-
- 3.0.14-SNAPSHOT: [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/3.0.0.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
5+
- 3.0.15-SNAPSHOT: [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/3.0.0.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
66
[![Java Test](https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3.svg)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3)
7-
- Master (2.4.9): [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/master.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
7+
- Master (2.4.11-SNAPSHOT): [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/master.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
88
[![Java Test](https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master.svg)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master)
99
[![Windows Test](https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=master&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails)](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen)
1010

@@ -37,7 +37,7 @@ dependency example:
3737
<dependency>
3838
<groupId>io.swagger.codegen.v3</groupId>
3939
<artifactId>swagger-codegen-maven-plugin</artifactId>
40-
<version>3.0.14-SNAPSHOT</version>
40+
<version>3.0.14</version>
4141
</dependency>
4242
```
4343

@@ -54,7 +54,7 @@ dependency example:
5454
<dependency>
5555
<groupId>io.swagger</groupId>
5656
<artifactId>swagger-codegen-maven-plugin</artifactId>
57-
<version>2.4.9</version>
57+
<version>2.4.10</version>
5858
</dependency>
5959
```
6060

@@ -112,8 +112,9 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
112112

113113
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
114114
-------------------------- | ------------ | -------------------------- | -----
115-
3.0.14-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.14-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
116-
[3.0.13](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.13) (**current stable**) | 2019-16-14 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.13](https://github.com/swagger-api/swagger-codegen/tree/v3.0.13)
115+
3.0.15-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.15-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
116+
[3.0.14](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.14) (**current stable**) | 2019-11-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.14](https://github.com/swagger-api/swagger-codegen/tree/v3.0.14)
117+
[3.0.13](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.13) | 2019-10-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.13](https://github.com/swagger-api/swagger-codegen/tree/v3.0.13)
117118
[3.0.12](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.12) | 2019-10-14 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.12](https://github.com/swagger-api/swagger-codegen/tree/v3.0.12)
118119
[3.0.11](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.11) | 2019-08-24 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.11](https://github.com/swagger-api/swagger-codegen/tree/v3.0.11)
119120
[3.0.10](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.10) | 2019-07-11 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.10](https://github.com/swagger-api/swagger-codegen/tree/v3.0.10)
@@ -126,8 +127,9 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
126127
[3.0.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.2)| 2018-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
127128
[3.0.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.1)| 2018-10-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
128129
[3.0.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0)| 2018-09-06 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
129-
2.4.10-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.10-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
130-
[2.4.9](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.9) (**current stable**) | 2019-10-14 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.9](https://github.com/swagger-api/swagger-codegen/tree/v2.4.9)
130+
2.4.11-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.11-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
131+
[2.4.10](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.10) (**current stable**) | 2019-11-16 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.10](https://github.com/swagger-api/swagger-codegen/tree/v2.4.10)
132+
[2.4.9](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.9) | 2019-10-14 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.9](https://github.com/swagger-api/swagger-codegen/tree/v2.4.9)
131133
[2.4.8](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.8) | 2019-08-24 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.8](https://github.com/swagger-api/swagger-codegen/tree/v2.4.8)
132134
[2.4.7](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.7) | 2019-07-11 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.7](https://github.com/swagger-api/swagger-codegen/tree/v2.4.7)
133135
[2.4.6](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.6) | 2019-06-28 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.6](https://github.com/swagger-api/swagger-codegen/tree/v2.4.6)
@@ -150,12 +152,12 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
150152
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
151153

152154
```sh
153-
wget http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.13/swagger-codegen-cli-3.0.13.jar -O swagger-codegen-cli.jar
155+
wget http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.14/swagger-codegen-cli-3.0.14.jar -O swagger-codegen-cli.jar
154156

155157
java -jar swagger-codegen-cli.jar --help
156158
```
157159

158-
For Windows users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. `Invoke-WebRequest -OutFile swagger-codegen-cli.jar http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.13/swagger-codegen-cli-3.0.13.jar`
160+
For Windows users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. `Invoke-WebRequest -OutFile swagger-codegen-cli.jar http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.14/swagger-codegen-cli-3.0.14.jar`
159161

160162
On a mac, it's even easier with `brew`:
161163
```sh
@@ -170,7 +172,7 @@ To build from source, you need the following installed and available in your $PA
170172

171173
#### OS X Users
172174

173-
Don't forget to install Java 8. You probably have 1.6 or 1.7.
175+
Don't forget to install Java 8.
174176

175177
Export JAVA_HOME in order to use the supported Java version:
176178
```sh

modules/swagger-codegen-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger.codegen.v3</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>3.0.14-SNAPSHOT</version>
6+
<version>3.0.15-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.swagger.codegen.v3</groupId>
88
<artifactId>swagger-codegen-project</artifactId>
9-
<version>3.0.14-SNAPSHOT</version>
9+
<version>3.0.15-SNAPSHOT</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<artifactId>swagger-codegen-maven-plugin</artifactId>

modules/swagger-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger.codegen.v3</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>3.0.14-SNAPSHOT</version>
6+
<version>3.0.15-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -200,7 +200,7 @@
200200
</reporting>
201201
<properties>
202202
<diffutils-version>1.3.0</diffutils-version>
203-
<swagger-codegen-v2-version>2.4.9</swagger-codegen-v2-version>
203+
<swagger-codegen-v2-version>2.4.11-SNAPSHOT</swagger-codegen-v2-version>
204204
</properties>
205205
<dependencies>
206206
<dependency>

modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/CodegenOperation.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class CodegenOperation extends CodegenObject {
2626
public List<CodegenParameter> pathParams = new ArrayList<CodegenParameter>();
2727
public List<CodegenParameter> queryParams = new ArrayList<CodegenParameter>();
2828
public List<CodegenParameter> headerParams = new ArrayList<CodegenParameter>();
29+
public List<CodegenParameter> cookieParams = new ArrayList<CodegenParameter>();
2930
public List<CodegenParameter> formParams = new ArrayList<CodegenParameter>();
3031
public List<CodegenParameter> requiredParams = new ArrayList<CodegenParameter>();
3132
public List<CodegenSecurity> authMethods;
@@ -76,6 +77,15 @@ public boolean getHasHeaderParams() {
7677
return nonempty(headerParams);
7778
}
7879

80+
/**
81+
* Check if there's at least one cookie parameter
82+
*
83+
* @return true if cookie parameter exists, false otherwise
84+
*/
85+
public boolean getHasCookieParams() {
86+
return nonempty(cookieParams);
87+
}
88+
7989
/**
8090
* Check if there's at least one path parameter
8191
*
@@ -292,6 +302,7 @@ public int hashCode() {
292302
result = 31 * result + (pathParams != null ? pathParams.hashCode() : 0);
293303
result = 31 * result + (queryParams != null ? queryParams.hashCode() : 0);
294304
result = 31 * result + (headerParams != null ? headerParams.hashCode() : 0);
305+
result = 31 * result + (cookieParams != null ? cookieParams.hashCode() : 0);
295306
result = 31 * result + (formParams != null ? formParams.hashCode() : 0);
296307
result = 31 * result + (authMethods != null ? authMethods.hashCode() : 0);
297308
result = 31 * result + (tags != null ? tags.hashCode() : 0);
@@ -403,6 +414,10 @@ public List<CodegenParameter> getHeaderParams() {
403414
return headerParams;
404415
}
405416

417+
public List<CodegenParameter> getCookieParams() {
418+
return cookieParams;
419+
}
420+
406421
public List<CodegenParameter> getFormParams() {
407422
return formParams;
408423
}

modules/swagger-generator/pom.xml

Lines changed: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger.codegen.v3</groupId>
66
<artifactId>swagger-codegen-project</artifactId>
7-
<version>3.0.14-SNAPSHOT</version>
7+
<version>3.0.15-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>swagger-generator</artifactId>
@@ -38,6 +38,31 @@
3838
</execution>
3939
</executions>
4040
</plugin>
41+
<!-- <plugin>
42+
<groupId>org.codehaus.mojo</groupId>
43+
<artifactId>properties-maven-plugin</artifactId>
44+
<version>1.0.0</version>
45+
<executions>
46+
<execution>
47+
<phase>pre-integration-test</phase>
48+
<goals>
49+
<goal>set-system-properties</goal>
50+
</goals>
51+
<configuration>
52+
<properties>
53+
<property>
54+
<name>org.eclipse.jetty.util.log.class</name>
55+
<value>org.eclipse.jetty.util.log.StdErrLog</value>
56+
</property>
57+
<property>
58+
<name>org.eclipse.jetty.annotations.AnnotationParser.LEVEL</name>
59+
<value>OFF</value>
60+
</property>
61+
</properties>
62+
</configuration>
63+
</execution>
64+
</executions>
65+
</plugin>-->
4166
<plugin>
4267
<groupId>org.apache.maven.plugins</groupId>
4368
<artifactId>maven-failsafe-plugin</artifactId>
@@ -293,15 +318,36 @@
293318
<groupId>javax.servlet</groupId>
294319
<artifactId>javax.servlet-api</artifactId>
295320
<version>${servlet-api.version}</version>
321+
<scope>provided</scope>
296322
</dependency>
297323
<dependency>
298324
<groupId>io.swagger.codegen.v3</groupId>
299325
<artifactId>swagger-codegen</artifactId>
300326
<version>${project.version}</version>
327+
<exclusions>
328+
<exclusion>
329+
<groupId>javax.activation</groupId>
330+
<artifactId>activation</artifactId>
331+
</exclusion>
332+
<exclusion>
333+
<groupId>javax.xml.bind</groupId>
334+
<artifactId>jaxb-api</artifactId>
335+
</exclusion>
336+
</exclusions>
301337
</dependency>
302338
<dependency>
303339
<groupId>io.swagger.codegen.v3</groupId>
304340
<artifactId>swagger-codegen-generators</artifactId>
341+
<exclusions>
342+
<exclusion>
343+
<groupId>javax.activation</groupId>
344+
<artifactId>activation</artifactId>
345+
</exclusion>
346+
<exclusion>
347+
<groupId>javax.xml.bind</groupId>
348+
<artifactId>jaxb-api</artifactId>
349+
</exclusion>
350+
</exclusions>
305351
</dependency>
306352
<dependency>
307353
<groupId>io.swagger</groupId>
@@ -312,20 +358,42 @@
312358
<groupId>org.codehaus.woodstox</groupId>
313359
<artifactId>woodstox-core-asl</artifactId>
314360
</exclusion>
361+
<exclusion>
362+
<groupId>javax.activation</groupId>
363+
<artifactId>activation</artifactId>
364+
</exclusion>
365+
<exclusion>
366+
<groupId>javax.xml.bind</groupId>
367+
<artifactId>jaxb-api</artifactId>
368+
</exclusion>
369+
<exclusion>
370+
<groupId>javax.inject</groupId>
371+
<artifactId>javax.inject</artifactId>
372+
</exclusion>
315373
</exclusions>
316374
</dependency>
317375
<dependency>
318376
<groupId>org.testng</groupId>
319377
<artifactId>testng</artifactId>
320378
<scope>test</scope>
379+
<exclusions>
380+
<exclusion>
381+
<groupId>javax.inject</groupId>
382+
<artifactId>javax.inject</artifactId>
383+
</exclusion>
384+
<exclusion>
385+
<groupId>aopalliance</groupId>
386+
<artifactId>aopalliance</artifactId>
387+
</exclusion>
388+
</exclusions>
321389
</dependency>
322390
</dependencies>
323391
<properties>
324392
<dockerfile.tag.skip>true</dockerfile.tag.skip>
325393
<docker-latest-tag>unstable</docker-latest-tag>
326394
<maven-plugin-version>1.0.0</maven-plugin-version>
327395
<jetty-version>9.4.14.v20181114</jetty-version>
328-
<inflector-version>2.0.0</inflector-version>
396+
<inflector-version>2.0.5</inflector-version>
329397
<junit-version>4.8.2</junit-version>
330398
<servlet-api.version>3.1.0</servlet-api.version>
331399
<JETTY_TEST_HTTP_PORT>8080</JETTY_TEST_HTTP_PORT>

modules/swagger-generator/src/main/resources/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
info:
55
description: 'This is an online swagger codegen server. You can find out more at
66
https://github.com/swagger-api/swagger-codegen or on [irc.freenode.net, #swagger](http://swagger.io/irc/).'
7-
version: 3.0.14-SNAPSHOT
7+
version: 3.0.15-SNAPSHOT
88
title: Swagger Generator
99
license:
1010
name: Apache 2.0

pom.docker.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>swagger-codegen-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>swagger-codegen-project</name>
12-
<version>3.0.14-SNAPSHOT</version>
12+
<version>3.0.15-SNAPSHOT</version>
1313
<url>https://github.com/swagger-api/swagger-codegen</url>
1414
<scm>
1515
<connection>scm:git:[email protected]:swagger-api/swagger-codegen.git</connection>
@@ -1070,12 +1070,12 @@
10701070
</repository>
10711071
</repositories>
10721072
<properties>
1073-
<swagger-codegen-generators-version>1.0.14-SNAPSHOT</swagger-codegen-generators-version>
1074-
<swagger-core-version>2.0.10</swagger-core-version>
1075-
<swagger-core-version-v1>1.5.24</swagger-core-version-v1>
1076-
<swagger-parser-version>2.0.16-SNAPSHOT</swagger-parser-version>
1077-
<swagger-parser-version-v1>1.0.47</swagger-parser-version-v1>
1078-
<jackson-version>2.9.10</jackson-version>
1073+
<swagger-codegen-generators-version>1.0.15-SNAPSHOT</swagger-codegen-generators-version>
1074+
<swagger-core-version>2.1.1-SNAPSHOT</swagger-core-version>
1075+
<swagger-core-version-v1>1.6.1-SNAPSHOT</swagger-core-version-v1>
1076+
<swagger-parser-version>2.0.17-SNAPSHOT</swagger-parser-version>
1077+
<swagger-parser-version-v1>1.0.49-SNAPSHOT</swagger-parser-version-v1>
1078+
<jackson-version>2.10.1</jackson-version>
10791079
<scala-version>2.11.1</scala-version>
10801080
<felix-version>3.3.0</felix-version>
10811081
<commons-io-version>2.4</commons-io-version>
@@ -1092,7 +1092,7 @@
10921092
<jmockit-version>1.25</jmockit-version>
10931093
<reflections-version>0.9.11</reflections-version>
10941094
<jmockit-version>1.42</jmockit-version>
1095-
<snakeyaml-version>1.23</snakeyaml-version>
1095+
<snakeyaml-version>1.24</snakeyaml-version>
10961096
<handlebars-version>4.1.2</handlebars-version>
10971097
</properties>
10981098
</project>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>swagger-codegen-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>swagger-codegen-project</name>
12-
<version>3.0.14-SNAPSHOT</version>
12+
<version>3.0.15-SNAPSHOT</version>
1313
<url>https://github.com/swagger-api/swagger-codegen</url>
1414
<scm>
1515
<connection>scm:git:[email protected]:swagger-api/swagger-codegen.git</connection>
@@ -1161,12 +1161,12 @@
11611161
</repository>
11621162
</repositories>
11631163
<properties>
1164-
<swagger-codegen-generators-version>1.0.14-SNAPSHOT</swagger-codegen-generators-version>
1165-
<swagger-core-version>2.0.10</swagger-core-version>
1166-
<swagger-core-version-v1>1.5.24</swagger-core-version-v1>
1167-
<swagger-parser-version>2.0.16-SNAPSHOT</swagger-parser-version>
1168-
<swagger-parser-version-v1>1.0.47</swagger-parser-version-v1>
1169-
<jackson-version>2.9.10</jackson-version>
1164+
<swagger-codegen-generators-version>1.0.15-SNAPSHOT</swagger-codegen-generators-version>
1165+
<swagger-core-version>2.1.1-SNAPSHOT</swagger-core-version>
1166+
<swagger-core-version-v1>1.6.1-SNAPSHOT</swagger-core-version-v1>
1167+
<swagger-parser-version>2.0.17-SNAPSHOT</swagger-parser-version>
1168+
<swagger-parser-version-v1>1.0.49-SNAPSHOT</swagger-parser-version-v1>
1169+
<jackson-version>2.10.1</jackson-version>
11701170
<scala-version>2.11.1</scala-version>
11711171
<felix-version>3.3.0</felix-version>
11721172
<commons-io-version>2.4</commons-io-version>
@@ -1183,7 +1183,7 @@
11831183
<jmockit-version>1.25</jmockit-version>
11841184
<reflections-version>0.9.11</reflections-version>
11851185
<jmockit-version>1.42</jmockit-version>
1186-
<snakeyaml-version>1.23</snakeyaml-version>
1186+
<snakeyaml-version>1.24</snakeyaml-version>
11871187
<handlebars-version>4.1.2</handlebars-version>
11881188
</properties>
11891189
</project>

0 commit comments

Comments
 (0)