|
138 | 138 |
|
139 | 139 | <!-- Schema types -->
|
140 | 140 | <avro.version>1.11.3</avro.version>
|
141 |
| - <wire-schema.version>4.9.3</wire-schema.version> |
142 |
| - <wire-compiler.version>4.9.3</wire-compiler.version> |
143 |
| - <okio-jvm.version>3.7.0</okio-jvm.version> |
144 |
| - <okio.version>3.7.0</okio.version> |
145 |
| - <okio-fake-file-system.version>3.7.0</okio-fake-file-system.version> |
| 141 | + <wire-schema.version>4.9.7</wire-schema.version> |
| 142 | + <wire-compiler.version>4.9.7</wire-compiler.version> |
| 143 | + <okio-jvm.version>3.8.0</okio-jvm.version> |
| 144 | + <okio.version>3.8.0</okio.version> |
| 145 | + <okio-fake-file-system.version>3.8.0</okio-fake-file-system.version> |
146 | 146 | <icu4j.version>74.2</icu4j.version>
|
147 |
| - <protobuf.version>3.25.2</protobuf.version> |
148 |
| - <xmlsec.version>4.0.1</xmlsec.version> |
149 |
| - <protobuf.googleapi.types.version>2.31.0</protobuf.googleapi.types.version> |
| 147 | + <protobuf.version>3.25.3</protobuf.version> |
| 148 | + <xmlsec.version>4.0.2</xmlsec.version> |
| 149 | + <protobuf.googleapi.types.version>2.34.0</protobuf.googleapi.types.version> |
150 | 150 | <wsdl4j.version>1.6.3</wsdl4j.version>
|
151 |
| - <google.truth.extension.version>1.3.0</google.truth.extension.version> |
| 151 | + <google.truth.extension.version>1.4.1</google.truth.extension.version> |
152 | 152 |
|
153 | 153 | <!-- Picocli -->
|
154 | 154 | <picocli.version>4.6.3</picocli.version>
|
155 | 155 |
|
156 | 156 | <!-- Confluent API / client -->
|
157 |
| - <confluent.version>7.5.3</confluent.version> |
| 157 | + <confluent.version>7.6.0</confluent.version> |
158 | 158 |
|
159 | 159 | <!-- Default Quarkus configuration profile -->
|
160 | 160 | <quarkus.profile>dev</quarkus.profile>
|
|
182 | 182 | <!-- Dependency versions -->
|
183 | 183 | <lombok.version>1.18.30</lombok.version>
|
184 | 184 | <h2.version>1.4.199</h2.version>
|
185 |
| - <commons-codec.version>1.16.0</commons-codec.version> |
| 185 | + <commons-codec.version>1.16.1</commons-codec.version> |
186 | 186 | <jboss-slf4j.version>1.2.1.Final</jboss-slf4j.version>
|
187 | 187 | <httpclient.version>4.5.14</httpclient.version>
|
188 | 188 | <apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version>
|
|
203 | 203 |
|
204 | 204 | <!-- Scala -->
|
205 | 205 | <version.scala-maven.plugin>4.4.0</version.scala-maven.plugin>
|
206 |
| - <scala.version>2.13.12</scala.version> |
| 206 | + <scala.version>2.13.13</scala.version> |
207 | 207 |
|
208 | 208 | <!-- Plugin Versions -->
|
209 | 209 | <version.compiler.plugin>3.12.1</version.compiler.plugin>
|
|
229 | 229 | <os-maven-plugin.version>1.7.1</os-maven-plugin.version>
|
230 | 230 |
|
231 | 231 | <!-- Test containers version, should be aligned with version used in Quarkus -->
|
232 |
| - <test-containers.version>1.19.3</test-containers.version> |
| 232 | + <test-containers.version>1.19.6</test-containers.version> |
233 | 233 | <keycloak.testcontainers.version>1.9.0</keycloak.testcontainers.version>
|
234 | 234 | <keycloak-admin-client.version>21.1.2</keycloak-admin-client.version>
|
235 | 235 | <embedded-postgres.version>2.0.6</embedded-postgres.version>
|
236 | 236 | <strimzi.version>0.105.0</strimzi.version>
|
237 |
| - <wiremock-jre8.version>2.35.1</wiremock-jre8.version> |
| 237 | + <wiremock-jre8.version>2.35.2</wiremock-jre8.version> |
238 | 238 | </properties>
|
239 | 239 |
|
240 | 240 | <dependencyManagement>
|
|
497 | 497 | <dependency>
|
498 | 498 | <artifactId>kotlinx-serialization-core</artifactId>
|
499 | 499 | <groupId>org.jetbrains.kotlinx</groupId>
|
500 |
| - <version>1.6.2</version> |
| 500 | + <version>1.6.3</version> |
501 | 501 | </dependency>
|
502 | 502 | <dependency>
|
503 | 503 | <groupId>com.ibm.icu</groupId>
|
|
0 commit comments