From 196c69c2e0727ffb238392868252e059b9d327d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 16:31:49 +0000 Subject: [PATCH] karate: Update to version 1.2.0 --- bucket/karate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/karate.json b/bucket/karate.json index 8af0c56927..5ae69e676a 100644 --- a/bucket/karate.json +++ b/bucket/karate.json @@ -1,14 +1,14 @@ { - "version": "1.1.0", + "version": "1.2.0", "description": "Test automation tool that combines API test-automation, mocks, performance-testing and UI automation into a single framework.", "homepage": "https://karatelabs.github.io/karate/", "license": "MIT", "suggest": { "Java": "java/openjdk" }, - "url": "https://github.com/karatelabs/karate/releases/download/v1.1.0/karate-1.1.0.zip", - "hash": "585079ff5bb760fd26ac8ee85b31d6243f129f2aef127a1072a135fd57d264d2", - "extract_dir": "karate-1.1.0", + "url": "https://github.com/karatelabs/karate/releases/download/v1.2.0/karate-1.2.0.zip", + "hash": "2409af2123fa6afe238a2e572844fb6fad0155698d54066c51c7f7955d44491d", + "extract_dir": "karate-1.2.0", "pre_install": [ "$cont = Get-Content \"$dir\\karate.bat\"", "$cont = 'cd /d \"%~dp0\"' + \"`r`n\" + $cont",