Skip to content

Commit 26243c5

Browse files
authored
Merge pull request #2924 from 1c-syntax/dependabot/gradle/info.picocli-picocli-spring-boot-starter-4.7.0
build(deps): bump picocli-spring-boot-starter from 4.6.3 to 4.7.0
2 parents 7f8d66e + a270e61 commit 26243c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
// spring
6767
api("org.springframework.boot:spring-boot-starter")
6868
api("org.springframework.boot:spring-boot-starter-websocket")
69-
api("info.picocli:picocli-spring-boot-starter:4.6.3")
69+
api("info.picocli:picocli-spring-boot-starter:4.7.0")
7070

7171
// lsp4j core
7272
api("org.eclipse.lsp4j", "org.eclipse.lsp4j", "0.17.0")

src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ sentry.dsn=https://03ebc809fae749d297327b8140d3cad0@o745542.ingest.sentry.io/579
1717
sentry.environment=production
1818
sentry.attach-server-name=false
1919
sentry.logging.minimum-breadcrumb-level=debug
20+
picocli.disable.closures=true

0 commit comments

Comments
 (0)