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 Nov 2, 2023
1 parent 3f28753 commit b56f1c6
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 @@ -309,7 +309,7 @@ implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-n
implementation group: 'org.eclipse.collections', name: 'eclipse-collections-api', version: '11.1.0'
implementation group: 'org.eclipse.collections', name: 'eclipse-collections', version: '11.1.0'
implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.8.0'
implementation(group: 'org.postgresql', name: 'postgresql', version: '42.3.4') {
implementation(group: 'org.postgresql', name: 'postgresql', version: '42.6.0') {
exclude(module: 'commons-logging')
exclude(module: 'slf4j-simple')
}
Expand Down

0 comments on commit b56f1c6

Please sign in to comment.