Remove commons-text dependency (#2817)

And thus fix vulnerability that it brings. Also decrease dependencies.

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-11-18 13:27:14 +02:00
committed by GitHub
parent 4e3ee68630
commit fb69372ed5
8 changed files with 20 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ import org.junit.jupiter.api.Test;
class FileArtifactStorageTest {
private static final String TENANT = "test_tenant";
@SuppressWarnings("java:S1068") // used for tests only, no need of secure random
@SuppressWarnings("java:S2245") // used for tests only, no need of secure random
private static final Random RND = new Random();
private static FileArtifactProperties artifactResourceProperties;