From 102c21aad9eb8cbef6aec130cc4ea454c5350b89 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Mon, 7 Nov 2022 09:36:26 +0100 Subject: [PATCH] fix(tests): use postgres 145 for tests --- backend/src/test/resources/application-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/test/resources/application-test.yml b/backend/src/test/resources/application-test.yml index 8e3c7d241..238ada6fe 100644 --- a/backend/src/test/resources/application-test.yml +++ b/backend/src/test/resources/application-test.yml @@ -1,6 +1,6 @@ spring: datasource: - url: jdbc:tc:postgresql:12.8:/// + url: jdbc:tc:postgresql:14:/// username: "" password: ""