Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 01b94a1 commit 62c1f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-generator-postgres-e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-data-jpa')
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
implementation "org.springframework.boot:spring-boot-starter-actuator"
runtimeOnly('org.postgresql:postgresql:42.2.19')
runtimeOnly('org.postgresql:postgresql:42.3.3')
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
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 @@ -5,5 +5,5 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.4.5'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
testImplementation('junit:junit:4.13.2')
runtimeOnly('org.postgresql:postgresql:42.2.19')
runtimeOnly('org.postgresql:postgresql:42.3.3')
}

0 comments on commit 62c1f22

Please sign in to comment.