Skip to content

Commit 34d16f0

Browse files
committed
chore(deps): bumped spring version to 2.6.4
1 parent ed47822 commit 34d16f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ repositories {
3939

4040
dependencies {
4141
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test
42-
testImplementation("org.springframework.boot:spring-boot-starter-test:2.6.3") {
42+
testImplementation("org.springframework.boot:spring-boot-starter-test:2.6.4") {
4343
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
4444
}
45-
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa:2.6.3")
45+
testImplementation("org.springframework.boot:spring-boot-starter-data-jpa:2.6.4")
4646

4747
// https://mvnrepository.com/artifact/com.h2database/h2
4848
testImplementation("com.h2database:h2:2.1.210")

0 commit comments

Comments
 (0)