We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab37da3 commit c8e287bCopy full SHA for c8e287b
README.md
@@ -18,14 +18,14 @@ You can find the latest version on [Maven Central](https://central.sonatype.com/
18
<dependency>
19
<groupId>io.securecodebox</groupId>
20
<artifactId>defectdojo-client</artifactId>
21
- <version>2.0.0-SNAPSHOT</version>
+ <version>1.0.1</version>
22
</dependency>
23
```
24
25
### Gradle
26
27
```groovy
28
-implementation group: 'io.securecodebox', name: 'defectdojo-client', version: '2.0.0-SNAPSHOT'
+implementation group: 'io.securecodebox', name: 'defectdojo-client', version: '1.0.1'
29
30
31
## Development
0 commit comments