From 139f9b088e4bc02b4bc4ff6b37a1261ac0f4cadf Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 21 Feb 2024 15:15:39 +0100 Subject: Update aai-common version to 1.13.4 in graphadmin - update to 1.13.4 - bump activemq dep to fix security vulnerability - update mockito from 1.X to 3.4 - bump graphadmin version to 1.13.4 to be in sync with aai-common Issue-ID: AAI-3784 Change-Id: Idcaf9b18ce6cb100b5db88ce0fc6d62157b6c387 Signed-off-by: Fiete Ostkamp --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 60c0073..c5bbf54 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=12 -patch_version=3 +minor_version=13 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg