Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 5ca47cb commit a0570a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencyResolutionManagement {
library("hikari", "com.zaxxer:HikariCP:5.1.0")
library("mariadb", "org.mariadb.jdbc:mariadb-java-client:3.4.0")
library("sqlite", "org.xerial:sqlite-jdbc:3.46.0.0")
library("postgres", "org.postgresql:postgresql:42.7.3")
library("postgres", "org.postgresql:postgresql:42.7.4")
bundle("database", listOf("hikari", "mariadb", "sqlite", "postgres"))
version("sadu", "2.2.1")
library("sadu-queries", "de.chojo.sadu","sadu-queries").versionRef("sadu")
Expand Down

0 comments on commit a0570a0

Please sign in to comment.