We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1485348 commit 4ae709fCopy full SHA for 4ae709f
docker-compose.yml
@@ -10,6 +10,7 @@ services:
10
- "8443:8443"
11
expose:
12
- 8080
13
+ - 8443
14
image: bradbarnhill/barcode-api:arm64
15
linux-amd64:
16
platform: linux/amd64
@@ -22,4 +23,5 @@ services:
22
23
24
25
26
27
image: bradbarnhill/barcode-api:amd64
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ openapi-ui = "2.8.5"
5
6
#plugins
7
kotlin= "2.0.21"
8
-springBootVersion="3.4.3"
+springBootVersion="3.4.4"
9
springDepManagementVersion = "1.1.7"
[libraries]
0 commit comments