Skip to content

Commit ccee8c2

Browse files
fix(deps): update dependency org.postgresql:postgresql to v42.7.8 (#102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85bddd8 commit ccee8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencyResolutionManagement {
2323
version("mariadb-java-client", "3.5.6")
2424
version("hibernate-core", "7.1.1.Final")
2525
version("jetbrains-annotations", "26.0.2-1")
26-
version("postgresql", "42.7.7")
26+
version("postgresql", "42.7.8")
2727
version("gson", "2.13.2")
2828

2929
// Testing

0 commit comments

Comments
 (0)