From 62762a16c05ca384bb0233725243150047968bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:03:10 +0000 Subject: [PATCH] chore(deps): update dependency io.agroal:agroal-pool to v2.4 --- 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 e6e36ae38..95aed9c1a 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -40,7 +40,7 @@ eclipselink4 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", # vertx vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.7" } -agroal-pool = { module = "io.agroal:agroal-pool", version = "2.3" } +agroal-pool = { module = "io.agroal:agroal-pool", version = "2.4" } h2 = { module = "com.h2database:h2", version = "2.2.224" }