Skip to content

Commit a8643e7

Browse files
fix(deps): update dependency org.apache.commons:commons-pool2 to v2.12.0
1 parent 97809d3 commit a8643e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
30-
implementation("org.apache.commons:commons-pool2:2.11.1")
30+
implementation("org.apache.commons:commons-pool2:2.12.0")
3131
implementation("com.h2database:h2:1.4.200")
3232
implementation("com.github.javafaker:javafaker:1.0.2") {
3333
exclude("org.yaml", "snakeyaml")

0 commit comments

Comments
 (0)