File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.2.5 '
2+ id ' org.springframework.boot' version ' 3.4.0 '
33 id ' io.spring.dependency-management' version ' 1.1.4'
44 id ' java'
55 id ' info.solidsoft.pitest' version ' 1.15.0'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation ' org.freemarker:freemarker:2.3.32'
2424
2525 // Database
26- implementation ' org.springframework.boot:spring-boot-starter-data-jpa:3.2.5 '
26+ implementation ' org.springframework.boot:spring-boot-starter-data-jpa:3.4.0 '
2727 implementation ' org.liquibase:liquibase-core:4.27.0'
2828 implementation ' org.liquibase.ext:liquibase-hibernate6:4.27.0'
2929 runtimeOnly ' org.postgresql:postgresql:42.7.3'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
99
1010 // Spring Boot Starter Test
11- testImplementation ' org.springframework.boot:spring-boot-starter-test:3.2.5 '
11+ testImplementation ' org.springframework.boot:spring-boot-starter-test:3.3.6 '
1212
1313 // Database
1414 // https://mvnrepository.com/artifact/com.h2database/h2
You can’t perform that action at this time.
0 commit comments