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.
2 parents 691062c + 6c151ea commit b673e7eCopy full SHA for b673e7e
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.1.2</version>
+ <version>1.1.3</version>
39
</dependency>
40
```
41
In Gradle:
42
```kotlin
43
-implementation("io.github.pixee:java-security-toolkit:1.1.2")
+implementation("io.github.pixee:java-security-toolkit:1.1.3")
44
45
46
## Contributing
build.gradle.kts
@@ -91,7 +91,7 @@ tasks.named(java11SourceSet.jarTaskName) {
91
}
92
93
group = "io.github.pixee"
94
-version = "1.1.2"
+version = "1.1.3"
95
description = "java-security-toolkit"
96
97
0 commit comments