Skip to content

Commit a5eb2f5

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.10 to 42.7.11. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.10...REL42.7.11) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9475579 commit a5eb2f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.53.0.0'
147147
implementation 'com.h2database:h2:2.4.240'
148-
implementation 'org.postgresql:postgresql:42.7.10'
148+
implementation 'org.postgresql:postgresql:42.7.11'
149149
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.8'
150150

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

0 commit comments

Comments
 (0)