We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97809d3 commit a695b16Copy full SHA for a695b16
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.12.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