Skip to content

Commit ac37b95

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.1 to 42.7.2. - [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.2) --- 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 6d6a6c1 commit ac37b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ subprojects {
145145
//JDBC Drivers
146146
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
147147
implementation 'com.h2database:h2:2.2.224'
148-
implementation 'org.postgresql:postgresql:42.7.1'
148+
implementation 'org.postgresql:postgresql:42.7.2'
149149
implementation 'org.mariadb.jdbc:mariadb-java-client:3.3.2'
150150

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

0 commit comments

Comments
 (0)