Skip to content

Commit bd48d6f

Browse files
committed
[#1455] DOC: Test with spring-boot version to 2.6.0-SNAPSHOT
1 parent 1e1594b commit bd48d6f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ allprojects {
6969
compileTestJava.options.encoding = "UTF-8"
7070

7171
repositories {
72+
maven { url 'https://repo.spring.io/libs-snapshot' }
7273
mavenCentral()
7374
}
7475

picocli-spring-boot-starter/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ command line applications with Spring and picocli.
1313

1414
## Dependency Management
1515

16+
Picocli 4.6.2 has been tested with Spring Boot 2.4, 2.5 and 2.6-SNAPSHOT.
17+
1618
Add the following dependency:
1719

1820
Maven:

0 commit comments

Comments
 (0)