Comparing version 2.26.3 to 2.27.0
@@ -68,3 +68,3 @@ #! /usr/bin/env node | ||
var path = require('path'); | ||
var jarName = "wiremock-standalone-2.26.3.jar"; | ||
var jarName = "wiremock-standalone-2.27.0.jar"; | ||
var mainClass = "{{MAIN_CLASS}}"; | ||
@@ -71,0 +71,0 @@ var classPath = "{{CLASSPATH}}"; |
@@ -14,5 +14,5 @@ { | ||
"preferGlobal": true, | ||
"version": "2.26.3", | ||
"version": "2.27.0", | ||
"jdeploy": { | ||
"jar": "wiremock-standalone-2.26.3.jar" | ||
"jar": "wiremock-standalone-2.27.0.jar" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13458944