Skip to content

Commit 3a1ed1f

Browse files
Update dependency org.postgresql:postgresql to v42.7.6 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f90b0fe commit 3a1ed1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.3")
1616
compileOnly("org.jetbrains", "annotations", "26.0.2")
1717
implementation("org.xerial", "sqlite-jdbc", "3.49.1.0")
18-
implementation("org.postgresql", "postgresql", "42.7.5")
18+
implementation("org.postgresql", "postgresql", "42.7.6")
1919
implementation("com.zaxxer", "HikariCP", "6.3.0")
2020

2121
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")

0 commit comments

Comments
 (0)