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

thingsboard/3.9 package update #38547

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
remediates GHSA-6v67-2wr5-gvf4 in logback dependency by bumping from …
…1.5.5 to 1.5.13

Signed-off-by: Mark McCormick <mark.mccormick@chainguard.dev>
  • Loading branch information
mamccorm committed Jan 6, 2025
commit 623a2fc3fa400eaae63db451a6c5201667073157
4 changes: 4 additions & 0 deletions thingsboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ pipeline:

- uses: maven/pombump

- uses: maven/pombump
with:
properties-file: pombump-properties.yaml

- runs: |
mvn clean install -DskipTests -Dlicense.skip=true

Expand Down
3 changes: 3 additions & 0 deletions thingsboard/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
properties:
- property: logback.version
value: "1.5.13"
Loading