We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97809d3 commit a8643e7Copy full SHA for a8643e7
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.0")
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