Skip to content

Commit 7b0459c

Browse files
committed
Merge pull request #71 from bchazalet/latest-maven-version
update the Readme file with latest maven versions
2 parents bf9b494 + adc9d0f commit 7b0459c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You can include this library from Sonatype OSS for SNAPSHOTS, or Maven central f
9090
<dependency>
9191
<groupId>io.swagger</groupId>
9292
<artifactId>swagger-parser</artifactId>
93-
<version>1.0.0</version>
93+
<version>1.0.8</version>
9494
</dependency>
9595

9696
```
@@ -100,7 +100,7 @@ To add swagger parsing support for older versions of swagger, add the `compat` m
100100
<dependency>
101101
<groupId>io.swagger</groupId>
102102
<artifactId>swagger-compat-spec-parser</artifactId>
103-
<version>1.0.0</version>
103+
<version>1.0.8</version>
104104
</dependency>
105105

106106
```

0 commit comments

Comments
 (0)