Skip to content

Commit 83d5153

Browse files
Merge pull request #1339 from ie3-institute/dependabot/gradle/dev/org.postgresql-postgresql-42.7.6
Bump org.postgresql:postgresql from 42.7.5 to 42.7.6
2 parents a20acea + 2275c73 commit 83d5153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
// Databases
100100
implementation 'org.influxdb:influxdb-java:2.25'
101101
implementation 'com.couchbase.client:java-client:3.8.1'
102-
runtimeOnly 'org.postgresql:postgresql:42.7.5' // postgresql jdbc driver required during runtime
102+
runtimeOnly 'org.postgresql:postgresql:42.7.6' // postgresql jdbc driver required during runtime
103103

104104
implementation 'commons-io:commons-io:2.19.0' // I/O functionalities
105105
implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress

0 commit comments

Comments
 (0)