From 418d57dfb17b79f5855d28b6c931e22ea1063bec Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Wed, 13 Nov 2024 11:13:55 +0100 Subject: [PATCH 1/3] Bump plugin and cds-dk --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c5fdd370..c0680478 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 3.3.5 3.8.4 - 8.4.0 + 8.4.1 UTF-8 @@ -78,7 +78,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.2 true From beb17fcb39388a7f04961433232c92c1dd29f972 Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Wed, 13 Nov 2024 11:25:26 +0100 Subject: [PATCH 2/3] Bump Postgres to 16 --- mta.yaml | 2 +- srv/src/main/resources/application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mta.yaml b/mta.yaml index 5fc8ecc1..8de9aa68 100644 --- a/mta.yaml +++ b/mta.yaml @@ -82,7 +82,7 @@ resources: service: postgresql-db service-plan: standard config: - engine_version: "14" + engine_version: "16" multi_az: false - name: cf-logging diff --git a/srv/src/main/resources/application.yaml b/srv/src/main/resources/application.yaml index d8005a06..f3776f72 100644 --- a/srv/src/main/resources/application.yaml +++ b/srv/src/main/resources/application.yaml @@ -1,5 +1,5 @@ --- -my.bookshop.postgresImage: postgres:14 +my.bookshop.postgresImage: postgres:16 cds: dataSource.csv: From e146177b437d32626203ec21df6c99cec2eeaa5a Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Wed, 13 Nov 2024 11:36:42 +0100 Subject: [PATCH 3/3] Update SAP UI5 to latest LTS version --- app/fiori.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/fiori.html b/app/fiori.html index 19dc1598..2a154562 100644 --- a/app/fiori.html +++ b/app/fiori.html @@ -14,8 +14,8 @@ }; - - +