From cbf7c41ca0063bffcc849d3cab9b1ca8113d1021 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Tue, 2 May 2023 11:08:40 +0100 Subject: [PATCH] (CONT-949) - Bump stdlib dependency Prior to this commit, postgresql module had allowed installations of puppetlabs-stdlib versions < 5.2.0. This was incorrect as this module references a type "Stdlib::IP::Address::V6::CIDR" that was released with stdlib v5.2.0. This commit bumps the dependency of puppetlabs/stdlib in metadata.json to versions >= 5.2.0. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 9fa921279d..5c80d31ffa 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.13.1 < 9.0.0" + "version_requirement": ">= 5.2.0 < 9.0.0" }, { "name": "puppetlabs/apt",