Skip to content

Commit 701ecb6

Browse files
fix(deps): update spring boot to v3.5.5
1 parent ec03e29 commit 701ecb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
application
33
id("org.openapi.generator") version "7.10.0"
4-
id("org.springframework.boot") version "3.4.3"
4+
id("org.springframework.boot") version "3.5.5"
55
}
66

77
apply(plugin = "io.spring.dependency-management")
@@ -16,7 +16,7 @@ dependencies {
1616
implementation(libs.spring.boot.starter.web)
1717
implementation(libs.spring.boot.starter.webflux)
1818
implementation(libs.spring.boot.starter.security)
19-
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.4.3")
19+
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.5.5")
2020
runtimeOnly("com.h2database:h2:2.2.224")
2121
testImplementation(libs.spring.boot.starter.test)
2222

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[versions]
55
guava = "33.3.1-jre"
66
junit-jupiter = "5.11.3"
7-
spring-boot = "3.4.3"
7+
spring-boot = "3.5.5"
88
jackson = "2.16.1"
99
jakarta-annotation = "2.1.1"
1010
openapitools-jackson-nullable = "0.2.6"

0 commit comments

Comments
 (0)