From 59cbac6d59dbbe8c9c5e9818af7f58cfd27c9a31 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Thu, 3 Oct 2024 19:22:32 +0200 Subject: [PATCH] =?UTF-8?q?update=20default=20=C2=BBPostgreSQL=C2=AB=20ver?= =?UTF-8?q?sion=20to=2017.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot/src/test/resources/config/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/test/resources/config/application.yml b/spring-boot/src/test/resources/config/application.yml index b5c473d..67bbe8e 100644 --- a/spring-boot/src/test/resources/config/application.yml +++ b/spring-boot/src/test/resources/config/application.yml @@ -1,7 +1,7 @@ --- spring: datasource: - url: jdbc:tc:postgresql:16.3:/// + url: jdbc:tc:postgresql:17.0:/// test: database: replace: none