From e6935cfc9e8f124e4f3e71fdb1659db7b7c386df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 12:32:16 +0000 Subject: [PATCH] chore(deps): update dependency io.vertx:vertx-jdbc-client to v4.5.8 --- libs.example.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index 923fb9801..cbf72339e 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -39,7 +39,7 @@ eclipselink2 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", eclipselink4 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", version = "4.0.3" } # vertx -vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.7" } +vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.8" } agroal-pool = { module = "io.agroal:agroal-pool", version = "2.4" } h2 = { module = "com.h2database:h2", version = "2.2.224" }