Skip to content

Commit

Permalink
Dependencies update (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst authored May 13, 2021
1 parent f275ddb commit 01bf49b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0</version>
<version>3.3.1</version>
</dependency>
<dependencies>
```
Expand Down
4 changes: 2 additions & 2 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.0</version>
<version>3.3.1</version>

<name>Lithium</name>
<description>Wire Bots SDK written in Java</description>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.wire</groupId>
<artifactId>xenon</artifactId>
<version>1.3.0</version>
<version>1.3.2</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 01bf49b

Please sign in to comment.