1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 02:38:07 +02:00

Fix backend bootstrap error

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2020-08-14 22:11:48 +02:00
parent dcdb55e346
commit 8e35c3ba01
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.8.0</version>
<version>2.9.2</version>
</dependency>
</dependencies>