Skip to content

Commit

Permalink
Merge pull request #1044 from gocd/dependabot/gradle/org.postgresql-p…
Browse files Browse the repository at this point in the history
…ostgresql-42.7.1

Bump org.postgresql:postgresql from 42.7.0 to 42.7.1
  • Loading branch information
chadlwilson authored Jan 1, 2024
2 parents efb7e31 + 93c9aba commit 662f44e
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 @@ -75,7 +75,7 @@ configurations {
dependencies {
compileOnly 'cd.go.plugin:go-plugin-api:23.4.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation('org.postgresql:postgresql:42.7.0') {
implementation('org.postgresql:postgresql:42.7.1') {
exclude(module: 'checker-qual')
}
implementation 'org.apache.commons:commons-dbcp2:2.11.0'
Expand Down

0 comments on commit 662f44e

Please sign in to comment.