Skip to content

Commit beb17fc

Browse files
committed
Bump Postgres to 16
1 parent 418d57d commit beb17fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resources:
8282
service: postgresql-db
8383
service-plan: standard
8484
config:
85-
engine_version: "14"
85+
engine_version: "16"
8686
multi_az: false
8787

8888
- name: cf-logging

srv/src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
my.bookshop.postgresImage: postgres:14
2+
my.bookshop.postgresImage: postgres:16
33

44
cds:
55
dataSource.csv:

0 commit comments

Comments
 (0)