From 987ae7ae205301bf6bfe437f877c451a68482414 Mon Sep 17 00:00:00 2001 From: jburgess <11861789+jburgess@users.noreply.github.com> Date: Wed, 4 Jan 2023 21:12:17 -0500 Subject: [PATCH] Updates GRPC dependencies Also updates dependencies for junit, assertj, mockito, and awaitility. --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index f70f0f1..cccf891 100644 --- a/pom.xml +++ b/pom.xml @@ -59,8 +59,8 @@ UTF-8 UTF-8 - 1.27.1 - 3.11.0 + 1.51.1 + 3.21.12 0.33.0 4.3.0 0.8.4 @@ -132,28 +132,28 @@ junit junit - 4.13.1 + 4.13.2 test org.assertj assertj-core - 3.13.2 + 3.23.1 test org.awaitility awaitility - 3.1.6 + 4.2.0 test org.mockito mockito-core - 3.0.0 + 4.11.0 test