From 66bc10559b9f539c8d07c5647d51c7bd8d46b937 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 23:16:42 +0000 Subject: [PATCH] Bump vertx-pg-client from 3.9.2 to 4.1.1 Bumps [vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) from 3.9.2 to 4.1.1. - [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.1.1) Signed-off-by: dependabot-preview[bot] --- commons/build.gradle | 2 +- consent/build.gradle | 2 +- dataflow/build.gradle | 2 +- user/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commons/build.gradle b/commons/build.gradle index 7bc61d0b6..39e2572b4 100644 --- a/commons/build.gradle +++ b/commons/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'net.logstash.logback:logstash-logback-encoder:6.4' implementation 'org.springframework.data:spring-data-redis' testImplementation 'org.apache.commons:commons-lang3:3.11' - implementation 'io.vertx:vertx-pg-client:3.9.2' + implementation 'io.vertx:vertx-pg-client:4.1.1' implementation 'com.nimbusds:nimbus-jose-jwt:8.20' } diff --git a/consent/build.gradle b/consent/build.gradle index 67e8897bc..2d7f8a6eb 100644 --- a/consent/build.gradle +++ b/consent/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.google.guava:guava:29.0-jre' implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'javax.xml.bind:jaxb-api:2.3.1' - implementation 'io.vertx:vertx-pg-client:3.9.2' + implementation 'io.vertx:vertx-pg-client:4.1.1' implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'com.nimbusds:nimbus-jose-jwt:8.20' implementation 'io.vavr:vavr:0.10.3' diff --git a/dataflow/build.gradle b/dataflow/build.gradle index f392b5869..c7e87b4f6 100644 --- a/dataflow/build.gradle +++ b/dataflow/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.springframework.amqp:spring-rabbit-test' testImplementation 'org.springframework.security:spring-security-test' - implementation 'io.vertx:vertx-pg-client:3.9.2' + implementation 'io.vertx:vertx-pg-client:4.1.1' testImplementation 'org.jeasy:easy-random-core:4.2.0' implementation 'com.nimbusds:nimbus-jose-jwt:8.20' implementation 'io.lettuce:lettuce-core:5.3.3.RELEASE' diff --git a/user/build.gradle b/user/build.gradle index 753a7e801..a779d03bd 100644 --- a/user/build.gradle +++ b/user/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive' implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-webflux' - implementation 'io.vertx:vertx-pg-client:3.9.2' + implementation 'io.vertx:vertx-pg-client:4.1.1' implementation 'com.google.guava:guava:29.0-jre' implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'javax.xml.bind:jaxb-api:2.3.1'