From eced5c2a9954fbf2e74332563fe20e8b79972659 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:31:08 +0000 Subject: [PATCH] jx: Update to version 3.16.41 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 65a3610b4b..06c8f9e8b9 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.16.39", + "version": "3.16.41", "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.39/jx-windows-amd64.zip", - "hash": "b63f6022e62ee4775bb23cbf9e9de7b335284146020289e0f76e6ad7b760f560" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.16.41/jx-windows-amd64.zip", + "hash": "77883278b795f82180b5d68b8337771bbc3c7b42699511df3048694877f96401" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",