Skip to content

Commit c64c19e

Browse files
committed
bump swagger-parser from 2.1.35 to 2.1.36, snakeyaml-engine from 2.10 to 3.0.1, commonmark from 0.21.0 to 0.27.0
1 parent 6e12966 commit c64c19e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openapi-codegen-generator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@
6666
<dependency>
6767
<groupId>io.swagger.parser.v3</groupId>
6868
<artifactId>swagger-parser</artifactId>
69-
<version>2.1.35</version>
69+
<version>2.1.36</version>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>org.snakeyaml</groupId>
7474
<artifactId>snakeyaml-engine</artifactId>
75-
<version>2.10</version>
75+
<version>3.0.1</version>
7676
</dependency>
7777

7878
<dependency>
7979
<groupId>org.commonmark</groupId>
8080
<artifactId>commonmark</artifactId>
81-
<version>0.21.0</version>
81+
<version>0.27.0</version>
8282
</dependency>
8383

8484
<dependency>

0 commit comments

Comments
 (0)