Skip to content

Commit 01d5930

Browse files
Bump postgresql from 42.2.24 to 42.3.1 in /modules/spock
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.24 to 42.3.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.2.24...REL42.3.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8fd569 commit 01d5930

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.2.24'
18+
testRuntimeOnly 'org.postgresql:postgresql:42.3.1'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.27'
2020

2121
testCompileClasspath 'org.jetbrains:annotations:22.0.0'

0 commit comments

Comments
 (0)