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 0b7ab7b commit 750af14Copy full SHA for 750af14
README.md
@@ -35,12 +35,12 @@ In Maven:
35
<dependency>
36
<groupId>io.github.pixee</groupId>
37
<artifactId>java-security-toolkit</artifactId>
38
- <version>1.0.2</version>
+ <version>1.0.3</version>
39
</dependency>
40
```
41
In Gradle:
42
```kotlin
43
-implementation("io.github.pixee:java-security-toolkit:1.0.2")
+implementation("io.github.pixee:java-security-toolkit:1.0.3")
44
45
46
## Contributing
0 commit comments