Skip to content

Commit fa1731a

Browse files
dependabot[bot]rm3l
authored andcommitted
chore(deps): bump org.postgresql:postgresql in /backend
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.8 to 42.7.9. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.8...REL42.7.9) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15fefae commit fa1731a

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
@@ -145,7 +145,7 @@ subprojects {
145145
//JDBC Drivers
146146
implementation 'org.xerial:sqlite-jdbc:3.51.1.0'
147147
implementation 'com.h2database:h2:2.4.240'
148-
implementation 'org.postgresql:postgresql:42.7.8'
148+
implementation 'org.postgresql:postgresql:42.7.9'
149149
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.6'
150150

151151
implementation "io.ktor:ktor-client-core:$ktor_version"

0 commit comments

Comments
 (0)