We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed47822 commit 34d16f0Copy full SHA for 34d16f0
build.gradle.kts
@@ -39,10 +39,10 @@ repositories {
39
40
dependencies {
41
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test
42
- testImplementation("org.springframework.boot:spring-boot-starter-test:2.6.3") {
+ testImplementation("org.springframework.boot:spring-boot-starter-test:2.6.4") {
43
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
44
}
45
- testImplementation("org.springframework.boot:spring-boot-starter-data-jpa:2.6.3")
+ testImplementation("org.springframework.boot:spring-boot-starter-data-jpa:2.6.4")
46
47
// https://mvnrepository.com/artifact/com.h2database/h2
48
testImplementation("com.h2database:h2:2.1.210")
0 commit comments