Compare commits
2 commits
f29ec8f5c2
...
b521706127
Author | SHA1 | Date | |
---|---|---|---|
b521706127 | |||
d1638ad484 |
2 changed files with 4 additions and 4 deletions
|
@ -22,6 +22,6 @@ steps:
|
|||
dockerfile: Dockerfile
|
||||
target: setup-image
|
||||
repo: rg.fr-par.scw.cloud/hamburghammer/dchat/setup-image
|
||||
tag: ${CI_PIPELINE_NUMBER}
|
||||
tag: "${CI_PIPELINE_NUMBER}"
|
||||
pull_image: false
|
||||
platforms: ${PLATFORM}
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -61,7 +61,7 @@
|
|||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.4.14</version>
|
||||
<version>1.5.2</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -73,7 +73,7 @@
|
|||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>42.7.1</version>
|
||||
<version>42.7.2</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -99,7 +99,7 @@
|
|||
<dependency>
|
||||
<groupId>io.javalin</groupId>
|
||||
<artifactId>javalin</artifactId>
|
||||
<version>6.0.1</version>
|
||||
<version>6.1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.javacord</groupId>
|
||||
|
|
Loading…
Reference in a new issue