Skip to content

Commit

Permalink
Merge pull request #89 from wireapp/staging
Browse files Browse the repository at this point in the history
Release 1.18.0
  • Loading branch information
LukasForst authored Jul 20, 2022
2 parents dac676f + 815f13f commit cbc3d7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY backend/ ./

RUN mvn -Dmaven.test.skip=true package

FROM wirebot/runtime:1.1.1 AS runtime
FROM wirebot/runtime AS runtime
LABEL description="Wire Roman"
LABEL project="wire-bots:roman"

Expand Down
14 changes: 7 additions & 7 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.wire.bots</groupId>
<artifactId>roman</artifactId>
<version>1.17.2</version>
<version>1.18.0</version>

<name>Roman</name>
<description>Wire Bot API Proxy</description>
Expand All @@ -28,9 +28,9 @@

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

<lithium.version>3.3.5</lithium.version>
<dropwizard.version>2.0.21</dropwizard.version>
<jwt.version>0.11.2</jwt.version>
<lithium.version>3.4.0</lithium.version>
<dropwizard.version>2.1.1</dropwizard.version>
<jwt.version>0.11.5</jwt.version>
</properties>

<dependencies>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6.1</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand Down Expand Up @@ -110,13 +110,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.11.1</version>
<version>3.23.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit cbc3d7d

Please sign in to comment.