We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e0678b + b4f0b07 commit 57bee0dCopy full SHA for 57bee0d
ziti-springboot-client/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
implementation("org.springframework.boot:spring-boot-autoconfigure:${springbootVersion}")
37
implementation("org.springframework.boot:spring-boot-starter-web:${springbootVersion}")
38
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.4")
39
- implementation("commons-beanutils:commons-beanutils:1.10.1")
+ implementation("commons-beanutils:commons-beanutils:1.11.0")
40
41
compileOnly("org.projectlombok:lombok:${lombokVersion}")
42
annotationProcessor("org.projectlombok:lombok:${lombokVersion}")
0 commit comments