From bc27e28f3447625ba7d9f34b6095736436442b19 Mon Sep 17 00:00:00 2001 From: Todd Underwood Date: Thu, 23 Jul 2020 10:22:34 -0700 Subject: [PATCH] Fix/fix sdb name slug audit log for update sdb (#261) * fix: Ensures SDB name slug is included in update SDB audit logs and creates a custom action message for the update SDB endpoint * fix(audit): Rev version to 4.5.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 243a5791e..3949cbbf3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,6 +14,6 @@ # limitations under the License. # -version=4.4.0 +version=4.5.1 group=com.nike.cerberus springBootVersion=2.3.0.RELEASE