From f3fb929de1fa4496342474721aa1e86d671ca22b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 16:28:59 +0000 Subject: [PATCH] jx: Update to version 3.10.114 --- bucket/jx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index b0a71bd3da..eb975ec8c1 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,16 +1,16 @@ { - "version": "3.10.112", + "version": "3.10.114", "description": "A command line tool for installing and using Jenkins X", "homepage": "https://github.com/jenkins-x/jx", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.112/jx-windows-amd64.zip", - "hash": "2390c7c78d56d218294994eae03e47582ea28884941685bda79b363a67e2b702" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.114/jx-windows-amd64.zip", + "hash": "9d8edd03cbc241b1119f10f75d3986498bc0b34b2a1458fb7246a57d137be7ed" }, "arm64": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.112/jx-windows-arm64.zip", - "hash": "43dab6ae92f0c5b641c4cf88e4985944aaa961789abbd803e8f9c1bb82c8b8d9" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.10.114/jx-windows-arm64.zip", + "hash": "ee686dc0a16867e39252adf0cc369e46a978f540030cb650d092dfdc2eb60cd1" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",