Compare commits
13 Commits
0c6c3755f2
...
renovate/i
Author | SHA1 | Date | |
---|---|---|---|
|
a06b07d0ca | ||
b19893f5ad | |||
1bc7c1369c | |||
a397b71382 | |||
c3d271bb3b | |||
6fd0260b4e | |||
b33dc292cd | |||
|
c9da76d3e2 | ||
|
9266c8a433 | ||
|
1112ce0591 | ||
|
2020290349 | ||
|
ea0f899cb1 | ||
|
13d556eaf4 |
@ -11,7 +11,7 @@ COPY . .
|
||||
RUN mvn package -T2C -q -Dmaven.test.skip -DskipTests
|
||||
|
||||
# Stage 2: Create the final lightweight image
|
||||
FROM eclipse-temurin:17.0.12_7-jre-focal
|
||||
FROM eclipse-temurin:17.0.13_11-jre-focal
|
||||
|
||||
# Install Git
|
||||
RUN apt-get update && apt-get install git -y
|
||||
|
10
API/pom.xml
10
API/pom.xml
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.3.3</version>
|
||||
<version>3.4.0</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
<dependency>
|
||||
<groupId>com.konghq</groupId>
|
||||
<artifactId>unirest-java-bom</artifactId>
|
||||
<version>4.4.4</version>
|
||||
<version>4.4.5</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
@ -84,7 +84,7 @@
|
||||
<dependency>
|
||||
<groupId>net.dv8tion</groupId>
|
||||
<artifactId>JDA</artifactId>
|
||||
<version>5.1.0</version>
|
||||
<version>5.2.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>club.minnced</groupId>
|
||||
@ -109,13 +109,13 @@
|
||||
<dependency>
|
||||
<groupId>io.sentry</groupId>
|
||||
<artifactId>sentry-spring-boot-starter-jakarta</artifactId>
|
||||
<version>8.0.0-alpha.4</version>
|
||||
<version>8.0.0-rc.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.questdb</groupId>
|
||||
<artifactId>questdb</artifactId>
|
||||
<version>8.1.1</version>
|
||||
<version>8.2.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
Reference in New Issue
Block a user