Skip to content

Commit

Permalink
Merge pull request #367 from openziti/dependabot/gradle/org.postgresq…
Browse files Browse the repository at this point in the history
…l-postgresql-42.5.0

Bump postgresql from 42.2.23 to 42.5.0
  • Loading branch information
ekoby committed Sep 30, 2022
2 parents 2127ebc + 13e35cb commit 05f3cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ziti-jdbc-postgresql/build.gradle
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
dependencies {
implementation project(':ziti-jdbc')
implementation project(':ziti')
implementation 'org.postgresql:postgresql:42.2.23'
implementation 'org.postgresql:postgresql:42.5.0'
implementation deps.slf4jSimple
}

Expand Down

0 comments on commit 05f3cd8

Please sign in to comment.