File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
images : ree6/backend
42
42
43
43
- name : Build and push Docker image
44
- uses : docker/build-push-action@v6.13 .0
44
+ uses : docker/build-push-action@v6.18 .0
45
45
with :
46
46
platforms : linux/amd64,linux/arm64
47
47
context : Backend/
77
77
images : ree6/frontend
78
78
79
79
- name : Build and push Docker image
80
- uses : docker/build-push-action@v6.13 .0
80
+ uses : docker/build-push-action@v6.18 .0
81
81
with :
82
82
platforms : linux/amd64,linux/arm64
83
83
context : Frontend/docker
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >org.springdoc</groupId >
39
39
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
40
- <version >2.8.4 </version >
40
+ <version >2.8.9 </version >
41
41
</dependency >
42
42
43
43
<!-- Spring -->
75
75
<dependency >
76
76
<groupId >net.dv8tion</groupId >
77
77
<artifactId >JDA</artifactId >
78
- <version >5.2.3 </version >
78
+ <version >5.6.1 </version >
79
79
<exclusions >
80
80
<exclusion >
81
81
<groupId >club.minnced</groupId >
105
105
<dependency >
106
106
<groupId >org.projectlombok</groupId >
107
107
<artifactId >lombok</artifactId >
108
- <version >1.18.36 </version >
108
+ <version >1.18.38 </version >
109
109
<scope >provided</scope >
110
110
</dependency >
111
111
<dependency >
You can’t perform that action at this time.
0 commit comments