Skip to content

Commit

Permalink
chore: adjust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Mar 13, 2024
1 parent ed84d74 commit dcdc1c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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.6.3</version>
<version>3.6.4</version>
<name>Lithium</name>
<description>Wire Bots SDK written in Java</description>
<url>https://wire.com/</url>
Expand Down Expand Up @@ -125,13 +125,11 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>${flyway.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
Expand All @@ -142,13 +140,11 @@
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.smoketurner</groupId>
<artifactId>dropwizard-swagger</artifactId>
<version>4.0.0-1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand Down

0 comments on commit dcdc1c1

Please sign in to comment.