Skip to content

Commit

Permalink
Update spring boot to v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-demo[bot] committed Aug 24, 2022
1 parent 52f1313 commit 043a1a5
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
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.0.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.7.3")
}
}

Expand Down Expand Up @@ -72,7 +72,7 @@ dependencies {
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.17.2'

// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '2.3.1.RELEASE'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '2.7.3'

runtimeOnly group:'com.h2database', name:'h2', version: '1.3.176'

Expand Down

0 comments on commit 043a1a5

Please sign in to comment.