|
57 | 57 | <smallrye-context-propagation.version>2.3.0</smallrye-context-propagation.version> |
58 | 58 | <smallrye-reactive-streams-operators.version>1.0.13</smallrye-reactive-streams-operators.version> |
59 | 59 | <smallrye-reactive-types-converter.version>3.0.3</smallrye-reactive-types-converter.version> |
60 | | - <smallrye-mutiny-vertx-binding.version>3.20.4</smallrye-mutiny-vertx-binding.version> |
| 60 | + <smallrye-mutiny-vertx-binding.version>3.21.1</smallrye-mutiny-vertx-binding.version> |
61 | 61 | <smallrye-reactive-messaging.version>4.31.0</smallrye-reactive-messaging.version> |
62 | 62 | <smallrye-stork.version>2.7.3</smallrye-stork.version> |
63 | 63 | <jakarta.activation.version>2.1.4</jakarta.activation.version> |
|
137 | 137 | <brotli4j.version>1.16.0</brotli4j.version> |
138 | 138 | <reactive-streams.version>1.0.4</reactive-streams.version> |
139 | 139 | <jboss-logging.version>3.6.1.Final</jboss-logging.version> |
140 | | - <mutiny.version>3.0.3</mutiny.version> |
| 140 | + <mutiny.version>3.1.0</mutiny.version> |
141 | 141 | <jctools-core.version>4.0.5</jctools-core.version> |
142 | 142 | <kafka3.version>4.0.1</kafka3.version> |
143 | 143 | <lz4.version>1.8.0</lz4.version> <!-- dependency of the kafka-clients that could be overridden by other imported BOMs in the platform --> |
|
180 | 180 | <quarkus-security.version>2.2.1</quarkus-security.version> |
181 | 181 | <keycloak-client.version>26.0.7</keycloak-client.version> |
182 | 182 | <logstash-gelf.version>1.15.1</logstash-gelf.version> |
183 | | - <checker-qual.version>3.52.0</checker-qual.version> |
| 183 | + <checker-qual.version>3.52.1</checker-qual.version> |
184 | 184 | <error-prone-annotations.version>2.45.0</error-prone-annotations.version> |
185 | 185 | <jib-core.version>0.28.1</jib-core.version> |
186 | 186 | <google-http-client.version>1.47.1</google-http-client.version> |
|
196 | 196 | <avro.version>1.12.0</avro.version> |
197 | 197 | <apicurio-registry.version>2.6.13.Final</apicurio-registry.version> |
198 | 198 | <apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version> <!-- must be the version Apicurio Registry uses --> |
199 | | - <testcontainers.version>1.21.3</testcontainers.version> <!-- Make sure to also update docker-java.version to match its needs --> |
200 | | - <docker-java.version>3.4.2</docker-java.version> <!-- must be the version Testcontainers use: https://central.sonatype.com/artifact/org.testcontainers/testcontainers --> |
| 199 | + <testcontainers.version>2.0.2</testcontainers.version> <!-- Make sure to also update docker-java.version to match its needs --> |
| 200 | + <docker-java.version>3.7.0</docker-java.version> <!-- must be the version Testcontainers use: https://central.sonatype.com/artifact/org.testcontainers/testcontainers --> |
201 | 201 | <!-- Check the compatibility matrix (https://github.com/opensearch-project/opensearch-testcontainers) before upgrading: --> |
202 | | - <opensearch-testcontainers.version>2.0.2</opensearch-testcontainers.version> |
203 | | - <com.dajudge.kindcontainer>1.4.10</com.dajudge.kindcontainer> |
| 202 | + <opensearch-testcontainers.version>2.1.3</opensearch-testcontainers.version> |
| 203 | + <com.dajudge.kindcontainer>2.0.0</com.dajudge.kindcontainer> |
204 | 204 | <aesh.version>2.8.2</aesh.version> |
205 | 205 | <aesh-readline.version>2.6</aesh-readline.version> |
206 | 206 | <jansi.version>2.4.0</jansi.version> <!-- Keep in sync with aesh-readline and dekorate --> |
|
0 commit comments