We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24cce3 commit c0376f6Copy full SHA for c0376f6
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.springframework.boot' version '2.6.6'
+ id 'org.springframework.boot' version '2.7.12'
3
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
4
id 'java'
5
}
@@ -16,7 +16,7 @@ dependencies {
16
runtimeOnly 'com.h2database:h2'
17
testImplementation 'org.springframework.boot:spring-boot-starter-test'
18
// spring boot mongodb
19
- implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version: '2.6.6'
+ implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-mongodb', version: '2.7.12'
20
21
// swagger
22
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.7'
0 commit comments