|
39 | 39 | <jacoco.version>0.8.7</jacoco.version> |
40 | 40 | <ehcache-version>3.10.8</ehcache-version> |
41 | 41 | <token-client-version>3.5.7</token-client-version> |
42 | | - <jackson-databind-version>2.18.6</jackson-databind-version> |
| 42 | + <jackson-databind-version>2.18.9</jackson-databind-version> |
43 | 43 | <json-version>20250107</json-version> |
44 | 44 | <commons-codec-version>1.18.0</commons-codec-version> |
45 | 45 | <jackson-core-version>2.18.6</jackson-core-version> |
46 | 46 | <mockito-junit-jupiter-version>5.15.2</mockito-junit-jupiter-version> |
47 | 47 | <httpclient5-version>5.4.4</httpclient5-version> |
48 | | - <httpcore5-version>5.3.3</httpcore5-version> |
| 48 | + <httpcore5-version>5.4.3</httpcore5-version> |
49 | 49 | <httpasyncclient-version>4.1.5</httpasyncclient-version> |
| 50 | + <httpcore-nio-version>4.4.16</httpcore-nio-version> |
50 | 51 | <log4j-api-version>3.0.0-beta2</log4j-api-version> |
51 | 52 | <rxjava-version>2.2.21</rxjava-version> |
52 | 53 | </properties> |
|
110 | 111 | <artifactId>httpcore5</artifactId> |
111 | 112 | <version>${httpcore5-version}</version> |
112 | 113 | </dependency> |
| 114 | + <dependency> |
| 115 | + <groupId>org.apache.httpcomponents.core5</groupId> |
| 116 | + <artifactId>httpcore5-h2</artifactId> |
| 117 | + <version>${httpcore5-version}</version> |
| 118 | + </dependency> |
113 | 119 |
|
114 | 120 | <dependency> |
115 | 121 | <groupId>org.apache.httpcomponents</groupId> |
|
122 | 128 | </exclusion> |
123 | 129 | </exclusions> |
124 | 130 | </dependency> |
| 131 | +<dependency> |
| 132 | + <groupId>org.apache.httpcomponents</groupId> |
| 133 | + <artifactId>httpcore-nio</artifactId> |
| 134 | + <version>${httpcore-nio-version}</version> |
| 135 | +</dependency> |
125 | 136 | <!-- Log4j dependencies --> |
126 | 137 | <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api --> |
127 | 138 | <dependency> |
|
0 commit comments