Skip to content

Commit 965c370

Browse files
committed
chore: Bump up
1 parent 7e33667 commit 965c370

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dockerPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: ree6/backend
4242

4343
- name: Build and push Docker image
44-
uses: docker/build-push-action@v6.13.0
44+
uses: docker/build-push-action@v6.18.0
4545
with:
4646
platforms: linux/amd64,linux/arm64
4747
context: Backend/
@@ -77,7 +77,7 @@ jobs:
7777
images: ree6/frontend
7878

7979
- name: Build and push Docker image
80-
uses: docker/build-push-action@v6.13.0
80+
uses: docker/build-push-action@v6.18.0
8181
with:
8282
platforms: linux/amd64,linux/arm64
8383
context: Frontend/docker

Backend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.springdoc</groupId>
3939
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
40-
<version>2.8.4</version>
40+
<version>2.8.9</version>
4141
</dependency>
4242

4343
<!-- Spring -->
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>net.dv8tion</groupId>
7777
<artifactId>JDA</artifactId>
78-
<version>5.2.3</version>
78+
<version>5.6.1</version>
7979
<exclusions>
8080
<exclusion>
8181
<groupId>club.minnced</groupId>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.projectlombok</groupId>
107107
<artifactId>lombok</artifactId>
108-
<version>1.18.36</version>
108+
<version>1.18.38</version>
109109
<scope>provided</scope>
110110
</dependency>
111111
<dependency>

0 commit comments

Comments
 (0)