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] authored Mar 14, 2024
1 parent 0b6bdf7 commit b36e3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/uk/gov/hmcts/gradle/init.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
mavenCentral()
}
dependencies {
classpath group: 'org.postgresql', name: 'postgresql', version: '42.6.0'
classpath group: 'org.postgresql', name: 'postgresql', version: '42.7.3'
}
}

Expand Down

0 comments on commit b36e3ab

Please sign in to comment.