We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97809d3 commit 8ea9668Copy full SHA for 8ea9668
1 file changed
build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
28
implementation("org.springframework.boot:spring-boot-starter-web")
29
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
30
- implementation("org.apache.commons:commons-pool2:2.11.1")
+ implementation("org.apache.commons:commons-pool2:2.13.1")
31
implementation("com.h2database:h2:1.4.200")
32
implementation("com.github.javafaker:javafaker:1.0.2") {
33
exclude("org.yaml", "snakeyaml")
0 commit comments