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] committed Mar 14, 2024
1 parent 0c9ad98 commit 253e38c
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 @@ -15,7 +15,7 @@ dependencies {
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.3")
compileOnly("org.jetbrains", "annotations", "24.1.0")
implementation("org.xerial", "sqlite-jdbc", "3.45.2.0")
implementation("org.postgresql", "postgresql", "42.7.2")
implementation("org.postgresql", "postgresql", "42.7.3")
implementation("com.zaxxer", "HikariCP", "5.1.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
Expand Down

0 comments on commit 253e38c

Please sign in to comment.