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