We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdbb03 commit c483ef3Copy full SHA for c483ef3
apicurio-registry.yaml
@@ -34,6 +34,8 @@ pipeline:
34
tag: v${{package.version}}
35
expected-commit: 5a832c5bf75663c0ec05f83a91935d382e012083
36
37
+ - uses: auth/maven
38
+
39
- uses: maven/pombump
40
41
- name: Build
apicurio-registry/pombump-deps.yaml
@@ -14,6 +14,9 @@ patches:
14
- groupId: io.quarkus.http
15
artifactId: quarkus-http-core
16
version: 5.3.4
17
+ - groupId: io.quarkus
18
+ artifactId: quarkus-vertx
19
+ verion: 3.24.0
20
- groupId: commons-beanutils
21
artifactId: commons-beanutils
22
version: 1.11.0
0 commit comments