diff options
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 643e5458..63563597 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } } plugins { - id 'org.springframework.boot' version '2.4.0' apply false + id 'org.springframework.boot' version '2.4.1' apply false id 'org.asciidoctor.convert' version '2.4.0' } |