From f48a9d6a9a0a5f3bf253e3f51e79721d9d5f450d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 20:29:57 +0000 Subject: [PATCH] karate: Update to version 1.3.1 --- bucket/karate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/karate.json b/bucket/karate.json index 2344fc07f1..3a8cbf7018 100644 --- a/bucket/karate.json +++ b/bucket/karate.json @@ -1,14 +1,14 @@ { - "version": "1.3.0", + "version": "1.3.1", "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.3.0/karate-1.3.0.zip", - "hash": "c5d872888d2e9f7b09e40e95c1b2ce7c511d33527be854af3d0b0f983df61e26", - "extract_dir": "karate-1.3.0", + "url": "https://github.com/karatelabs/karate/releases/download/v1.3.1/karate-1.3.1.zip", + "hash": "7a44bd20f12e3f9e720bb99be5976110a9b4fcef220c1edd64279938548b10c3", + "extract_dir": "karate-1.3.1", "pre_install": [ "$cont = Get-Content \"$dir\\karate.bat\"", "$cont = 'cd /d \"%~dp0\"' + \"`r`n\" + $cont",