Skip to content

Commit

Permalink
Merge pull request #3681 from nscuro/v4.11-release
Browse files Browse the repository at this point in the history
Bump bundled frontend to v4.11.0
  • Loading branch information
nscuro authored May 7, 2024
2 parents 1bf54c3 + 7cd0013 commit f4c71c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ and giving the rest of the team write permissions to their repository.
To address the use cases above, contributors to the Dependency-Track project can request a *feature branch*
from a maintainer. Feature branches follow the `feature-*` naming pattern, and are subject to branch protection rules.
Just like for the `maser` branch, changes pushed to a `feature` branch trigger a container image build.
Just like for the `master` branch, changes pushed to a `feature` branch trigger a container image build.
Images built from `feature` branches are tagged with the name of the branch, for example for a branch named `feature-foobar`:
```
Expand Down
8 changes: 4 additions & 4 deletions docs/_posts/2024-05-07-v4.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ Special thanks to everyone who contributed code to implement enhancements and fi

###### frontend-dist.zip

| Algorithm | Checksum |
|:----------|:---------|
| SHA-1 | |
| SHA-256 | |
| Algorithm | Checksum |
|:----------|:------------------------------------------------------------------------------------|
| SHA-1 | 80cddddaf5c9c73676065d4ab6fe7b3eff3ec8de |
| SHA-256 | 9c51c337f4b2a7e78730c70473cd24070773a0982d1c0ee6c13f9a6f18a756d5 frontend-dist.zip |

###### Software Bill of Materials (SBOM)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<properties>
<!-- Dependency Versions -->
<frontend.version>4.10.0</frontend.version>
<frontend.version>4.11.0</frontend.version>
<lib.alpine.version>${project.parent.version}</lib.alpine.version>
<lib.awaitility.version>4.2.1</lib.awaitility.version>
<lib.brotli-decoder.version>0.1.2</lib.brotli-decoder.version>
Expand Down

0 comments on commit f4c71c9

Please sign in to comment.