|
151 | 151 | <node.version>16.17.0</node.version>
|
152 | 152 |
|
153 | 153 | <!-- Quarkus Version -->
|
154 |
| - <quarkus.version>3.2.8.Final</quarkus.version> |
| 154 | + <quarkus.version>3.2.10.Final</quarkus.version> |
155 | 155 |
|
156 | 156 | <!-- Jandex -->
|
157 | 157 | <jandex.version>1.2.3</jandex.version>
|
158 | 158 |
|
159 | 159 | <!-- Schema types -->
|
160 | 160 | <avro.version>1.11.3</avro.version>
|
161 |
| - <json-schema-validator.version>1.2.0</json-schema-validator.version> |
162 |
| - <wire-schema.version>4.9.3</wire-schema.version> |
163 |
| - <wire-compiler.version>4.9.3</wire-compiler.version> |
164 |
| - <okio-jvm.version>3.7.0</okio-jvm.version> |
165 |
| - <okio.version>3.7.0</okio.version> |
166 |
| - <okio-fake-file-system.version>3.7.0</okio-fake-file-system.version> |
| 161 | + <json-schema-validator.version>1.3.3</json-schema-validator.version> |
| 162 | + <wire-schema.version>4.9.7</wire-schema.version> |
| 163 | + <wire-compiler.version>4.9.7</wire-compiler.version> |
| 164 | + <okio-jvm.version>3.8.0</okio-jvm.version> |
| 165 | + <okio.version>3.8.0</okio.version> |
| 166 | + <okio-fake-file-system.version>3.8.0</okio-fake-file-system.version> |
167 | 167 | <icu4j.version>74.2</icu4j.version>
|
168 |
| - <protobuf.version>3.25.2</protobuf.version> |
169 |
| - <xmlsec.version>4.0.1</xmlsec.version> |
170 |
| - <protobuf.googleapi.types.version>2.31.0</protobuf.googleapi.types.version> |
| 168 | + <protobuf.version>3.25.3</protobuf.version> |
| 169 | + <xmlsec.version>4.0.2</xmlsec.version> |
| 170 | + <protobuf.googleapi.types.version>2.34.0</protobuf.googleapi.types.version> |
171 | 171 | <wsdl4j.version>1.6.3</wsdl4j.version>
|
172 |
| - <google.truth.extension.version>1.3.0</google.truth.extension.version> |
| 172 | + <google.truth.extension.version>1.4.1</google.truth.extension.version> |
173 | 173 |
|
174 | 174 | <!-- Picocli -->
|
175 | 175 | <picocli.version>4.6.3</picocli.version>
|
176 | 176 |
|
177 | 177 | <!-- Confluent API / client -->
|
178 |
| - <confluent.version>7.5.3</confluent.version> |
| 178 | + <confluent.version>7.6.0</confluent.version> |
179 | 179 |
|
180 | 180 | <!-- Default Quarkus configuration profile -->
|
181 | 181 | <quarkus.profile>dev</quarkus.profile>
|
|
200 | 200 |
|
201 | 201 | <!-- JSON Schema Validator -->
|
202 | 202 | <org.everit.json.schema.version>1.14.4</org.everit.json.schema.version>
|
203 |
| - <org.json>20231013</org.json> |
| 203 | + <org.json>20240205</org.json> |
204 | 204 | <jackson.version>2.15.2</jackson.version>
|
205 | 205 |
|
206 | 206 | <!-- Dependency versions -->
|
207 | 207 | <lombok.version>1.18.30</lombok.version>
|
208 | 208 | <h2.version>1.4.199</h2.version>
|
209 |
| - <commons-codec.version>1.16.0</commons-codec.version> |
| 209 | + <commons-codec.version>1.16.1</commons-codec.version> |
210 | 210 | <jboss-slf4j.version>1.2.1.Final</jboss-slf4j.version>
|
211 | 211 | <httpclient.version>4.5.14</httpclient.version>
|
212 | 212 | <apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version>
|
213 |
| - <apicurio-common-app-components.version>0.2.4.Final</apicurio-common-app-components.version> |
| 213 | + <apicurio-common-app-components.version>0.2.6.Final</apicurio-common-app-components.version> |
214 | 214 | <sentry.version>1.7.30</sentry.version>
|
215 | 215 | <kafka-oauth-client.version>0.14.0</kafka-oauth-client.version>
|
216 | 216 | <kafka-clients.version>3.5.1</kafka-clients.version>
|
|
225 | 225 |
|
226 | 226 | <!-- Scala -->
|
227 | 227 | <version.scala-maven.plugin>4.4.0</version.scala-maven.plugin>
|
228 |
| - <scala.version>2.13.12</scala.version> |
| 228 | + <scala.version>2.13.13</scala.version> |
229 | 229 |
|
230 | 230 | <!-- Plugin Versions -->
|
231 | 231 | <version.compiler.plugin>3.12.1</version.compiler.plugin>
|
|
245 | 245 | <version.maven-antrun.plugin>3.1.0</version.maven-antrun.plugin>
|
246 | 246 |
|
247 | 247 | <!-- Plugin Deps -->
|
248 |
| - <version.puppycrawl>10.12.7</version.puppycrawl> |
| 248 | + <version.puppycrawl>10.13.0</version.puppycrawl> |
249 | 249 |
|
250 | 250 | <!-- Protocol Buffers -->
|
251 | 251 | <proto-plugin.version>0.6.1</proto-plugin.version>
|
252 | 252 | <os-maven-plugin.version>1.7.1</os-maven-plugin.version>
|
253 | 253 |
|
254 | 254 | <!-- Test containers version, should be aligned with version used in Quarkus -->
|
255 |
| - <test-containers.version>1.19.3</test-containers.version> |
| 255 | + <test-containers.version>1.19.6</test-containers.version> |
256 | 256 | <embedded-postgres.version>2.0.6</embedded-postgres.version>
|
257 | 257 | <strimzi.version>0.105.0</strimzi.version>
|
258 |
| - <wiremock-jre8.version>2.35.1</wiremock-jre8.version> |
| 258 | + <wiremock-jre8.version>2.35.2</wiremock-jre8.version> |
259 | 259 | </properties>
|
260 | 260 |
|
261 | 261 | <dependencyManagement>
|
|
0 commit comments