From 0bfbd0d2cddd97aa4d0ce20e0b0ea0b9e3b312d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 23:16:28 +0000 Subject: [PATCH] Bump vertx-pg-client from 3.9.2 to 4.0.3 Bumps [vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) from 3.9.2 to 4.0.3. - [Release notes](https://github.com/eclipse-vertx/vertx-sql-client/releases) - [Commits](https://github.com/eclipse-vertx/vertx-sql-client/compare/3.9.2...4.0.3) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5389f617..91115652 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-amqp' implementation 'org.springframework:spring-context-support' implementation 'org.springframework.boot:spring-boot-starter-security' - implementation 'io.vertx:vertx-pg-client:3.9.2' + implementation 'io.vertx:vertx-pg-client:4.0.3' implementation 'log4j:log4j:1.2.17' implementation 'com.google.guava:guava:29.0-jre' implementation 'org.springframework.boot:spring-boot-starter-validation'