Skip to content

Commit dd173e0

Browse files
Bump postgresql from 42.3.3 to 42.3.4 (#8749)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa8f025 commit dd173e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ dependencies {
151151

152152
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.5'
153153

154-
implementation 'org.postgresql:postgresql:42.3.3'
154+
implementation 'org.postgresql:postgresql:42.3.4'
155155

156156
implementation ('com.oracle.ojdbc:ojdbc10:19.3.0.0') {
157157
// causing module issues

0 commit comments

Comments
 (0)