Skip to content

Commit

Permalink
Update dependency org.springframework.boot:spring-boot-starter-data-j…
Browse files Browse the repository at this point in the history
…pa to v2.5.0
  • Loading branch information
renovate-bot committed May 21, 2021
1 parent 01b94a1 commit 5586cba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data-generator-mongodb-e2e/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.5'
id 'org.springframework.boot' version '2.5.0'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'java'
}
Expand Down
2 changes: 1 addition & 1 deletion data-generator-postgres-e2e/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.5'
id 'org.springframework.boot' version '2.5.0'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'java'
id 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion data-generator-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api project(':data-generator-core')
implementation 'org.springframework:spring-web:5.3.6'
implementation 'org.springframework:spring-webmvc:5.3.6'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.4.5'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.5.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
testImplementation('junit:junit:4.13.2')
runtimeOnly('org.postgresql:postgresql:42.2.19')
Expand Down

0 comments on commit 5586cba

Please sign in to comment.