From b8967b75c697225b69a287548b45462b874eb148 Mon Sep 17 00:00:00 2001 From: Chris Eager Date: Thu, 12 Jan 2023 18:00:22 -0600 Subject: [PATCH] Update dropwizard to 2.0.34 --- pom.xml | 2 +- .../badges/ConfiguredProfileBadgeConverterTest.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ab84339a3..87a8fc522 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 1.15 1.8 2.9.0 - 2.0.32 + 2.0.34 1.1.13 1.49.2 2.9.0 diff --git a/service/src/test/java/org/whispersystems/textsecuregcm/badges/ConfiguredProfileBadgeConverterTest.java b/service/src/test/java/org/whispersystems/textsecuregcm/badges/ConfiguredProfileBadgeConverterTest.java index 085f63044..529d8c17a 100644 --- a/service/src/test/java/org/whispersystems/textsecuregcm/badges/ConfiguredProfileBadgeConverterTest.java +++ b/service/src/test/java/org/whispersystems/textsecuregcm/badges/ConfiguredProfileBadgeConverterTest.java @@ -11,7 +11,6 @@ import static org.junit.jupiter.params.provider.Arguments.arguments; import static org.mockito.ArgumentMatchers.eq; import static org.mockito.Mockito.doReturn; import static org.mockito.Mockito.mock; -import static org.mockito.Mockito.when; import java.time.Clock; import java.time.Instant; @@ -46,7 +45,7 @@ public class ConfiguredProfileBadgeConverterTest { private ResourceBundle resourceBundle; @BeforeEach - private void beforeEach() { + void beforeEach() { resourceBundleFactory = mock(ResourceBundleFactory.class, (invocation) -> { throw new UnsupportedOperationException(); });