Skip to content

Commit 4ae709f

Browse files
committed
update springboot 3.4.4
1 parent 1485348 commit 4ae709f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- "8443:8443"
1111
expose:
1212
- 8080
13+
- 8443
1314
image: bradbarnhill/barcode-api:arm64
1415
linux-amd64:
1516
platform: linux/amd64
@@ -22,4 +23,5 @@ services:
2223
- "8443:8443"
2324
expose:
2425
- 8080
26+
- 8443
2527
image: bradbarnhill/barcode-api:amd64

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ openapi-ui = "2.8.5"
55

66
#plugins
77
kotlin= "2.0.21"
8-
springBootVersion="3.4.3"
8+
springBootVersion="3.4.4"
99
springDepManagementVersion = "1.1.7"
1010

1111
[libraries]

0 commit comments

Comments
 (0)