-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
It would help scala's ecosystem if sbt supported Maven's BOM "Bill of Materials" that (IIUC) would help maintain version coherence across artefacts of the same project.
* https://hackernoon.com/mav…
-
These are not actually a real dependency, rather they just dictate the version of other dependencies owned by it. This leaks across buildscript classpaths too. For example - `buildscript { dependencie…
-
Hi,
In Apache WSS4J we have configured the plugin like:
```
org.cyclonedx
cyclonedx-maven-plugin
2.7.9
…
-
### Expected Behavior
I can set a [platform dependency](https://docs.gradle.org/current/userguide/platforms.html#sub:bom_import) to align versions in a [JVM test suite](https://docs.gradle.org/curr…
aSemy updated
4 months ago
-
I am having difficulty getting ingestion of BOM and XML as part of a Jenkins pipeline and would like to request a bit of documentation on how they can be implemented.
The [Continious Delivery](http…
-
When `flattenMode` is set to `bom` the plugin keeps the `properties` and `dependencyManagement` sections of the POM. But as of version `1.5.0` it removes the `pluginManagement` section in `bom` mode. …
-
since 2.6.0 (but not with 2.5.3), makeAggregateBom IT https://github.com/CycloneDX/cyclonedx-maven-plugin/tree/master/src/it/makeAggregateBom execution triggers a warning when validating json:
```
[…
-
I would like to add a BOM for [AssertJ](https://github.com/assertj/assertj).
My current attempt is at assertj/assertj#2748 where I include in the `dependencyManagement` section what I'd like to hav…
-
pom.xml:
...
```
com.lframework
web-starter
1.0.0
org.elasticsearch.client
transport
7.17.21
```
...
Creating BOM:
mvn …