From 82051144474b723e63a98f67b5e04e4e714f0ab1 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Mon, 23 Mar 2026 17:38:52 -0600 Subject: [PATCH] Update Gradle version compatibility information --- docs/dependency-submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependency-submission.md b/docs/dependency-submission.md index 6642fc97..103df368 100644 --- a/docs/dependency-submission.md +++ b/docs/dependency-submission.md @@ -463,7 +463,7 @@ jobs: # Gradle version compatibility Dependency-graph generation is compatible with most versions of Gradle >= `5.2`, and is tested regularly against -Gradle versions `5.2.1`, `5.6.4`, `6.0.1`, `6.9.4`, `7.1.1` and `7.6.3`, as well as all patched versions of Gradle 8.x. +Gradle versions `5.2.1`, `5.6.4`, `6.0.1`, `6.9.4`, `7.1.1`, `7.6.6`, `8.0.2` and `8.14.4`, as well as all patched versions of Gradle 9.x. A known exception to this is that Gradle `7.0`, `7.0.1` and `7.0.2` are not supported.