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 Jul 4, 2024
1 parent f29c0ae commit 9bdf8a0
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 @@ -385,7 +385,7 @@ dependencies {
testImplementation group: 'org.springframework.batch', name: 'spring-batch-test', version: '4.3.10'
testImplementation group: 'org.javatuples', name: 'javatuples', version: '1.2'

testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

smokeTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
functionalTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
Expand Down

0 comments on commit 9bdf8a0

Please sign in to comment.