Skip to content

Commit

Permalink
fix(deps): update spring boot to v2.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent a24cce3 commit 29c2adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.6.6'
id 'org.springframework.boot' version '2.7.16'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
Expand All @@ -16,7 +16,7 @@ dependencies {
runtimeOnly 'com.h2database:h2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// spring boot mongodb
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.16'

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

0 comments on commit 29c2adc

Please sign in to comment.