Skip to content

Commit

Permalink
Merge pull request #67 from wireapp/update-deps
Browse files Browse the repository at this point in the history
Update xenon to latest version
  • Loading branch information
LukasForst authored Jul 20, 2022
2 parents 09e0a2c + 49f2ef9 commit cea8f80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.3.3</version>
<version>3.4.0</version>
</dependency>
<dependencies>
```
Expand Down
10 changes: 5 additions & 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.3.7</version>
<version>3.4.0</version>
<name>Lithium</name>
<description>Wire Bots SDK written in Java</description>
<url>https://wire.com/</url>
Expand Down Expand Up @@ -57,7 +57,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<dropwizard.version>2.1.0</dropwizard.version>
<dropwizard.version>2.1.1</dropwizard.version>
<junit.version>5.8.2</junit.version>
<maven.test.skip>true</maven.test.skip>
</properties>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>com.wire</groupId>
<artifactId>xenon</artifactId>
<version>1.3.6</version>
<version>1.4.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.4</version>
<version>42.3.6</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
Expand All @@ -127,7 +127,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.22.0</version>
<version>3.23.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cea8f80

Please sign in to comment.