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

dependency-track: Fix CVEs #14067

Merged
merged 1 commit into from
Mar 5, 2024
Merged
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 dependency-track.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: dependency-track
version: 4.10.1
epoch: 1
epoch: 2
description:
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,6 +29,8 @@ pipeline:
tag: ${{package.version}}
expected-commit: fcb8e784d9b208de5ab755a979a48f2535f3c390

- uses: maven/pombump

- runs: |
export LANG=en_US.UTF-8
# Build the API Server and the bundled UI jars
Expand Down
11 changes: 11 additions & 0 deletions dependency-track/pombump.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
patches:
- groupId: org.apache.commons
artifactId: commons-compress
version: 1.26.0
scope: import
type: jar
- groupId: org.postgresql
artifactId: postgresql
version: 42.6.1
scope: import
type: jar
Loading