Skip to content

Commit

Permalink
Merge pull request #65 from wireapp/develop
Browse files Browse the repository at this point in the history
Release 3.3.6
  • Loading branch information
dkovacevic authored May 5, 2022
2 parents f23aaf9 + 3cc6a69 commit f61b862
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

<groupId>com.wire</groupId>
<artifactId>lithium</artifactId>
<version>3.3.5</version>

<version>3.3.6</version>
<name>Lithium</name>
<description>Wire Bots SDK written in Java</description>
<url>https://wire.com/</url>
Expand Down Expand Up @@ -58,7 +57,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<dropwizard.version>2.0.26</dropwizard.version>
<dropwizard.version>2.0.29</dropwizard.version>
<junit.version>5.8.2</junit.version>
</properties>

Expand Down Expand Up @@ -115,7 +114,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>8.1.0</version>
<version>7.8.2</version>
</dependency>

<dependency>
Expand All @@ -127,7 +126,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.21.0</version>
<version>3.22.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f61b862

Please sign in to comment.