From c5eb9d59d5cbf3105a75f0add932825f2fb16af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:43:46 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.0 to 42.7.3 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.0 to 42.7.3. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.0...REL42.7.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9b1ddd1..749e990 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { api("io.taff.exposed:exposed-core:0.10.0") api("io.taff.exposed:exposed-jdbc:0.10.0") api("io.taff.exposed:exposed-java-time:0.10.0") - implementation("org.postgresql:postgresql:42.7.0") + implementation("org.postgresql:postgresql:42.7.3") testImplementation("io.taff:spek-expekt:0.10.3") testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2")) }