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