From ae3f2da1206a6d22606b4b9d962b37d9b456f69e Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Mon, 14 Oct 2019 11:34:57 -0400 Subject: [PATCH] Update git submodules * Update docs/submodules/appc.git from branch 'master' to 54b8c6d11a5bb8111b6d991258b77c4a41a500cb - replace deprecated JsonSerialize.Inclusion @JsonSerialize(include = JsonSerialize.Inclusion.NON_NULL) was deprecated use @JsonInclude(Include.NON_NULL) instead to suppress when property is NULL Issue-ID: APPC-1764 Change-Id: I1bbe10a156166bc37a167122ff68d1dc183fcd2f Signed-off-by: Taka Cho --- docs/submodules/appc.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/appc.git b/docs/submodules/appc.git index e48727b61..54b8c6d11 160000 --- a/docs/submodules/appc.git +++ b/docs/submodules/appc.git @@ -1 +1 @@ -Subproject commit e48727b615d84e00f681359b899912cdfc65d876 +Subproject commit 54b8c6d11a5bb8111b6d991258b77c4a41a500cb -- 2.16.6