From d4a863ec53f1b52b7fa0019a240299284e7da2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:22:35 +0000 Subject: [PATCH] chore(deps): update dependency io.vertx:vertx-jdbc-client to v4.4.6 --- 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 ffece4607..c08c9749f 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -44,7 +44,7 @@ eclipselink2 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", eclipselink4 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", version = "4.0.2" } # vertx -vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.4.5" } +vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.4.6" } agroal-pool = { module = "io.agroal:agroal-pool", version = "2.2" } h2 = { module = "com.h2database:h2", version = "2.2.224" }