Skip to content

Commit d2b18ad

Browse files
Merge pull request #1548 from ie3-institute/dependabot/gradle/dev/org.postgresql-postgresql-42.7.10
Bump org.postgresql:postgresql from 42.7.9 to 42.7.10
2 parents 3ab9067 + 183834a commit d2b18ad

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
@@ -97,7 +97,7 @@ dependencies {
9797
// Databases
9898
implementation 'org.influxdb:influxdb-java:2.25'
9999
implementation 'com.couchbase.client:java-client:3.11.0'
100-
runtimeOnly 'org.postgresql:postgresql:42.7.9' // postgresql jdbc driver required during runtime
100+
runtimeOnly 'org.postgresql:postgresql:42.7.10' // postgresql jdbc driver required during runtime
101101

102102
implementation 'commons-io:commons-io:2.21.0' // I/O functionalities
103103
implementation 'commons-codec:commons-codec:1.21.0' // needed by commons-compress

0 commit comments

Comments
 (0)