Skip to content

Commit cb44e3a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
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.15'
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.15'
2020

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

0 commit comments

Comments
 (0)