Skip to content

Commit d481b96

Browse files
Bump postgresql from 42.5.0 to 42.5.1 in /modules/spock
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.5.0...REL42.5.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cff3003 commit d481b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'com.zaxxer:HikariCP:4.0.3'
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1717

18-
testRuntimeOnly 'org.postgresql:postgresql:42.5.0'
18+
testRuntimeOnly 'org.postgresql:postgresql:42.5.1'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.31'
2020
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.1'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.9.1'

0 commit comments

Comments
 (0)