Skip to content

Commit c0376f6

Browse files
fix(deps): update spring boot to v2.7.12
1 parent a24cce3 commit c0376f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.6.6'
2+
id 'org.springframework.boot' version '2.7.12'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
55
}
@@ -16,7 +16,7 @@ dependencies {
1616
runtimeOnly 'com.h2database:h2'
1717
testImplementation 'org.springframework.boot:spring-boot-starter-test'
1818
// spring boot mongodb
19-
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version: '2.6.6'
19+
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version: '2.7.12'
2020

2121
// swagger
2222
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.7'

0 commit comments

Comments
 (0)