We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e083395 commit 3e5a408Copy full SHA for 3e5a408
1 file changed
README.md
@@ -20,7 +20,7 @@ so no special configuration is needed.
20
**Gradle**
21
```groovy
22
dependencies {
23
- implementation 'com.siemens.sbom.standardbom:standard-bom:4.1.3'
+ implementation 'com.siemens.sbom.standardbom:standard-bom:4.2.0'
24
}
25
```
26
@@ -29,7 +29,7 @@ dependencies {
29
<dependency>
30
<groupId>com.siemens.sbom.standardbom</groupId>
31
<artifactId>standard-bom</artifactId>
32
- <version>4.1.3</version>
+ <version>4.2.0</version>
33
</dependency>
34
35
0 commit comments