Skip to content

Commit

Permalink
update swagger to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst committed Sep 26, 2022
1 parent 1a214e3 commit 8b9b406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.wire</groupId>
<artifactId>lithium</artifactId>
<version>3.4.0</version>
<version>3.4.2</version>
</dependency>
<dependencies>
```
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.wire</groupId>
<artifactId>lithium</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<name>Lithium</name>
<description>Wire Bots SDK written in Java</description>
<url>https://wire.com/</url>
Expand Down Expand Up @@ -105,16 +105,17 @@
<dependency>
<groupId>com.github.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>1532b0c531</version>
<version>72e8441e4a</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.6</version>
<version>42.5.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<!-- we need stick here so far as prod is running on older version of Postgres -->
<version>7.8.2</version>
</dependency>

Expand Down

0 comments on commit 8b9b406

Please # to comment.