Skip to content

Commit

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

Bump org.postgresql:postgresql from 42.6.0 to 42.7.0
  • Loading branch information
chadlwilson authored Dec 1, 2023
2 parents a95c631 + aacd0e3 commit 69c5fd3
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.6.0') {
implementation('org.postgresql:postgresql:42.7.0') {
exclude(module: 'checker-qual')
}
implementation 'org.apache.commons:commons-dbcp2:2.11.0'
Expand Down

0 comments on commit 69c5fd3

Please sign in to comment.