From 40a400de8040ee0e6df8d8a12dd44527f0147319 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:23:46 +0000 Subject: [PATCH] influxdb: Update to version 2.7.3 --- bucket/influxdb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/influxdb.json b/bucket/influxdb.json index 8fc16170e8..032f5a6ae7 100644 --- a/bucket/influxdb.json +++ b/bucket/influxdb.json @@ -1,5 +1,5 @@ { - "version": "2.7.1", + "version": "2.7.3", "description": "Scalable datastore for metrics, events, and real-time analytics.", "homepage": "https://www.influxdata.com/", "license": "MIT", @@ -9,8 +9,8 @@ ], "architecture": { "64bit": { - "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.1-windows-amd64.zip", - "hash": "8e0acbc7dba55a794450fa53d72cd48958d11d39e619394a268e06a6c03af672", + "url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.3-windows-amd64.zip", + "hash": "94c468dffe84f7399e14e000ffc18372d74e1fa8956020b2c975edbdec03c58b", "extract_dir": "influxdb2_windows_amd64" } },