Skip to content

Commit 63f4b51

Browse files
Update spring boot
1 parent 890363e commit 63f4b51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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'

application/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

application/gradle/test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)