From f2a8e0eb466266a35ae5a20e349f6f6c0173d974 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 08:52:57 +0900 Subject: [PATCH] chore(deps): update dependency io.vertx:vertx-jdbc-client to v4.5.12 (#822) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 22818e6ea..278b77b57 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.5" } # vertx -vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.11" } +vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.12" } agroal-pool = { module = "io.agroal:agroal-pool", version = "2.5" } h2 = { module = "com.h2database:h2", version = "2.3.232" }