Skip to content

Commit 472c66d

Browse files
build(deps): bump org.postgresql:postgresql in /backend
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.3. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.1...REL42.7.3) --- 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 01a7c61 commit 472c66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
3434

3535
// PostgresSQL driver
36-
implementation 'org.postgresql:postgresql:42.7.1'
36+
implementation 'org.postgresql:postgresql:42.7.3'
3737

3838
// Apache Commons Lang
3939
implementation 'org.apache.commons:commons-lang3:3.14.0'

0 commit comments

Comments
 (0)