From bc442ee3d628408ea4cabdaa927967b61279c7cd Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Mon, 22 Apr 2024 09:19:14 -0500 Subject: [PATCH 1/2] Ignore test-only dependency snyk issue --- .snyk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.snyk b/.snyk index 5b4a12b7..100add11 100644 --- a/.snyk +++ b/.snyk @@ -14,5 +14,9 @@ ignore: - '*': reason: 'test-only dependency, no update available' expires: 2024-12-31T00:00:00.000Z + SNYK-JAVA-ORGBOUNCYCASTLE-6277380: + - '*': + reason: 'test-only dependency, no update available' + expires: 2024-12-31T00:00:00.000Z patch: {} From d43a66e6ad35bf47674edc3d41f14b752c5c6bdd Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Mon, 22 Apr 2024 09:22:17 -0500 Subject: [PATCH 2/2] ignore snyk bouncy castle issue 6613080 --- .snyk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.snyk b/.snyk index 100add11..cf6ee013 100644 --- a/.snyk +++ b/.snyk @@ -18,5 +18,8 @@ ignore: - '*': reason: 'test-only dependency, no update available' expires: 2024-12-31T00:00:00.000Z - + SNYK-JAVA-ORGBOUNCYCASTLE-6613080: + - '*': + reason: 'test-only dependency, no update available' + expires: 2024-12-31T00:00:00.000Z patch: {}