From 518a4becfe4df6285a8bdd041fddc2eb3af3350e Mon Sep 17 00:00:00 2001 From: Amir Moualem Date: Tue, 8 Jan 2019 17:48:28 +0200 Subject: [PATCH] fix: bumping snyk-gradle-plugin the new version should handle whitespaces better in targetFile paths, and add single quotation marks (instead of double) only if needed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 448ef30a59..fe8e357a04 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "snyk-config": "2.2.0", "snyk-docker-plugin": "1.17.0", "snyk-go-plugin": "1.6.1", - "snyk-gradle-plugin": "2.1.2", + "snyk-gradle-plugin": "2.1.3", "snyk-module": "1.9.1", "snyk-mvn-plugin": "2.0.1", "snyk-nodejs-lockfile-parser": "1.10.1",