Skip to content

Commit 52cf6a3

Browse files
Bump postgresql from 42.3.3 to 42.3.4 in /modules/junit-jupiter
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.4. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.3.3...REL42.3.4) --- 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 9660137 commit 52cf6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'org.assertj:assertj-core:3.22.0'
1616
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
1717

18-
testRuntimeOnly 'org.postgresql:postgresql:42.3.3'
18+
testRuntimeOnly 'org.postgresql:postgresql:42.3.4'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.27'
2020
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
2121
}

0 commit comments

Comments
 (0)