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();
});