From 54f2a4378a92ce27f29a2fe63be76f12154e98cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:38:27 +0000 Subject: [PATCH] jx: Update to version 3.16.45 --- bucket/jx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index 57728c1144..f517075429 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -1,12 +1,12 @@ { - "version": "3.16.43", + "version": "3.16.45", "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.43/jx-windows-amd64.zip", - "hash": "8468f39e112f711f67fef98657eae872ba1e38b72eb8b3007635e7142aa9610a" + "url": "https://github.com/jenkins-x/jx/releases/download/v3.16.45/jx-windows-amd64.zip", + "hash": "341de41e85645c93c3b137c330ee049fb38709847a13a19aab392e6a6a759d9e" } }, "pre_install": "Stop-Process -Name 'jx' -ErrorAction 'Ignore' -Verbose",