From 76451d47b752587c9b89627507b0b6925e24f5b4 Mon Sep 17 00:00:00 2001 From: Florian Dreier Date: Tue, 10 Mar 2020 10:22:43 +0100 Subject: [PATCH] Update versiion of git-properties plugin shown in the docs See gh-20436 --- .../spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index f78612b669..3322761d09 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2420,7 +2420,7 @@ Gradle users can achieve the same result by using the https://plugins.gradle.org [source,groovy,indent=0] ---- plugins { - id "com.gorylenko.gradle-git-properties" version "1.5.1" + id "com.gorylenko.gradle-git-properties" version "2.2.2" } ----