Skip to content

Commit

Permalink
Merge pull request #573 from skadi-cloud/dependabot/gradle/org.postgr…
Browse files Browse the repository at this point in the history
…esql-postgresql-42.7.3

build(deps): bump org.postgresql:postgresql from 42.5.3 to 42.7.3
  • Loading branch information
coolya authored Mar 16, 2024
2 parents c754e77 + fcb61ab commit 9f3bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-dao:$exposed_version")
implementation("org.jetbrains.exposed:exposed-jdbc:$exposed_version")
implementation("org.jetbrains.exposed:exposed-java-time:$exposed_version")
implementation("org.postgresql:postgresql:42.5.3")
implementation("org.postgresql:postgresql:42.7.3")
implementation("org.kohsuke:github-api:1.319")

implementation("org.bouncycastle:bcprov-jdk15on:1.70")
Expand Down

0 comments on commit 9f3bd9b

Please sign in to comment.