File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
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
77apply (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
Original file line number Diff line number Diff line change 44[versions ]
55guava = " 33.3.1-jre"
66junit-jupiter = " 5.11.3"
7- spring-boot = " 3.4.3 "
7+ spring-boot = " 3.5.5 "
88jackson = " 2.16.1"
99jakarta-annotation = " 2.1.1"
1010openapitools-jackson-nullable = " 0.2.6"
You can’t perform that action at this time.
0 commit comments