From bd48d6f3934c25876931dce5fcc3677dbfc1f410 Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Thu, 4 Nov 2021 20:56:54 +0900 Subject: [PATCH] [#1455] DOC: Test with spring-boot version to 2.6.0-SNAPSHOT --- build.gradle | 1 + picocli-spring-boot-starter/README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 47a022d07..5a0f5e364 100644 --- a/build.gradle +++ b/build.gradle @@ -69,6 +69,7 @@ allprojects { compileTestJava.options.encoding = "UTF-8" repositories { + maven { url 'https://repo.spring.io/libs-snapshot' } mavenCentral() } diff --git a/picocli-spring-boot-starter/README.md b/picocli-spring-boot-starter/README.md index 71f6312af..77cfeee50 100644 --- a/picocli-spring-boot-starter/README.md +++ b/picocli-spring-boot-starter/README.md @@ -13,6 +13,8 @@ command line applications with Spring and picocli. ## Dependency Management +Picocli 4.6.2 has been tested with Spring Boot 2.4, 2.5 and 2.6-SNAPSHOT. + Add the following dependency: Maven: