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 8f7153b commit 073abe4Copy full SHA for 073abe4
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.3</version>
+ <version>1.0.4</version>
39
</dependency>
40
```
41
In Gradle:
42
```kotlin
43
-implementation("io.github.pixee:java-security-toolkit:1.0.3")
+implementation("io.github.pixee:java-security-toolkit:1.0.4")
44
45
46
## Contributing
0 commit comments