From 06cbfc5a5ce4296a3d9bc3b8e02997c74a01969c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:30:04 +0000 Subject: [PATCH] jx: Update to version 3.16.25 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 5eb6cc45f1..cadc324e44 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.16.24", + "version": "3.16.25", "description": "Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests", "homepage": "https://jenkins-x.io/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/jenkins-x/jx/releases/download/v3.16.24/jx-windows-amd64.zip", - "hash": "8a150987fe4da45aa85a54971a9eef550a6ae3f06b6a7b66a369e890c4543030" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.16.25/jx-windows-amd64.zip", + "hash": "4e939bea1b02ac379f8c250a38c9f20e1e6526daa8d1dc857d71858b57ccc7be" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",