Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.5 (#5861)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent fe54565 commit 89a281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ dependencies {
implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.6.2'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-web', version: '3.6.2'

implementation 'org.postgresql:postgresql:42.7.4'
implementation 'org.postgresql:postgresql:42.7.5'

testImplementation group: 'org.pitest', name: 'pitest', version: '1.16.1'
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.15.0'
Expand Down

0 comments on commit 89a281a

Please sign in to comment.