Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 7, 2023
1 parent 127cb28 commit e413961
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.1")
compileOnly("org.jetbrains", "annotations", "24.1.0")
implementation("org.xerial", "sqlite-jdbc", "3.44.1.0")
implementation("org.postgresql", "postgresql", "42.7.0")
implementation("org.postgresql", "postgresql", "42.7.1")
implementation("com.zaxxer", "HikariCP", "5.1.0")

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

0 comments on commit e413961

Please sign in to comment.