Merge branch '2.6.x' into 2.7.x

Closes gh-29538
This commit is contained in:
Stephane Nicoll 2022-01-24 09:29:48 +01:00
commit ba8c76ba08
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Gradle users can achieve the same result by using the https://plugins.gradle.org
[source,gradle,indent=0,subs="verbatim"]
----
plugins {
id "com.gorylenko.gradle-git-properties" version "2.2.4"
id "com.gorylenko.gradle-git-properties" version "2.3.2"
}
----