Update dependencies

This commit is contained in:
Ameya Lokare 2025-06-26 14:26:47 -07:00
parent f4698dd5b2
commit 18ef3da261
2 changed files with 26 additions and 19 deletions

38
pom.xml
View File

@ -37,10 +37,10 @@
</modules> </modules>
<properties> <properties>
<aws.sdk2.version>2.31.9</aws.sdk2.version> <aws.sdk2.version>2.31.70</aws.sdk2.version>
<braintree.version>3.40.0</braintree.version> <braintree.version>3.42.0</braintree.version>
<commons-csv.version>1.14.0</commons-csv.version> <commons-csv.version>1.14.0</commons-csv.version>
<commons-io.version>2.18.0</commons-io.version> <commons-io.version>2.19.0</commons-io.version>
<dropwizard.version>4.0.12</dropwizard.version> <dropwizard.version>4.0.12</dropwizard.version>
<dropwizard-metrics-datadog.version>1.1.14</dropwizard-metrics-datadog.version> <dropwizard-metrics-datadog.version>1.1.14</dropwizard-metrics-datadog.version>
<!-- can be updated to latest version with Dropwizard 5 (Jetty 12); will then need to disable telemetry --> <!-- can be updated to latest version with Dropwizard 5 (Jetty 12); will then need to disable telemetry -->
@ -52,39 +52,39 @@
<foundationdb.version>7.3.62</foundationdb.version> <foundationdb.version>7.3.62</foundationdb.version>
<foundationdb.api-version>730</foundationdb.api-version> <foundationdb.api-version>730</foundationdb.api-version>
<foundationdb.client-library-sha256>bfed237b787fae3cde1222676e6bfbb0d218fc27bf9e903397a7a7aa96fb2d33</foundationdb.client-library-sha256> <foundationdb.client-library-sha256>bfed237b787fae3cde1222676e6bfbb0d218fc27bf9e903397a7a7aa96fb2d33</foundationdb.client-library-sha256>
<google-cloud-libraries.version>26.57.0</google-cloud-libraries.version> <google-cloud-libraries.version>26.62.0</google-cloud-libraries.version>
<grpc.version>1.70.0</grpc.version> <!-- should be kept in sync with the value from Google libraries-bom --> <grpc.version>1.73.0</grpc.version> <!-- should be kept in sync with the value from Google libraries-bom -->
<gson.version>2.12.1</gson.version> <gson.version>2.13.1</gson.version>
<!-- several libraries (AWS, Google Cloud) use Apache http components transitively, and we need to align them --> <!-- several libraries (AWS, Google Cloud) use Apache http components transitively, and we need to align them -->
<httpcore.version>4.4.16</httpcore.version> <httpcore.version>4.4.16</httpcore.version>
<httpclient.version>4.5.14</httpclient.version> <httpclient.version>4.5.14</httpclient.version>
<jackson.version>2.18.3</jackson.version> <jackson.version>2.19.1</jackson.version>
<junit-pioneer.version>2.3.0</junit-pioneer.version> <junit-pioneer.version>2.3.0</junit-pioneer.version>
<jsr305.version>3.0.2</jsr305.version> <jsr305.version>3.0.2</jsr305.version>
<kotlin.version>2.1.20</kotlin.version> <kotlin.version>2.2.0</kotlin.version>
<!-- Logback 1.5.14+ has a null pointer bug: https://github.com/qos-ch/logback/issues/929. --> <!-- Logback 1.5.14+ has a null pointer bug: https://github.com/qos-ch/logback/issues/929. -->
<logback.version>1.5.13</logback.version> <logback.version>1.5.13</logback.version>
<logback-access.version>2.0.5</logback-access.version> <logback-access-common.version>2.0.5</logback-access-common.version>
<lettuce.version>6.5.5.RELEASE</lettuce.version> <lettuce.version>6.7.1.RELEASE</lettuce.version>
<libphonenumber.version>9.0.2</libphonenumber.version> <libphonenumber.version>9.0.8</libphonenumber.version>
<logstash.logback.version>7.3</logstash.logback.version> <logstash.logback.version>8.1</logstash.logback.version>
<log4j-bom.version>2.24.3</log4j-bom.version> <log4j-bom.version>2.25.0</log4j-bom.version>
<luajava.version>3.5.0</luajava.version> <luajava.version>3.5.0</luajava.version>
<micrometer.version>1.14.5</micrometer.version> <micrometer.version>1.15.1</micrometer.version>
<netty.version>4.1.119.Final</netty.version> <netty.version>4.1.122.Final</netty.version>
<!-- Must be less than or equal to the value from Google libraries-bom which controls the protobuf runtime version. <!-- Must be less than or equal to the value from Google libraries-bom which controls the protobuf runtime version.
See https://protobuf.dev/support/cross-version-runtime-guarantee/. --> See https://protobuf.dev/support/cross-version-runtime-guarantee/. -->
<protoc.version>4.29.4</protoc.version> <protoc.version>4.29.4</protoc.version>
<pushy.version>0.15.4</pushy.version> <pushy.version>0.15.4</pushy.version>
<reactive.grpc.version>1.2.4</reactive.grpc.version> <reactive.grpc.version>1.2.4</reactive.grpc.version>
<reactor-bom.version>2024.0.4</reactor-bom.version> <!-- 3.7.4, see https://github.com/reactor/reactor#bom-versioning-scheme --> <reactor-bom.version>2024.0.7</reactor-bom.version> <!-- 3.7.4, see https://github.com/reactor/reactor#bom-versioning-scheme -->
<resilience4j.version>2.3.0</resilience4j.version> <resilience4j.version>2.3.0</resilience4j.version>
<semver4j.version>3.1.0</semver4j.version> <semver4j.version>3.1.0</semver4j.version>
<simple-grpc.version>0.1.0</simple-grpc.version> <simple-grpc.version>0.1.0</simple-grpc.version>
<slf4j.version>2.0.17</slf4j.version> <slf4j.version>2.0.17</slf4j.version>
<stripe.version>23.10.0</stripe.version> <stripe.version>23.10.0</stripe.version>
<swagger.version>2.2.27</swagger.version> <swagger.version>2.2.31</swagger.version>
<testcontainers.version>1.21.1</testcontainers.version> <testcontainers.version>1.21.2</testcontainers.version>
<!-- image to use in tests that run localstack via docker. --> <!-- image to use in tests that run localstack via docker. -->
<localstack.image>localstack/localstack:3.5.0</localstack.image> <localstack.image>localstack/localstack:3.5.0</localstack.image>
@ -325,7 +325,7 @@
<dependency> <dependency>
<groupId>ch.qos.logback.access</groupId> <groupId>ch.qos.logback.access</groupId>
<artifactId>logback-access-common</artifactId> <artifactId>logback-access-common</artifactId>
<version>${logback-access.version}</version> <version>${logback-access-common.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>

View File

@ -51,6 +51,13 @@
<groupId>io.swagger.core.v3</groupId> <groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2-jakarta</artifactId> <artifactId>swagger-jaxrs2-jakarta</artifactId>
<version>${swagger.version}</version> <version>${swagger.version}</version>
<exclusions>
<!-- conflicts with jackson-dataformat-yaml -->
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jakarta.servlet</groupId> <groupId>jakarta.servlet</groupId>