|
|
|
|
@ -157,6 +157,7 @@
@@ -157,6 +157,7 @@
|
|
|
|
|
<netty.version>4.1.34.Final</netty.version> |
|
|
|
|
<netty-tcnative.version>2.0.24.Final</netty-tcnative.version> |
|
|
|
|
<nio-multipart-parser.version>1.1.0</nio-multipart-parser.version> |
|
|
|
|
<okhttp3.version>3.14.1</okhttp3.version> |
|
|
|
|
<pooled-jms.version>1.0.4</pooled-jms.version> |
|
|
|
|
<postgresql.version>42.2.5</postgresql.version> |
|
|
|
|
<prometheus-pushgateway.version>0.6.0</prometheus-pushgateway.version> |
|
|
|
|
@ -769,6 +770,51 @@
@@ -769,6 +770,51 @@
|
|
|
|
|
<artifactId>sendgrid-java</artifactId> |
|
|
|
|
<version>${sendgrid.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>logging-interceptor</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>mockwebserver</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>okcurl</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>okhttp</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>okhttp-dnsoverhttps</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>okhttp-sse</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>okhttp-testing-support</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>okhttp-tls</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.squareup.okhttp3</groupId> |
|
|
|
|
<artifactId>okhttp-urlconnection</artifactId> |
|
|
|
|
<version>${okhttp3.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.sun.mail</groupId> |
|
|
|
|
<artifactId>jakarta.mail</artifactId> |
|
|
|
|
|