Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apicurio-registry/3.0.4-r0: cve remediation #35616

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apicurio-registry.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apicurio-registry
version: 3.0.6
epoch: 0
epoch: 1
description: An API/Schema registry - stores APIs and Schemas
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -38,6 +38,8 @@ pipeline:
with:
patches: CVE-2024-31141.patch

- uses: maven/pombump

- name: Build
runs: |
./mvnw clean install \
Expand Down
4 changes: 4 additions & 0 deletions apicurio-registry/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
patches:
- groupId: io.netty
artifactId: netty-common
version: 4.1.115
Loading