diff --git a/docs/_posts/2024-xx-xx-v4.12.0.md b/docs/_posts/2024-xx-xx-v4.12.0.md index 398f03b8bd..38399118bb 100644 --- a/docs/_posts/2024-xx-xx-v4.12.0.md +++ b/docs/_posts/2024-xx-xx-v4.12.0.md @@ -33,6 +33,7 @@ type: major * Disable redundant shutdown hook of the embedded H2 database - [apiserver/#4106] * Support inclusion and exclusion of projects from BOM validation with tags - [apiserver/#4109] * Update Dependency-Track's own BOM to CycloneDX v1.5 - [apiserver/#4110] +* Migrate Trivy integration to use Protobuf instead of JSON - [apiserver/#4116] * Support for serving the frontend from a custom path - [frontend/#801] * Add dynamic policy violation badges - [frontend/#810] * Add quick search for projects also using a component - [frontend/#848] @@ -142,6 +143,7 @@ Special thanks to everyone who contributed code to implement enhancements and fi [apiserver/#4108]: https://github.com/DependencyTrack/dependency-track/pull/4108 [apiserver/#4109]: https://github.com/DependencyTrack/dependency-track/pull/4109 [apiserver/#4110]: https://github.com/DependencyTrack/dependency-track/pull/4110 +[apiserver/#4116]: https://github.com/DependencyTrack/dependency-track/pull/4116 [frontend/#801]: https://github.com/DependencyTrack/frontend/pull/801 [frontend/#810]: https://github.com/DependencyTrack/frontend/pull/810 diff --git a/pom.xml b/pom.xml index 5877d1d18a..73251c93aa 100644 --- a/pom.xml +++ b/pom.xml @@ -118,6 +118,7 @@ 6.2.0 1.5.0 3.2.2 + 4.28.0 2.2.0 2.1.22 1.19.0 @@ -139,8 +140,11 @@ json false 12.0.12 + 3.11.4 src/main/webapp/** + + com.google.protobuf:protoc:${lib.protobuf-java.version} cyclonedx true @@ -203,6 +207,7 @@ cyclonedx-core-java ${lib.cyclonedx-java.version} +