Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 20, 2023
1 parent bb1b682 commit f927ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'org.testng:testng:7.8.0'
implementation 'org.junit.jupiter:junit-jupiter:5.9.3'

implementation group: 'org.postgresql', name: 'postgresql', version: '42.0.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.6.0'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
Expand Down

0 comments on commit f927ef4

Please sign in to comment.