Skip to content

Commit

Permalink
dependency-track: Fix CVEs
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Deslauriers <[email protected]>
  • Loading branch information
pdeslaur committed Mar 5, 2024
1 parent fee0796 commit 2da9c8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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

0 comments on commit 2da9c8f

Please sign in to comment.