Skip to content

Commit

Permalink
Merge pull request #99 from wireapp/staging
Browse files Browse the repository at this point in the history
Release 1.18.3
  • Loading branch information
LukasForst authored Sep 26, 2022
2 parents 2120df7 + 1c6166e commit ca1c5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<maven.test.skip>true</maven.test.skip>

<lithium.version>3.4.0</lithium.version>
<lithium.version>3.4.2</lithium.version>
<dropwizard.version>2.1.1</dropwizard.version>
<jwt.version>0.11.5</jwt.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- db

db:
image: postgres:13
image: postgres:14
# just for local development
environment:
- POSTGRES_USER=roman
Expand Down

0 comments on commit ca1c5fb

Please sign in to comment.