Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2024
1 parent 19a1f18 commit c06a5c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ dependencies {
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.6.15'

implementation group: 'org.elasticsearch', name: 'elasticsearch', version: versions.elasticSearch
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

implementation group: 'uk.gov.service.notify', name: 'notifications-java-client', version: '5.0.1-RELEASE'

Expand Down
2 changes: 1 addition & 1 deletion job-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation group: 'org.springframework.retry', name: 'spring-retry'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-jdbc'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'
implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'

Expand Down

0 comments on commit c06a5c4

Please sign in to comment.