Skip to content

Commit c483ef3

Browse files
committed
fix: pombump cve & auth maven pipeline
Signed-off-by: Michelle McAveety <[email protected]>
1 parent ebdbb03 commit c483ef3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

apicurio-registry.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ pipeline:
3434
tag: v${{package.version}}
3535
expected-commit: 5a832c5bf75663c0ec05f83a91935d382e012083
3636

37+
- uses: auth/maven
38+
3739
- uses: maven/pombump
3840

3941
- name: Build

apicurio-registry/pombump-deps.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ patches:
1414
- groupId: io.quarkus.http
1515
artifactId: quarkus-http-core
1616
version: 5.3.4
17+
- groupId: io.quarkus
18+
artifactId: quarkus-vertx
19+
verion: 3.24.0
1720
- groupId: commons-beanutils
1821
artifactId: commons-beanutils
1922
version: 1.11.0

0 commit comments

Comments
 (0)