Skip to content

Commit

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

Bump org.postgresql:postgresql from 42.6.0 to 42.7.0
  • Loading branch information
chadlwilson committed Nov 25, 2023
2 parents 0654492 + d718490 commit 0ba7efa
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 @@ -52,7 +52,7 @@ dependencies {
implementation group: 'net.sf', name: 'dbdeploy', version: '2.11.1'
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.2.0'
implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity
implementation group: 'org.postgresql', name: 'postgresql', version: '42.6.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.0'

testImplementation platform('org.junit:junit-bom:5.10.1')
testImplementation group: "org.junit.jupiter", name: "junit-jupiter-api"
Expand Down

0 comments on commit 0ba7efa

Please sign in to comment.