From 983b8b3a03a1f156d98c6a2d618e66f1394ecf98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:44:10 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.3 to 42.7.4. - [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.3...REL42.7.4) --- 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 edd04eb..0da87fb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -111,7 +111,7 @@ dependencies { implementation("io.micronaut.flyway:micronaut-flyway") implementation("io.micronaut.data:micronaut-data-jdbc") implementation("io.micronaut.sql:micronaut-jdbc-hikari") - runtimeOnly("org.postgresql:postgresql:42.7.3") // Remove fixed version when micronaut has updated to 42.5.5+ + runtimeOnly("org.postgresql:postgresql:42.7.4") // Remove fixed version when micronaut has updated to 42.5.5+ // R2BDC data access (for use by all data sources) implementation("io.micronaut.data:micronaut-data-r2dbc")