Skip to content

Commit

Permalink
BUILD bump SpringBoot to 2.7.12 (for up to java 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Aug 26, 2023
1 parent d7d10d9 commit b240e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions picocli-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dependencies {
logger.quiet("picocli-spring-boot-starter/build.gradle: testImplementation ${supportDependencies.springboottest}")
} else {
// These should not be updated by dependabot
String springbootstarterOld = "org.springframework.boot:spring-boot-starter:2.7.11"
String springbootannprocOld = "org.springframework.boot:spring-boot-configuration-processor:2.7.11"
String springboottestOld = "org.springframework.boot:spring-boot-starter-test:2.7.11"
String springbootstarterOld = "org.springframework.boot:spring-boot-starter:2.7.12"
String springbootannprocOld = "org.springframework.boot:spring-boot-configuration-processor:2.7.12"
String springboottestOld = "org.springframework.boot:spring-boot-starter-test:2.7.12"

api springbootstarterOld
annotationProcessor springbootannprocOld
Expand Down

0 comments on commit b240e03

Please sign in to comment.