Skip to content

Commit 57bee0d

Browse files
authored
Merge pull request #701 from openziti/dependabot/gradle/commons-beanutils-commons-beanutils-1.11.0
Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0
2 parents 4e0678b + b4f0b07 commit 57bee0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ziti-springboot-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("org.springframework.boot:spring-boot-autoconfigure:${springbootVersion}")
3737
implementation("org.springframework.boot:spring-boot-starter-web:${springbootVersion}")
3838
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.4")
39-
implementation("commons-beanutils:commons-beanutils:1.10.1")
39+
implementation("commons-beanutils:commons-beanutils:1.11.0")
4040

4141
compileOnly("org.projectlombok:lombok:${lombokVersion}")
4242
annotationProcessor("org.projectlombok:lombok:${lombokVersion}")

0 commit comments

Comments
 (0)