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 b5f707a + 81d0299 commit 7c8e93eCopy full SHA for 7c8e93e
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.0</version>
+ <version>1.1.1</version>
39
</dependency>
40
```
41
In Gradle:
42
```kotlin
43
-implementation("io.github.pixee:java-security-toolkit:1.1.0")
+implementation("io.github.pixee:java-security-toolkit:1.1.1")
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.0"
+version = "1.1.1"
95
description = "java-security-toolkit"
96
97
0 commit comments