From 7a3084fa7d00fc77bc286ca0a487b14d31f919e8 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 18 Oct 2023 14:29:59 +0200 Subject: Update spring-boot to 2.2 - update spring-boot to latest available 2.2.X release - pom inheritance via aai-parent pom makes it necessary to also explicitly specify spring framework versions - replace deprecations around Profiles Issue-ID: AAI-3665 Change-Id: I74b22a76ef14217b888ae6bb12cb83d86f9e4241 Signed-off-by: Fiete Ostkamp --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2d0b5eb..cddbdf1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ test_csvWriter.csv */.idea *.iml aai-resources/debug-logs/EELF/ +.vscode \ No newline at end of file -- cgit 1.2.3-korg