Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 16, 2024
1 parent 5a24314 commit 2bfe427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
implementation("eu.okaeri:okaeri-configs-serdes-bukkit:4.0.8")
implementation("com.github.ben-manes.caffeine:caffeine:2.9.3")
implementation("com.h2database:h2:2.1.214")
implementation("org.postgresql:postgresql:42.5.1")
implementation("org.postgresql:postgresql:42.7.3")
compileOnly("me.clip:placeholderapi:2.11.2")
implementation("com.zaxxer:HikariCP:4.0.3")
implementation("io.ktor:ktor-serialization-kotlinx-json:2.2.1")
Expand Down

0 comments on commit 2bfe427

Please sign in to comment.