diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index c4b31fbd3..41db992f1 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar -distributionSha256Sum=0d7125e8c91097b36edb990ea5934e6c68b4440eef4ea96510a0f6815e7eeadb +distributionSha256Sum=55fadd669532a3205d5db95f490bf13971d8b0843526f407f29db0e61f074ab3 wrapperSha256Sum=4e2fbf6554bc8a4702cdfdd3bef464f423393d784ddbb037216320ce55d5e4e1 diff --git a/pom.xml b/pom.xml index 1691979e4..55ae9551d 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ - 2.41.11 - 3.47.0 + 2.42.27 + 3.48.0 1.14.1 2.21.0 4.0.16 @@ -57,42 +57,42 @@ 7.3.62 730 bfed237b787fae3cde1222676e6bfbb0d218fc27bf9e903397a7a7aa96fb2d33 - 26.74.0 - 1.73.0 + 26.79.0 + 1.76.3 2.13.2 33.5.0-jre 4.4.16 4.5.14 - 2.21.0 + 2.21.2 2.3.0 3.0.2 - 2.3.0 - 1.5.25 - 2.0.6 - 6.8.1.RELEASE - 9.0.13 + 2.3.20 + 1.5.32 + 2.0.12 + 6.8.2.RELEASE + 9.0.21 8.1 - 2.25.3 + 2.25.4 3.5.0 - 1.16.2 + 1.16.4 4.1.127.Final - 4.29.4 + 4.33.2 0.15.4 - 2025.0.2 - 2.3.0 + 2025.0.4 + 2.4.0 3.1.0 0.2.0 2.0.17 31.2.0 - 2.2.42 - 2.0.3 + 2.2.46 + 2.0.4 - amazon/dynamodb-local:3.0.0@sha256:2fed5e3a965a4ba5aa6ac82baec57058b5a3848e959d705518f3fd579a77e76b - localstack/localstack:4@sha256:5a97e0f9917a3f0d9630bb13b9d8ccf10cbe52f33252807d3b4e21418cc21348 + amazon/dynamodb-local:3.3.0@sha256:d89f8fcc6b1a39cb35976c248ed42a28c66ae00dc043099210f5571e42648ab4 + localstack/localstack:4.13@sha256:46302bcb91a7e8008e6394be8afafdbfa40fb77a54d4046a38be35992042d5de redis:7.4-alpine@sha256:af1d0fc3f63b02b13ff7906c9baf7c5b390b8881ca08119cd570677fe2f60b55 docker.io/bitnamilegacy/redis-cluster:7.4.3@sha256:a53d023fdfaf8a8d7ddc58da040d3494e4cb45772644618ffa44c42dcd32b9af @@ -167,14 +167,14 @@ io.opentelemetry opentelemetry-bom - 1.54.0 + 1.60.1 pom import io.opentelemetry.instrumentation opentelemetry-instrumentation-bom - 2.20.0 + 2.26.1 pom import @@ -251,12 +251,12 @@ commons-logging commons-logging - 1.3.5 + 1.3.6 org.ow2.asm asm - 9.8 + 9.9.1 test diff --git a/service/pom.xml b/service/pom.xml index c17638fd2..9e55f1833 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -555,7 +555,7 @@ com.squareup.okio okio-jvm - 3.15.0 + 3.16.4 diff --git a/service/src/test/java/org/whispersystems/textsecuregcm/grpc/MetricServerInterceptorTest.java b/service/src/test/java/org/whispersystems/textsecuregcm/grpc/MetricServerInterceptorTest.java index 348c0ddd7..d79dcbd69 100644 --- a/service/src/test/java/org/whispersystems/textsecuregcm/grpc/MetricServerInterceptorTest.java +++ b/service/src/test/java/org/whispersystems/textsecuregcm/grpc/MetricServerInterceptorTest.java @@ -182,7 +182,7 @@ public class MetricServerInterceptorTest { @ParameterizedTest @ValueSource(booleans = {true, false}) - void clientRelease(boolean enabled) throws UnrecognizedUserAgentException { + void clientRelease(boolean enabled) throws UnrecognizedUserAgentException, StatusException { final UserAgent ua = UserAgentUtil.parseUserAgentString(USER_AGENT); when(clientReleaseManager.isVersionActive(ua.platform(), ua.version())).thenReturn(enabled); final EchoServiceGrpc.EchoServiceBlockingV2Stub client = EchoServiceGrpc.newBlockingV2Stub(channel);