From 6089c626ee568e3e447d62fe9e83559639d55eb5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Oct 2025 08:33:14 +0000 Subject: [PATCH] CompatHelper: bump compat for JSON to 1 for package GBIF, (keep existing compat) --- GBIF/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GBIF/Project.toml b/GBIF/Project.toml index f1a4cc94a..166344aa4 100644 --- a/GBIF/Project.toml +++ b/GBIF/Project.toml @@ -17,7 +17,7 @@ ZipArchives = "49080126-0e18-4c2a-b176-c102e4b3760c" Base64 = "1" CSV = "0.10" HTTP = "1" -JSON = "0.21" +JSON = "0.21, 1" OccurrencesInterface = "1" Tables = "1.10" ZipArchives = "2.4"